You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
671 B

  1. {
  2. "albums" : [
  3. {
  4. "title" : "Album 1",
  5. "date" : "2019",
  6. "tracks" : [
  7. {
  8. "file" : "audio/album_1/01.mp3",
  9. "title" : "Track 1"
  10. },
  11. {
  12. "file" : "audio/album_1/02.mp3",
  13. "title" : "Track 2"
  14. },
  15. {
  16. "file" : "audio/album_1/03.mp3",
  17. "title" : "Track 3"
  18. }
  19. ]
  20. },
  21. {
  22. "title" : "Album 2",
  23. "date" : "2020",
  24. "tracks" : [
  25. {
  26. "file" : "audio/album_2/04.mp3",
  27. "title" : "Track X"
  28. },
  29. {
  30. "file" : "audio/album_2/05.mp3",
  31. "title" : "Track Y"
  32. }
  33. ]
  34. }
  35. ]
  36. }