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.1.0.tar.gz
sha256=bb7f91cc44c09f922d2a614e9e01fd0d2976840bacf839a8b99de63c6fc5b3b8
sha512=f02827db4228b017bb2ad7d64cb1c0667831ec2341e6f759266ec834e40627c2affeace143c6d5e769b3acce63f889b3cbd1a9ca4768091840e8fce1d4750f86
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)"
>