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.database/SkhcDb/Playlist/index.html
Module SkhcDb.PlaylistSource
Operation on playlists.
type of a playlist
Source
val init :
name:string ->
query:string ->
smart:bool ->
flag:bool ->
rating:int option ->
cover_path:string option ->
tinit ~name ~query ~smart ~flag ~cover_path creates a playlist at Unix.time () with id = 0.
table name
equal p1 p2 tests whether p1 equals p2. All fields are used for the test.
pp format t is a preety printer for t.
all db queries all playlists inside db.
find_map db f queries all artist inside db and applies f to each element, returning the first element being Some.
insert db playlist inserts playlist inside db.
update db playlist updates db with playlist.
remove_id db id removes playlist inside db with the id id.
remove_name db name removes playlist inside db with the name name.
remove db playlist is remove_id db (id playlist).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>