add musicdb-mers and test file for run-mers mode (which adds a 'random' song every 5 seconds)

This commit is contained in:
Mark
2024-01-16 20:18:27 +01:00
parent d1f2db3e45
commit 75992a1529
3 changed files with 695 additions and 0 deletions

5
musicdb-client/test.mers Normal file
View 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)
})