package shakuhachi
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A music collection manager
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
sha256=966fc8667c2aa9830e64950d2de74bd564a65d60e1f50cfd3dc1e99ef106dc47
sha512=6423ce04d784ba521a7f49fabdafbe036e2dd80cd08ca999fdc6767262d7f12aa4e5002d65efd4c568b343eaabf4d680191c88334d629e1ca0156084531e9e0b
doc/shakuhachi.libs/Skhclibs/Collection/Artist/index.html
Module Collection.ArtistSource
Operations on artists
Source
val set_rating :
t ->
SkhcDb.Database.t ->
SkhcDb.Artist.t ->
int option ->
(SkhcDb.Artist.t, Sqlite3.Rc.t * string) resultset_rating collection database artist rating sets artist rating to rating. if SkhcDb.Artist.rating artist = rating, returns artist as is. Otherwise, call SkhcDb.Artist.update.
Source
val set_flag :
t ->
SkhcDb.Database.t ->
SkhcDb.Artist.t ->
(SkhcDb.Artist.t, Sqlite3.Rc.t * string) resultset_flag collection database artist sets flag to true. if artist has already flag set to true, this functions returns artist as is. Otherwise, it calls SkhcDb.Artist.update.
Source
val unset_flag :
t ->
SkhcDb.Database.t ->
SkhcDb.Artist.t ->
(SkhcDb.Artist.t, Sqlite3.Rc.t * string) resultunset_flag collection database artist sets flag to false. if artist has already flag set to false, this functions returns artist as is. Otherwise, it calls SkhcDb.Artist.update.
artwork library artist returns the cover bytes associated with artist in library. Returns None is artist doesn't have an artwork.
raise Sys_error if one of the underlying system calls fails.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>