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.2.tar.gz
sha256=c72807d303de137441b643fec1c7630c930ebc792b576783c7961b237c2114db
sha512=770f878bbdac8033d90e904ce8e9c84fc75331c7ff9b35e2204fafe3746f432f2664296dac91942a788b82a2da07478d91b76ed85cd880758d2def8a55144840
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)"
>