mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-12-14 11:56:16 +01:00
add musicdb-mers and test file for run-mers mode (which adds a 'random' song every 5 seconds)
This commit is contained in:
5
musicdb-client/test.mers
Normal file
5
musicdb-client/test.mers
Normal file
@@ -0,0 +1,5 @@
|
||||
().all_songs.for_each({id: id, title: title, album: album, artist: artist, cover: cover} -> {
|
||||
5.sleep
|
||||
("Adding '", title, "' to queue.").concat.eprintln
|
||||
().as_list.queue_add_song(id)
|
||||
})
|
||||
Reference in New Issue
Block a user