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.3.1.tar.gz
sha256=91dc3168bc12fdd6032c16f9990018fd54f91cea50d9f6eb798e4d5eecd9c6a6
sha512=a93c4bf39d80d2c595d361b393f0f1fd2fd078e5bd714988e835a0b5ac8c8c48d3b4cbe2e11d33c9168d9f2f44818b6a60e38b32773bd4967c24794abbf323dd
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_from_id db id tries to find the album inside db with id
find_map db f queries all playlists 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)"
>