demo_playlist.dpl 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. Demo playlist
  3. Point your browser or streaming client to:
  4. http://<host>:<port>/bach/cello_suite1
  5. From Bach's Cello Suite No.1 in G major
  6. Prelude
  7. Menuet I
  8. Menuet II
  9. Performed by Colin Carr
  10. License: Public Domain
  11. https://musopen.org/music/2386/johann-sebastian-bach/cello-suite-no-1-in-g-bwv-1007/
  12. */
  13. {
  14. "/bach/cello_suite1" : [
  15. {
  16. "artist" : "Johann Sebastian Bach",
  17. "title" : "Prelude",
  18. "path" : "audio/bach_cello_suite1_prelude.mp3"
  19. },
  20. {
  21. "artist" : "Johann Sebastian Bach",
  22. "title" : "Menuet I",
  23. "path" : "audio/bach_cello_suite1_menuet1.mp3"
  24. },
  25. {
  26. "artist" : "Johann Sebastian Bach",
  27. "title" : "Menuet II",
  28. "path" : "audio/bach_cello_suite1_menuet2.mp3"
  29. }
  30. ],
  31. "/trailer/big_buck_bunny" : [
  32. {
  33. "artist" : "",
  34. "title" : "Big Buck Bunny",
  35. "path" : "movie/bunny.nsv"
  36. }
  37. ],
  38. "/trailer/big_buck_bunny_mp4" : [
  39. {
  40. "artist" : "",
  41. "title" : "Big Buck Bunny",
  42. "path" : "movie/bunny.mp4"
  43. }
  44. ]
  45. }