Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

115 linhas
3.0 KiB

  1. export default eventHandler(() => {
  2. return [
  3. {
  4. id: 0,
  5. number: 1,
  6. compilation: 'ES00',
  7. title: 'The grinding wheel',
  8. artist: 0,
  9. duration: 392,
  10. bpm: 0,
  11. link: 'https://arakirecords.bandcamp.com/track/the-grinding-wheel'
  12. },
  13. {
  14. id: 1,
  15. number: 2,
  16. compilation: 'ES00',
  17. title: 'Bleach',
  18. artist: 1,
  19. duration: 500,
  20. bpm: 0,
  21. link: 'https://the-kundalini-genie.bandcamp.com/track/bleach-2'
  22. },
  23. {
  24. id: 2,
  25. number: 3,
  26. compilation: 'ES00',
  27. title: 'Televised mind',
  28. artist: 2,
  29. duration: 0,
  30. bpm: 0,
  31. link: 'https://fontainesdc.bandcamp.com/track/televised-mind'
  32. },
  33. {
  34. id: 3,
  35. number: 4,
  36. compilation: 'ES00',
  37. title: 'In it',
  38. artist: 3,
  39. duration: 0,
  40. bpm: 0,
  41. link: 'https://howlinbananarecords.bandcamp.com/track/in-it'
  42. },
  43. {
  44. id: 4,
  45. number: 5,
  46. compilation: 'ES00',
  47. title: 'Bad michel',
  48. artist: 4,
  49. duration: 0,
  50. bpm: 0,
  51. link: 'https://johnnymafia.bandcamp.com/track/bad-michel-3'
  52. },
  53. {
  54. id: 5,
  55. number: 6,
  56. compilation: 'ES00',
  57. title: 'Overall',
  58. artist: 5,
  59. duration: 0,
  60. bpm: 0,
  61. link: 'https://newcandys.bandcamp.com/track/overall'
  62. },
  63. {
  64. id: 6,
  65. number: 6,
  66. compilation: 'ES00',
  67. title: 'Guitar jet',
  68. artist: 5,
  69. duration: 0,
  70. bpm: 0,
  71. link: 'https://radiomartiko.bandcamp.com/track/guitare-jet'
  72. },
  73. {
  74. id: 7,
  75. number: 6,
  76. compilation: 'ES00',
  77. title: 'Blowup',
  78. artist: 5,
  79. duration: 0,
  80. bpm: 0,
  81. link: 'https://magicshoppe.bandcamp.com/track/blowup'
  82. },
  83. {
  84. id: 8,
  85. number: 6,
  86. compilation: 'ES00',
  87. title: 'Intercontinental radio waves',
  88. artist: 5,
  89. duration: 0,
  90. bpm: 0,
  91. link: 'https://traams.bandcamp.com/track/intercontinental-radio-waves'
  92. },
  93. {
  94. id: 9,
  95. number: 6,
  96. compilation: 'ES00',
  97. title: 'Here comes the sun',
  98. artist: 5,
  99. duration: 0,
  100. bpm: 0,
  101. link: 'https://blue-orchid.bandcamp.com/track/here-come-the-sun'
  102. },
  103. {
  104. id: 10,
  105. number: 11,
  106. compilation: 'ES00',
  107. title: 'Like in the movies',
  108. artist: 5,
  109. duration: 0,
  110. bpm: 0,
  111. link: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies-2'
  112. },
  113. ]
  114. })