From 70eca423921f092094d48fbb93ccfb98f36854f6 Mon Sep 17 00:00:00 2001 From: Wesley Barbosa Date: Thu, 11 Jul 2024 23:50:18 -0300 Subject: [PATCH] --- .github/workflows/dispatch.yml | 16 ++++++++++++++++ xmp3/adele.csv | 8 ++++++++ xmp3/akon.csv | 3 +++ xmp3/alok.csv | 3 +++ xmp3/alphaville.csv | 2 ++ xmp3/arctic_monkeys.csv | 4 ++++ xmp3/avicii.csv | 3 +++ xmp3/bee_gees.csv | 5 +++++ xmp3/bon_jovi.csv | 8 ++++++++ xmp3/bruno_mars.csv | 20 ++++++++++++++++++++ xmp3/bryan_adams.csv | 4 ++++ xmp3/calvin_harris.csv | 8 ++++++++ xmp3/coldplay.csv | 9 +++++++++ xmp3/cristiano_araujo.csv | 3 +++ xmp3/cyndi_lauper.csv | 4 ++++ xmp3/djavan.csv | 9 +++++++++ xmp3/ed_sheeran.csv | 5 +++++ xmp3/eminem.csv | 6 ++++++ xmp3/europe.csv | 3 +++ xmp3/evanescence.csv | 2 ++ xmp3/george_michael.csv | 2 ++ xmp3/gotye.csv | 2 ++ xmp3/guilherme_arantes.csv | 3 +++ xmp3/guns_n_roses.csv | 3 +++ xmp3/gusttavo_lima.csv | 26 ++++++++++++++++++++++++++ xmp3/harry_styles.csv | 2 ++ xmp3/imagine_dragons.csv | 5 +++++ xmp3/jorge_vercillo.csv | 11 +++++++++++ xmp3/justin_bieber.csv | 11 +++++++++++ xmp3/justin_timberlake.csv | 4 ++++ xmp3/keane.csv | 2 ++ xmp3/lagum.csv | 20 ++++++++++++++++++++ xmp3/legiao_urbana.csv | 24 ++++++++++++++++++++++++ xmp3/lewis_capaldi.csv | 3 +++ xmp3/linkin_park.csv | 4 ++++ xmp3/lionel_richie.csv | 4 ++++ xmp3/luan_santana.csv | 22 ++++++++++++++++++++++ xmp3/maroon_5.csv | 3 +++ xmp3/marshmello.csv | 2 ++ xmp3/michael_jackson.csv | 15 +++++++++++++++ xmp3/nirvana.csv | 3 +++ xmp3/nocopyrightsounds.csv | 5 +++++ xmp3/paul_young.csv | 2 ++ xmp3/queen.csv | 8 ++++++++ xmp3/radiohead.csv | 2 ++ xmp3/renato_russo.csv | 4 ++++ xmp3/rick_astley.csv | 3 +++ xmp3/rick_james.csv | 2 ++ xmp3/roxette.csv | 3 +++ xmp3/sean_kingston.csv | 3 +++ xmp3/spandau_ballet.csv | 2 ++ xmp3/stevie_wonder.csv | 3 +++ xmp3/survivor.csv | 2 ++ xmp3/tears_for_fears.csv | 3 +++ xmp3/the_beatles.csv | 6 ++++++ xmp3/the_chainsmokers.csv | 5 +++++ xmp3/the_jackson_5.csv | 4 ++++ xmp3/the_jacksons.csv | 3 +++ xmp3/the_neighbourhood.csv | 2 ++ xmp3/the_outfield.csv | 2 ++ xmp3/the_weeknd.csv | 19 +++++++++++++++++++ xmp3/twenty_one_pilots.csv | 4 ++++ xmp3/usa_for_africa.csv | 2 ++ 63 files changed, 385 insertions(+) create mode 100644 .github/workflows/dispatch.yml create mode 100644 xmp3/adele.csv create mode 100644 xmp3/akon.csv create mode 100644 xmp3/alok.csv create mode 100644 xmp3/alphaville.csv create mode 100644 xmp3/arctic_monkeys.csv create mode 100644 xmp3/avicii.csv create mode 100644 xmp3/bee_gees.csv create mode 100644 xmp3/bon_jovi.csv create mode 100644 xmp3/bruno_mars.csv create mode 100644 xmp3/bryan_adams.csv create mode 100644 xmp3/calvin_harris.csv create mode 100644 xmp3/coldplay.csv create mode 100644 xmp3/cristiano_araujo.csv create mode 100644 xmp3/cyndi_lauper.csv create mode 100644 xmp3/djavan.csv create mode 100644 xmp3/ed_sheeran.csv create mode 100644 xmp3/eminem.csv create mode 100644 xmp3/europe.csv create mode 100644 xmp3/evanescence.csv create mode 100644 xmp3/george_michael.csv create mode 100644 xmp3/gotye.csv create mode 100644 xmp3/guilherme_arantes.csv create mode 100644 xmp3/guns_n_roses.csv create mode 100644 xmp3/gusttavo_lima.csv create mode 100644 xmp3/harry_styles.csv create mode 100644 xmp3/imagine_dragons.csv create mode 100644 xmp3/jorge_vercillo.csv create mode 100644 xmp3/justin_bieber.csv create mode 100644 xmp3/justin_timberlake.csv create mode 100644 xmp3/keane.csv create mode 100644 xmp3/lagum.csv create mode 100644 xmp3/legiao_urbana.csv create mode 100644 xmp3/lewis_capaldi.csv create mode 100644 xmp3/linkin_park.csv create mode 100644 xmp3/lionel_richie.csv create mode 100644 xmp3/luan_santana.csv create mode 100644 xmp3/maroon_5.csv create mode 100644 xmp3/marshmello.csv create mode 100644 xmp3/michael_jackson.csv create mode 100644 xmp3/nirvana.csv create mode 100644 xmp3/nocopyrightsounds.csv create mode 100644 xmp3/paul_young.csv create mode 100644 xmp3/queen.csv create mode 100644 xmp3/radiohead.csv create mode 100644 xmp3/renato_russo.csv create mode 100644 xmp3/rick_astley.csv create mode 100644 xmp3/rick_james.csv create mode 100644 xmp3/roxette.csv create mode 100644 xmp3/sean_kingston.csv create mode 100644 xmp3/spandau_ballet.csv create mode 100644 xmp3/stevie_wonder.csv create mode 100644 xmp3/survivor.csv create mode 100644 xmp3/tears_for_fears.csv create mode 100644 xmp3/the_beatles.csv create mode 100644 xmp3/the_chainsmokers.csv create mode 100644 xmp3/the_jackson_5.csv create mode 100644 xmp3/the_jacksons.csv create mode 100644 xmp3/the_neighbourhood.csv create mode 100644 xmp3/the_outfield.csv create mode 100644 xmp3/the_weeknd.csv create mode 100644 xmp3/twenty_one_pilots.csv create mode 100644 xmp3/usa_for_africa.csv diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml new file mode 100644 index 0000000..c4ce785 --- /dev/null +++ b/.github/workflows/dispatch.yml @@ -0,0 +1,16 @@ +name: Dispatch Event + +on: + push: + branches: main + +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v3 + with: + token: ${{ secrets.PAT_TOKEN }} + repository: xmp3/xmp3.github.io + event-type: jekyll-build diff --git a/xmp3/adele.csv b/xmp3/adele.csv new file mode 100644 index 0000000..1bae570 --- /dev/null +++ b/xmp3/adele.csv @@ -0,0 +1,8 @@ +title,artist,album,cover,file +Rolling in the Deep,Adele,21,21.webp,rolling_in_the_deep.mp3 +Set Fire to the Rain,Adele,21,21.webp,set_fire_to_the_rain.mp3 +Someone Like You,Adele,21,21.webp,someone_like_you.mp3 +Hello,Adele,25,25.webp,hello.mp3 +Easy On Me,Adele,Easy On Me,easy_on_me.webp,easy_on_me.mp3 +Don't You Remember,Adele,21,21.webp,dont_you_remember.mp3 +Skyfall,Adele,Skyfall,skyfall.webp,skyfall.mp3 diff --git a/xmp3/akon.csv b/xmp3/akon.csv new file mode 100644 index 0000000..4509a6a --- /dev/null +++ b/xmp3/akon.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Don't Matter,Akon,Konvicted,konvicted.webp,dont_matter.mp3 +Lonely,Akon,Trouble,trouble.webp,lonely.mp3 diff --git a/xmp3/alok.csv b/xmp3/alok.csv new file mode 100644 index 0000000..947ade7 --- /dev/null +++ b/xmp3/alok.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Never Let Me Go,"Alok, Bruno Martini, Zeeba",Never Let Me Go,never_let_me_go.webp,never_let_me_go.mp3 +Hear Me Now,"Alok, Bruno Martini, Zeeba",Hear Me Now,hear_me_now_feat_zeeba.webp,hear_me_now.mp3 diff --git a/xmp3/alphaville.csv b/xmp3/alphaville.csv new file mode 100644 index 0000000..e01ef1b --- /dev/null +++ b/xmp3/alphaville.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Forever Young,Alphaville,Forever Young,forever_young.webp,forever_young.mp3 diff --git a/xmp3/arctic_monkeys.csv b/xmp3/arctic_monkeys.csv new file mode 100644 index 0000000..ef5f224 --- /dev/null +++ b/xmp3/arctic_monkeys.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +505,Arctic Monkeys,Favourite Worst Nightmare,favourite_worst_nightmare_standard_version.webp,505.mp3 +I Wanna Be Yours,Arctic Monkeys,AM,am.webp,i_wanna_be_yours.mp3 +Do I Wanna Know?,Arctic Monkeys,AM,am.webp,do_i_wanna_know.mp3 diff --git a/xmp3/avicii.csv b/xmp3/avicii.csv new file mode 100644 index 0000000..8bcb101 --- /dev/null +++ b/xmp3/avicii.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Wake Me Up,Avicii,True,true.webp,wake_me_up.mp3 +Waiting for Love,Avicii,Stories,stories.webp,waiting_for_love.mp3 diff --git a/xmp3/bee_gees.csv b/xmp3/bee_gees.csv new file mode 100644 index 0000000..5e90fa9 --- /dev/null +++ b/xmp3/bee_gees.csv @@ -0,0 +1,5 @@ +title,artist,album,cover,file +Stayin Alive,Bee Gees,How Can You Mend A Broken Heart,how_can_you_mend_a_broken_heart.webp,stayin_alive.mp3 +Night Fever,Bee Gees,How Can You Mend A Broken Heart,how_can_you_mend_a_broken_heart.webp,night_fever.mp3 +How Deep Is Your Love,Bee Gees,Greatest,greatest.webp,how_deep_is_your_love.mp3 +Too Much Heaven,Bee Gees,Spirits Having Flown,spirits_having_flown.webp,too_much_heaven.mp3 diff --git a/xmp3/bon_jovi.csv b/xmp3/bon_jovi.csv new file mode 100644 index 0000000..d761790 --- /dev/null +++ b/xmp3/bon_jovi.csv @@ -0,0 +1,8 @@ +title,artist,album,cover,file +Livin' On A Prayer,Bon Jovi,Slippery When Wet,slippery_when_wet.webp,livin_on_a_prayer.mp3 +You Give Love A Bad Name,Bon Jovi,Slippery When Wet,slippery_when_wet.webp,you_give_love_a_bad_name.mp3 +It's My Life,Bon Jovi,Crush,crush.webp,its_my_life.mp3 +I'll Be There For You,Bon Jovi,New Jersey,new_jersey_deluxe_edition.webp,ill_be_there_for_you.mp3 +Never Say Goodbye,Bon Jovi,Slippery When Wet,slippery_when_wet.webp,never_say_goodbye.mp3 +Always,Bon Jovi,Cross Road,cross_road.webp,always.mp3 +Bed Of Roses,Bon Jovi,Keep The Faith,keep_the_faith.webp,bed_of_roses.mp3 diff --git a/xmp3/bruno_mars.csv b/xmp3/bruno_mars.csv new file mode 100644 index 0000000..509f119 --- /dev/null +++ b/xmp3/bruno_mars.csv @@ -0,0 +1,20 @@ +title,artist,album,cover,file +Locked Out Of Heaven,Bruno Mars,Unorthodox Jukebox,unorthodox_jukebox.webp,locked_out_of_heaven.mp3 +Treasure,Bruno Mars,Unorthodox Jukebox,unorthodox_jukebox.webp,treasure.mp3 +That’s What I Like,Bruno Mars,24k Magic,24k_magic.webp,24k_magic.mp3 +Uptown Funk,Bruno Mars,Uptown Special,uptown_special.webp,uptown_funk.mp3 +24K Magic,Bruno Mars,24k Magic,24k_magic.webp,24k_magic.mp3 +Skate,"Bruno Mars, Anderson .Paak",An Evening With Silk Sonic,an_evening_with_silk_sonic.webp,skate.mp3 +Smokin Out The Window,"Bruno Mars, Anderson .Paak",An Evening With Silk Sonic,an_evening_with_silk_sonic.webp,smokin_out_the_window.mp3 +Leave the Door Open,"Bruno Mars, Anderson .Paak",An Evening With Silk Sonic,an_evening_with_silk_sonic.webp,leave_the_door_open.mp3 +After Last Night,"Bruno Mars, Anderson .Paak",An Evening With Silk Sonic,an_evening_with_silk_sonic.webp,after_last_night.mp3 +Finesse,Bruno Mars,Finesse,finesse.webp,finesse.mp3 +The Lazy Song,Bruno Mars,Doo-Wops & Hooligans,doowops__hooligans.webp,the_lazy_song.mp3 +Billionaire,"Travie McCoy, Bruno Mars",Lazarus,billionaire_feat_bruno_mars.webp,billionaire.mp3 +Count on Me,Bruno Mars,Doo-Wops & Hooligans,doowops__hooligans.webp,count_on_me.mp3 +Nothin' On You,"B.o.B, Bruno Mars",The Adventures of Bobby Ray,bob_presents_the_adventures_of_bobby_ray.webp,nothin_on_you.mp3 +Just The Way You Are,Bruno Mars,Doo-Wops & Hooligans,doowops__hooligans.webp,just_the_way_you_are.mp3 +Talking To The Moon,Bruno Mars,Doo-Wops & Hooligans,doowops__hooligans.webp,talking_to_the_moon.mp3 +It Will Rain,Bruno Mars,It Will Rain,it_will_rain.webp,it_will_rain.mp3 +Grenade,Bruno Mars,Doo-Wops & Hooligans,doowops__hooligans.webp,grenade.mp3 +Versace on the Floor,Bruno Mars,Versace On The Floor,versace_on_the_floor.webp,versace_on_the_floor.mp3 diff --git a/xmp3/bryan_adams.csv b/xmp3/bryan_adams.csv new file mode 100644 index 0000000..ae11d2a --- /dev/null +++ b/xmp3/bryan_adams.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Heaven,Bryan Adams,Reckless (30th Anniversary / Deluxe Edition),reckless_30th_anniversary__deluxe_edition.webp,heaven.mp3 +I Do It For You,Bryan Adams,Waking Up The Neighbours,waking_up_the_neighbours.webp,i_do_it_for_you.mp3 +Please Forgive Me,Bryan Adams,Anthology,anthology.webp,please_forgive_me.mp3 diff --git a/xmp3/calvin_harris.csv b/xmp3/calvin_harris.csv new file mode 100644 index 0000000..b681e5d --- /dev/null +++ b/xmp3/calvin_harris.csv @@ -0,0 +1,8 @@ +title,artist,album,cover,file +Summer,Calvin Harris,Motion,motion.webp,summer.mp3 +Blame,"Calvin Harris, John Newman",Motion,motion.webp,blame.mp3 +Outside,"Calvin Harris, Ellie Goulding",Motion,motion.webp,outside.mp3 +Feel So Close,Calvin Harris,18 Months,18_months.webp,feel_so_close.mp3 +How Deep Is Your Love,"Calvin Harris, Disciples",How Deep Is Your Love,how_deep_is_your_love.webp,how_deep_is_your_love_2.mp3 +This Is What You Came For,"Calvin Harris, Rihanna",This Is What You Came For,this_is_what_you_came_for.webp,this_is_what_you_came_for.mp3 +One Kiss,"Calvin Harris, Dua Lipa",One Kiss (with Dua Lipa),one_kiss_with_dua_lipa.webp,one_kiss.mp3 diff --git a/xmp3/coldplay.csv b/xmp3/coldplay.csv new file mode 100644 index 0000000..75ffa34 --- /dev/null +++ b/xmp3/coldplay.csv @@ -0,0 +1,9 @@ +title,artist,album,cover,file +A Sky Full of Stars,Coldplay,Ghost Stories,ghost_stories.webp,a_sky_full_of_stars.mp3 +Viva La Vida,Coldplay,Viva La Vida or Death and All His Friends,viva_la_vida_or_death_and_all_his_friends.webp,viva_la_vida.mp3 +Clocks,Coldplay,A Rush of Blood to the Head,a_rush_of_blood_to_the_head.webp,clocks.mp3 +Paradise,Coldplay,Mylo Xyloto,mylo_xyloto.webp,paradise.mp3 +Fix You,Coldplay,X&Y,xy.webp,fix_you.mp3 +Yellow,Coldplay,Parachutes,parachutes.webp,yellow.mp3 +Don't Panic,Coldplay,Parachutes,parachutes.webp,dont_panic.mp3 +Trouble,Coldplay,Parachutes,parachutes.webp,trouble.mp3 diff --git a/xmp3/cristiano_araujo.csv b/xmp3/cristiano_araujo.csv new file mode 100644 index 0000000..131983b --- /dev/null +++ b/xmp3/cristiano_araujo.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Maus Bocados,Cristiano Araújo,Continua,continua.webp,maus_bocados.mp3 +É Com Ela Que eu Estou,Cristiano Araújo,In The Cities - Ao Vivo Em Cuiabá,in_the_cities__ao_vivo_em_cuiaba.webp,e_com_ela_que_eu_estou.mp3 diff --git a/xmp3/cyndi_lauper.csv b/xmp3/cyndi_lauper.csv new file mode 100644 index 0000000..0355cb7 --- /dev/null +++ b/xmp3/cyndi_lauper.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Girls Just Want to Have Fun,Cyndi Lauper,Shes So Unusual,shes_so_unusual.webp,girls_just_want_to_have_fun.mp3 +True Colors,Cyndi Lauper,True Colors,true_colors.webp,true_colors.mp3 +Time After Time,Cyndi Lauper,Shes So Unusual,shes_so_unusual.webp,time_after_time.mp3 diff --git a/xmp3/djavan.csv b/xmp3/djavan.csv new file mode 100644 index 0000000..5891b22 --- /dev/null +++ b/xmp3/djavan.csv @@ -0,0 +1,9 @@ +title,artist,album,cover,file +Lilás,Djavan,Lilás,lilas.webp,lilas.mp3 +Linha do Equador,Djavan,Coisa de Acender,coisa_de_acender.webp,linha_do_equador.mp3 +Eu Te Devoro,Djavan,Ária - Ao Vivo,aria__ao_vivo.webp,eu_te_devoro.mp3 +Sina,Djavan,Luz,luz.webp,sina.mp3 +Samurai,Djavan,Luz,luz.webp,samurai.mp3 +Oceano,Djavan,Djavan,djavan.webp,oceano.mp3 +Nem um Dia,Djavan,Malásia,malasia.webp,nem_um_dia.mp3 +Flor de Lis,Djavan,A Voz e o Violão,a_voz_e_o_violao.webp,flor_de_lis.mp3 diff --git a/xmp3/ed_sheeran.csv b/xmp3/ed_sheeran.csv new file mode 100644 index 0000000..11429ae --- /dev/null +++ b/xmp3/ed_sheeran.csv @@ -0,0 +1,5 @@ +title,artist,album,cover,file +Shape of You,Ed Sheeran,Shape of You,deluxe.webp,shape_of_you.mp3 +Thinking Out Loud,Ed Sheeran,X,x_deluxe_edition.webp,thinking_out_loud.mp3 +Photograph,Ed Sheeran,X,x_deluxe_edition.webp,photograph.mp3 +Perfect,Ed Sheeran,Divide,deluxe.webp,perfect.mp3 diff --git a/xmp3/eminem.csv b/xmp3/eminem.csv new file mode 100644 index 0000000..d63da6f --- /dev/null +++ b/xmp3/eminem.csv @@ -0,0 +1,6 @@ +title,artist,album,cover,file +The Real Slim Shady,Eminem,The Marshall Mathers LP,the_marshall_mathers_lp.webp,the_real_slim_shady.mp3 +Rap God,Eminem,The Marshall Mathers LP2 (Deluxe),the_marshall_mathers_lp2_deluxe.webp,rap_god.mp3 +Lose Yourself,Eminem,Curtain Call: The Hits (Deluxe Edition),curtain_call_the_hits_deluxe_edition.webp,lose_yourself.mp3 +Love The Way You Lie,"Eminem, Rihanna",Recovery,recovery.webp,love_the_way_you_lie.mp3 +Stan,"Eminem, Dido",The Marshall Mathers LP,the_marshall_mathers_lp.webp,stan.mp3 diff --git a/xmp3/europe.csv b/xmp3/europe.csv new file mode 100644 index 0000000..f1ab22d --- /dev/null +++ b/xmp3/europe.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +The Final Countdown,Europe,The Final Countdown (Expanded Edition),the_final_countdown_expanded_edition.webp,the_final_countdown.mp3 +Carrie,Europe,The Final Countdown (Expanded Edition),the_final_countdown_expanded_edition.webp,carrie.mp3 diff --git a/xmp3/evanescence.csv b/xmp3/evanescence.csv new file mode 100644 index 0000000..0d00239 --- /dev/null +++ b/xmp3/evanescence.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Bring Me To Life,Evanescence,Fallen,fallen.webp,bring_me_to_life.mp3 diff --git a/xmp3/george_michael.csv b/xmp3/george_michael.csv new file mode 100644 index 0000000..85c5446 --- /dev/null +++ b/xmp3/george_michael.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Careless Whisper,George Michael,George Michael Ladies & Gentlemen: The Best of George Michael,ladies_and_gentlemen_the_best_of_george_michael.webp,careless_whisper.mp3 diff --git a/xmp3/gotye.csv b/xmp3/gotye.csv new file mode 100644 index 0000000..6c0dc3e --- /dev/null +++ b/xmp3/gotye.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Somebody That I Used To Know,"Gotye, Kimbra",Making Mirrors,making_mirrors.webp,somebody_that_i_used_to_know.mp3 diff --git a/xmp3/guilherme_arantes.csv b/xmp3/guilherme_arantes.csv new file mode 100644 index 0000000..da4b971 --- /dev/null +++ b/xmp3/guilherme_arantes.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Cheia de Charme,Guilherme Arantes,Despertar,despertar.webp,cheia_de_charme.mp3 +Um Dia um Adeus,Guilherme Arantes,Guilherme Arantes,guilherme_arantes.webp,um_dia_um_adeus.mp3 diff --git a/xmp3/guns_n_roses.csv b/xmp3/guns_n_roses.csv new file mode 100644 index 0000000..104af83 --- /dev/null +++ b/xmp3/guns_n_roses.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Sweet Child O' Mine,Guns N' Roses,Appetite For Destruction,appetite_for_destruction.webp,sweet_child_o_mine.mp3 +Patience,Guns N' Roses,Appetite For Destruction (Super Deluxe Edition),appetite_for_destruction_super_deluxe_edition.webp,patience.mp3 diff --git a/xmp3/gusttavo_lima.csv b/xmp3/gusttavo_lima.csv new file mode 100644 index 0000000..f81d5ed --- /dev/null +++ b/xmp3/gusttavo_lima.csv @@ -0,0 +1,26 @@ +title,artist,album,cover,file +Saudade da Minha Vida,Gusttavo Lima,Saudade da Minha Vida (Ao Vivo),saudade_da_minha_vida_ao_vivo.webp,saudade_da_minha_vida.mp3 +Ele Não Tem,"Jonas Esticado, Gusttavo Lima",Ele Não Tem,ele_nao_tem.webp,ele_nao_tem.mp3 +Eu Não Iria,Gusttavo Lima,O Embaixador (Ao Vivo),o_embaixador_ao_vivo.webp,eu_nao_iria.mp3 +Cem Mil,Gusttavo Lima,O Embaixador (Ao Vivo),o_embaixador_ao_vivo.webp,cem_mil.mp3 +Respeita o Nosso Fim,Gusttavo Lima,O Embaixador (Ao Vivo),o_embaixador_ao_vivo.webp,respeita_o_nosso_fim.mp3 +Final do Fim,Gusttavo Lima,O Embaixador (Ao Vivo),o_embaixador_ao_vivo.webp,final_do_fim.mp3 +Na Hora de Amar,Gusttavo Lima,O Embaixador (Ao Vivo),o_embaixador_ao_vivo.webp,na_hora_de_amar.mp3 +Por Covardia Minha,Gusttavo Lima,O Embaixador (Ao Vivo),o_embaixador_ao_vivo.webp,por_covardia_minha.mp3 +De Menina pra Mulher,Gusttavo Lima,O Embaixador - The Legacy (Ao Vivo),o_embaixador__the_legacy_ao_vivo.webp,de_menina_pra_mulher.mp3 +Espetinho,Gusttavo Lima,O Embaixador - The Legacy (Ao Vivo),o_embaixador__the_legacy_ao_vivo.webp,espetinho.mp3 +Não Me Arranha,Gusttavo Lima,Buteco in Boston (Ao Vivo),buteco_in_boston_ao_vivo.webp,nao_me_arranha.mp3 +Milu,Gusttavo Lima,Milu,milu.webp,milu.mp3 +Apelido Carinhoso,Gusttavo Lima,"Buteco do Gusttavo Lima, Vol. 2",buteco_do_gusttavo_lima_vol_2.webp,apelido_carinhoso.mp3 +Ficha Limpa,Gusttavo Lima,"Falando de Amor, Vol. 1",falando_de_amor_vol_1.webp,ficha_limpa.mp3 +Saudade Sua,Gusttavo Lima,Gusttavo Lima e Você (Ao Vivo),gusttavo_lima_e_voce_ao_vivo.webp,saudade_sua.mp3 +Diz Pra Mim,Gusttavo Lima,Do Outro Lado da Moeda,do_outro_lado_da_moeda.webp,diz_pra_mim.mp3 +Ela É Demais,Gusttavo Lima,Embaixador - 15 Anos (Ao Vivo),embaixador__15_anos_ao_vivo.webp,ela_e_demais.mp3 +Termina Comigo Antes,Gusttavo Lima,Termina Comigo Antes,termina_comigo_antes.webp,termina_comigo_antes.mp3 +Passou da Conta,Gusttavo Lima,Inventor dos Amores (Ao Vivo),inventor_dos_amores_ao_vivo.webp,passou_da_conta.mp3 +Se Não Tivesse Ido,Gusttavo Lima,"Falando de Amor, Vol. 2",falando_de_amor_vol_2.webp,se_nao_tivesse_ido.mp3 +Sempre Seu Homem,Gusttavo Lima,"Falando de Amor, Vol. 1",falando_de_amor_vol_1.webp,sempre_seu_homem.mp3 +Seu Veneno,Gusttavo Lima,Buteco do Gusttavo Lima (Deluxe),buteco_do_gusttavo_lima_deluxe.webp,seu_veneno.mp3 +Carta Branca,Gusttavo Lima,Buteco do Gusttavo Lima (Deluxe),buteco_do_gusttavo_lima_deluxe.webp,carta_branca.mp3 +Pot-Pourri: Página de Amigos / Tentei Te Esquecer,Gusttavo Lima,Buteco do Gusttavo Lima (Deluxe),buteco_do_gusttavo_lima_deluxe.webp,potpourri_pagina_de_amigos__tentei_te_esquecer.mp3 +Nem Dormindo Consigo Te Esquecer,"Gusttavo Lima, Bruno & Marrone",Buteco do Gusttavo Lima (Deluxe),buteco_do_gusttavo_lima_deluxe.webp,nem_dormindo_consigo_te_esquecer.mp3 diff --git a/xmp3/harry_styles.csv b/xmp3/harry_styles.csv new file mode 100644 index 0000000..045ce6e --- /dev/null +++ b/xmp3/harry_styles.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +As It Was,Harry Styles,Harry's House,harrys_house.webp,as_it_was.mp3 diff --git a/xmp3/imagine_dragons.csv b/xmp3/imagine_dragons.csv new file mode 100644 index 0000000..b09ac4c --- /dev/null +++ b/xmp3/imagine_dragons.csv @@ -0,0 +1,5 @@ +title,artist,album,cover,file +Believer,Imagine Dragons,Evolve,evolve.webp,believer.mp3 +Thunder,Imagine Dragons,Evolve,evolve.webp,thunder.mp3 +Radioactive,Imagine Dragons,Night Visions,night_visions.webp,radioactive.mp3 +Demons,Imagine Dragons,Night Visions,night_visions.webp,demons.mp3 diff --git a/xmp3/jorge_vercillo.csv b/xmp3/jorge_vercillo.csv new file mode 100644 index 0000000..78dd8d3 --- /dev/null +++ b/xmp3/jorge_vercillo.csv @@ -0,0 +1,11 @@ +title,artist,album,cover,file +Endereço,Jorge Vercillo,Endereço,endereco.webp,endereco.mp3 +Que Nem Maré,Jorge Vercillo,Elo,elo.webp,que_nem_mare.mp3 +O Reino Das Águas Claras,Jorge Vercillo,Elo,elo.webp,o_reino_das_aguas_claras.mp3 +Ela Une Todas As Coisas,Jorge Vercillo,Todos Nós Somos Um,todos_nos_somos_um.webp,ela_une_todas_as_coisas.mp3 +Monalisa,Jorge Vercillo,Jorge Vercilo Ao Vivo,jorge_vercilo_ao_vivo.webp,monalisa.mp3 +Homem-Aranha,Jorge Vercillo,Jorge Vercilo Ao Vivo,jorge_vercilo_ao_vivo.webp,homem_aranha.mp3 +Final Feliz,"Jorge Vercillo, Djavan",Jorge Vercilo Ao Vivo,jorge_vercilo_ao_vivo.webp,final_feliz.mp3 +Invisível,Jorge Vercillo,Jorge Vercilo Ao Vivo,jorge_vercilo_ao_vivo.webp,invisivel.mp3 +Melhor Lugar,Jorge Vercillo,Jorge Vercilo Ao Vivo,jorge_vercilo_ao_vivo.webp,melhor_lugar.mp3 +Sensível Demais,Jorge Vercillo,Como Diria Blavatsky,como_diria_blavatsky.webp,sensivel_demais.mp3 diff --git a/xmp3/justin_bieber.csv b/xmp3/justin_bieber.csv new file mode 100644 index 0000000..36bb0fc --- /dev/null +++ b/xmp3/justin_bieber.csv @@ -0,0 +1,11 @@ +title,artist,album,cover,file +Stay,"The Kid LAROI, Justin Bieber",F*ck Love 3: Over You,fck_love_3_over_you.webp,stay.mp3 +What Do You Mean?,Justin Bieber,Purpose,purpose_deluxe.webp,what_do_you_mean.mp3 +Sorry,Justin Bieber,Purpose,purpose_deluxe.webp,sorry.mp3 +Yummy,Justin Bieber,Changes,changes.webp,yummy.mp3 +Intentions,"Justin Bieber, Quavo",Intentions,intentions.webp,intentions.mp3 +Peaches,"Justin Bieber, Daniel Caesar, Giveon",Justice,justice.webp,peaches.mp3 +One Time,Justin Bieber,My World,my_world.webp,one_time.mp3 +Never Say Never,"Justin Bieber, Jaden",Never Say Never: The Remixes,never_say_never__the_remixes.webp,never_say_never.mp3 +Somebody to Love,Justin Bieber,My World 2.0,my_world_20.webp,somebody_to_love.mp3 +Baby,"Justin Bieber, Ludacris",My World 2.0,my_world_20.webp,baby.mp3 diff --git a/xmp3/justin_timberlake.csv b/xmp3/justin_timberlake.csv new file mode 100644 index 0000000..184fb46 --- /dev/null +++ b/xmp3/justin_timberlake.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Can't Stop the Feeling!,Justin Timberlake,Trolls,trolls_original_motion_picture_soundtrack.webp,cant_stop_the_feeling.mp3 +Love Never Felt So Good,"Michael Jackson, Justin Timberlake",Xscape,xscape.webp,love_never_felt_so_good.mp3 +Mirrors,Justin Timberlake,The 20/20 Experience,the_2020_experience_deluxe_version.webp,mirrors.mp3 diff --git a/xmp3/keane.csv b/xmp3/keane.csv new file mode 100644 index 0000000..d12ff09 --- /dev/null +++ b/xmp3/keane.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Somewhere Only We Know,Keane,Hopes and Fears,hopes_and_fears_deluxe_edition.webp,somewhere_only_we_know.mp3 diff --git a/xmp3/lagum.csv b/xmp3/lagum.csv new file mode 100644 index 0000000..7365518 --- /dev/null +++ b/xmp3/lagum.csv @@ -0,0 +1,20 @@ +title,artist,album,cover,file +Sem Hora,Lagum,Seja o Que Eu Quiser,seja_o_que_eu_quiser.webp,sem_hora.mp3 +Telefone,Lagum,Telefone,telefone.webp,telefone.mp3 +Oi,Lagum,Coisas da Geração,coisas_da_geracao.webp,oi.mp3 +Reggae Bom,Lagum,Coisas da Geração,coisas_da_geracao.webp,reggae_bom.mp3 +Não Vou Mentir,Lagum,Não Vou Mentir,nao_vou_mentir.webp,nao_vou_mentir.mp3 +Chegou de Manso,Lagum,Coisas da Geração,coisas_da_geracao.webp,chegou_de_manso.mp3 +Falando a Verdade,Lagum,Coisas da Geração,coisas_da_geracao.webp,falando_a_verdade.mp3 +Andar Sozinho,"Lagum, Jão",Coisas da Geração,coisas_da_geracao.webp,andar_sozinho.mp3 +Detesto Despedidas,Lagum,Coisas da Geração,coisas_da_geracao.webp,detesto_despedidas.mp3 +Fale Mais,Lagum,Coisas da Geração,coisas_da_geracao.webp,fale_mais.mp3 +É Seu,Lagum,Coisas da Geração,coisas_da_geracao.webp,e_seu.mp3 +Grato Um Tanto,Lagum,Coisas da Geração,coisas_da_geracao.webp,grato_um_tanto.mp3 +Se For Pra Ser,Lagum,Coisas da Geração,coisas_da_geracao.webp,se_for_pra_ser.mp3 +Não Vou Falar De Amor,Lagum,MEMÓRIAS (de onde eu nunca fui),memorias_de_onde_eu_nunca_fui.webp,nao_vou_falar_de_amor.mp3 +Veja Baby,Lagum,MEMÓRIAS (de onde eu nunca fui),memorias_de_onde_eu_nunca_fui.webp,veja_baby.mp3 +Bem Melhor,Lagum,Bem Melhor,bem_melhor.webp,bem_melhor.mp3 +Deixa,"Lagum, Ana Gabriela",Deixa (feat. Ana Gabriela),deixa_feat_ana_gabriela.webp,deixa_feat_ana_gabriela.mp3 +Ninguém Me Ensinou,Lagum,NINGUÉM ME ENSINOU,ninguem_me_ensinou.webp,ninguem_me_ensinou.mp3 +Ou Não,Lagum,Depois do Fim,depois_do_fim.webp,ou_nao.mp3 diff --git a/xmp3/legiao_urbana.csv b/xmp3/legiao_urbana.csv new file mode 100644 index 0000000..355cb97 --- /dev/null +++ b/xmp3/legiao_urbana.csv @@ -0,0 +1,24 @@ +title,artist,album,cover,file +Será,Legião Urbana,Legião Urbana,legiao_urbana.webp,sera.mp3 +Ainda É Cedo,Legião Urbana,Legião Urbana,legiao_urbana.webp,ainda_e_cedo.mp3 +Geração Coca-Cola,Legião Urbana,Legião Urbana,legiao_urbana.webp,geracao_cocacola.mp3 +Que País É Este,Legião Urbana,Que País É Este,que_pais_e_este.webp,que_pais_e_este.mp3 +Eu Sei,Legião Urbana,Que Pais E Este,que_pais_e_este.webp,eu_sei.mp3 +Há Tempos,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,ha_tempos.mp3 +Meninos E Meninas,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,meninos_e_meninas.mp3 +Se Fiquei Esperando Meu Amor Passar,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,se_fiquei_esperando_meu_amor_passar.mp3 +Sete Cidades,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,sete_cidades.mp3 +Pais E Filhos,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,pais_e_filhos.mp3 +Quando O Sol Bater Na Janela Do Teu Quarto,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,quando_o_sol_bater_na_janela_do_teu_quarto.mp3 +Eu Era Um Lobisomem Juvenil,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,eu_era_um_lobisomem_juvenil.mp3 +Maurício,Legião Urbana,As Quatro Estações,as_quatro_estacoes.webp,mauricio.mp3 +Tempo Perdido,Legião Urbana,Dois,dois.webp,tempo_perdido.mp3 +Eduardo E Mônica,Legião Urbana,Dois,dois.webp,eduardo_e_monica.mp3 +Quase Sem Querer,Legião Urbana,Dois,dois.webp,quase_sem_querer.mp3 +Daniel Na Cova Dos Leões,Legião Urbana,Dois,dois.webp,daniel_na_cova_dos_leoes.mp3 +Andrea Doria,Legião Urbana,Dois,dois.webp,andrea_doria.mp3 +Índios,Legião Urbana,Dois,dois.webp,indios.mp3 +O Mundo Anda Tão Complicado,Legião Urbana,Legiao Urbana V,legiao_urbana_v.webp,o_mundo_anda_tao_complicado.mp3 +O Teatro Dos Vampiros,Legião Urbana,Legiao Urbana V,legiao_urbana_v.webp,o_teatro_dos_vampiros.mp3 +Vento No Litoral,Legião Urbana,Legiao Urbana V,legiao_urbana_v.webp,vento_no_litoral.mp3 +Giz,Legião Urbana,O Descobrimento Do Brasil,o_descobrimento_do_brasil.webp,giz.mp3 diff --git a/xmp3/lewis_capaldi.csv b/xmp3/lewis_capaldi.csv new file mode 100644 index 0000000..123a2a9 --- /dev/null +++ b/xmp3/lewis_capaldi.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Someone You Loved,Lewis Capaldi,Divinely Uninspired to a Hellish Extent,divinely_uninspired_to_a_hellish_extent.webp,someone_you_loved.mp3 +Before You Go,Lewis Capaldi,Divinely Uninspired to a Hellish Extent,divinely_uninspired_to_a_hellish_extent_extended_edition.webp,before_you_go.mp3 diff --git a/xmp3/linkin_park.csv b/xmp3/linkin_park.csv new file mode 100644 index 0000000..a8cda99 --- /dev/null +++ b/xmp3/linkin_park.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Numb,Linkin Park,Meteora,meteora.webp,numb.mp3 +In the End,Linkin Park,Hybrid Theory (Bonus Edition),hybrid_theory_bonus_edition.webp,in_the_end.mp3 +What I've Done,Linkin Park,Minutes to Midnight,minutes_to_midnight.webp,what_ive_done.mp3 diff --git a/xmp3/lionel_richie.csv b/xmp3/lionel_richie.csv new file mode 100644 index 0000000..1ba7d91 --- /dev/null +++ b/xmp3/lionel_richie.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Easy,Lionel Richie,Tuskegee,tuskegee.webp,easy.mp3 +"Say You, Say Me",Lionel Richie,Dancing On The Ceiling (Expanded Edition),dancing_on_the_ceiling_expanded_edition.webp,say_you_say_me.mp3 +Stuck On You,Lionel Richie,Can't Slow Down,cant_slow_down.webp,stuck_on_you.mp3 diff --git a/xmp3/luan_santana.csv b/xmp3/luan_santana.csv new file mode 100644 index 0000000..9145fa8 --- /dev/null +++ b/xmp3/luan_santana.csv @@ -0,0 +1,22 @@ +title,artist,album,cover,file +Morena,Luan Santana,MORENA,morena.webp,morena.mp3 +Acordando O Prédio,Luan Santana,Acordando o Prédio,acordando_o_predio.webp,acordando_o_predio.mp3 +Sorria,"Luan Santana, Mc Don Juan",SORRIA,sorria.webp,sorria.mp3 +Chuva de Arroz,Luan Santana,Acústico (Ao Vivo),acustico_ao_vivo.webp,chuva_de_arroz.mp3 +Asas,Luan Santana,ASAS,asas.webp,asas.mp3 +Cê Vai Perder Essa Mulher,Luan Santana,VIVA (Ao Vivo),viva_ao_vivo.webp,ce_vai_perder_essa_mulher.mp3 +Àgua Com Açúcar,Luan Santana,VIVA (Ao Vivo),viva_ao_vivo.webp,agua_com_acucar.mp3 +Boa Memória,Luan Santana,VIVA (Ao Vivo),viva_ao_vivo.webp,boa_memoria.mp3 +"Dia, Lugar e Hora",Luan Santana,"Dia, Lugar e Hora - Single",dia_lugar_e_hora__single.webp,dia_lugar_e_hora.mp3 +2050,Luan Santana,2050,2050.webp,2050.mp3 +Mesmo Sem Estar,"Luan Santana, Sandy",1977,1977.webp,mesmo_sem_estar.mp3 +Fantasma,"Luan Santana, Marília Mendonça",1977,1977.webp,fantasma.mp3 +"Eu, Você, o Mar e Ela",Luan Santana,1977,1977.webp,eu_voce_o_mar_e_ela.mp3 +Por Te Amar Assim,Luan Santana,Confraternização Família Santana 1,confraternizacao_familia_santana_1.webp,por_te_amar_assim.mp3 +Te Esperando,Luan Santana,Te Esperando - Single,te_esperando__single.webp,te_esperando.mp3 +Você De Mim Não Sai,Luan Santana,Quando Chega a Noite (Ao Vivo),quando_chega_a_noite_ao_vivo.webp,voce_de_mim_nao_sai.mp3 +Incondicional,Luan Santana,Quando Chega a Noite (Ao Vivo),quando_chega_a_noite_ao_vivo.webp,incondicional.mp3 +Um Beijo,Luan Santana,Ao Vivo No Rio,ao_vivo_no_rio.webp,um_beijo.mp3 +Sogrão Caprichou,Luan Santana,O Nosso Tempo É Hoje (ao Vivo),o_nosso_tempo_e_hoje_ao_vivo.webp,sograo_caprichou.mp3 +Tudo o Que Você Quiser,Luan Santana,O Nosso Tempo É Hoje (ao Vivo),o_nosso_tempo_e_hoje_ao_vivo.webp,tudo_o_que_voce_quiser.mp3 +Te Vivo,Luan Santana,As Melhores... Até Aqui,as_melhores_ate_aqui.webp,te_vivo.mp3 diff --git a/xmp3/maroon_5.csv b/xmp3/maroon_5.csv new file mode 100644 index 0000000..13152ac --- /dev/null +++ b/xmp3/maroon_5.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Moves Like Jagger,Maroon 5,Hands All Over,moves_like_jagger.webp,moves_like_jagger.mp3 +Animals,Maroon 5,V,v.webp,animals.mp3 diff --git a/xmp3/marshmello.csv b/xmp3/marshmello.csv new file mode 100644 index 0000000..a41c432 --- /dev/null +++ b/xmp3/marshmello.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Alone,Marshmello,Alone,alone.webp,alone.mp3 diff --git a/xmp3/michael_jackson.csv b/xmp3/michael_jackson.csv new file mode 100644 index 0000000..621164d --- /dev/null +++ b/xmp3/michael_jackson.csv @@ -0,0 +1,15 @@ +title,artist,album,cover,file +Beat It,Michael Jackson,Thriller,thriller.webp,beat_it.mp3 +The Girl Is Mine,"Michael Jackson, Paul McCartney",Thriller,thriller.webp,the_girl_is_mine.mp3 +Billie Jean,Michael Jackson,Thriller 25 Super Deluxe Edition,thriller_25_super_deluxe_edition.webp,billie_jean.mp3 +Thriller,Michael Jackson,Thriller 25 Super Deluxe Edition,thriller_25_super_deluxe_edition.webp,thriller.mp3 +Bad,Michael Jackson,Number Ones,number_ones.webp,bad.mp3 +Black or White,Michael Jackson,Dangerous,dangerous.webp,black_or_white.mp3 +Remember the Time,Michael Jackson,Dangerous,dangerous.webp,remember_the_time.mp3 +Man in the Mirror,Michael Jackson,"HIStory - PAST, PRESENT AND FUTURE - BOOK I",history__past_present_and_future__book_i.webp,man_in_the_mirror.mp3 +You Are Not Alone,Michael Jackson,"HIStory - PAST, PRESENT AND FUTURE - BOOK I",history__past_present_and_future__book_i.webp,you_are_not_alone.mp3 +They Dont Care About Us,Michael Jackson,"HIStory - PAST, PRESENT AND FUTURE - BOOK I",history__past_present_and_future__book_i.webp,they_dont_care_about_us.mp3 +Rock With You,Michael Jackson,Off the Wall,off_the_wall.webp,rock_with_you.mp3 +Don't Stop 'Til You Get Enough,Michael Jackson,Off the Wall,off_the_wall.webp,dont_stop_til_you_get_enough.mp3 +Ben,Michael Jackson,Ben,ben.webp,ben.mp3 +Music And Me,Michael Jackson,Music and Me,music_and_me.webp,music_and_me.mp3 diff --git a/xmp3/nirvana.csv b/xmp3/nirvana.csv new file mode 100644 index 0000000..a70e5bd --- /dev/null +++ b/xmp3/nirvana.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Smells Like Teen Spirit,Nirvana,Nevermind (Remastered),nevermind_remastered.webp,smells_like_teen_spirit.mp3 +Come As You Are,Nirvana,Nevermind (Remastered),nevermind_remastered.webp,come_as_you_are.mp3 diff --git a/xmp3/nocopyrightsounds.csv b/xmp3/nocopyrightsounds.csv new file mode 100644 index 0000000..bf1aadb --- /dev/null +++ b/xmp3/nocopyrightsounds.csv @@ -0,0 +1,5 @@ +title,artist,album,cover,file +Heroes Tonight,"Janji, Johnning",NoCopyrightSounds,heroes_tonight.webp,heroes_tonight.mp3 +Shine,Spektrem,NoCopyrightSounds,shine.webp,shine.mp3 +On & On,"Cartoon, Jéja, Daniel Levi",NoCopyrightSounds,on__on.webp,on_&_on.mp3 +Symbolism,Electro-Light,NoCopyrightSounds,symbolism.webp,symbolism.mp3 diff --git a/xmp3/paul_young.csv b/xmp3/paul_young.csv new file mode 100644 index 0000000..eadba8b --- /dev/null +++ b/xmp3/paul_young.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Every Time You Go Away,Paul Young,From Time To Time - The Singles Collection,from_time_to_time__the_singles_collection.webp,every_time_you_go_away.mp3 diff --git a/xmp3/queen.csv b/xmp3/queen.csv new file mode 100644 index 0000000..4b9e682 --- /dev/null +++ b/xmp3/queen.csv @@ -0,0 +1,8 @@ +title,artist,album,cover,file +Bohemian Rhapsody,Queen,Stone Cold Classics,stone_cold_classics.webp,bohemian_rhapsody.mp3 +We Are The Champions,Queen,Stone Cold Classics,stone_cold_classics.webp,we_are_the_champions.mp3 +We Will Rock You,Queen,Stone Cold Classics,stone_cold_classics.webp,we_will_rock_you.mp3 +Another One Bites The Dust,Queen,Stone Cold Classics,stone_cold_classics.webp,another_one_bites_the_dust.mp3 +Don't Stop Me Now,Queen,Discover More Classic Rock,discover_more_classic_rock.webp,dont_stop_me_now.mp3 +I Want To Break Free,Queen,Bohemian Rhapsody (The Original Soundtrack),bohemian_rhapsody_the_original_soundtrack.webp,i_want_to_break_free.mp3 +Radio Ga Ga,Queen,The Works (Deluxe Remastered Version),the_works_deluxe_remastered_version.webp,radio_ga_ga.mp3 diff --git a/xmp3/radiohead.csv b/xmp3/radiohead.csv new file mode 100644 index 0000000..068fdc6 --- /dev/null +++ b/xmp3/radiohead.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Creep,Radiohead,Pablo Honey,pablo_honey.webp,creep.mp3 diff --git a/xmp3/renato_russo.csv b/xmp3/renato_russo.csv new file mode 100644 index 0000000..3ed7b15 --- /dev/null +++ b/xmp3/renato_russo.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Mais Uma Vez,Renato Russo,VIVA - Renato Russo,viva__renato_russo.webp,mais_uma_vez.mp3 +La Solitudine,Renato Russo,VIVA - Renato Russo,viva__renato_russo.webp,la_solitudine.mp3 +Strani Amori,Renato Russo,VIVA - Renato Russo,viva__renato_russo.webp,strani_amori.mp3 diff --git a/xmp3/rick_astley.csv b/xmp3/rick_astley.csv new file mode 100644 index 0000000..df8ff32 --- /dev/null +++ b/xmp3/rick_astley.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Never Gonna Give You Up,Rick Astley,Whenever You Need Somebody,whenever_you_need_somebody.webp,never_gonna_give_you_up.mp3 +Together Forever,Rick Astley,Whenever You Need Somebody,whenever_you_need_somebody.webp,together_forever.mp3 diff --git a/xmp3/rick_james.csv b/xmp3/rick_james.csv new file mode 100644 index 0000000..7204812 --- /dev/null +++ b/xmp3/rick_james.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Ebony Eyes,Rick James,Cold Blooded (Expanded Edition),cold_blooded_expanded_edition.webp,ebony_eyes.mp3 diff --git a/xmp3/roxette.csv b/xmp3/roxette.csv new file mode 100644 index 0000000..899277d --- /dev/null +++ b/xmp3/roxette.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Listen To Your Heart,Roxette,Look Sharp!,look_sharp.webp,listen_to_your_heart.mp3 +Spending My Time,Roxette,Joyride (Deluxe Version),joyride_deluxe_version.webp,spending_my_time.mp3 diff --git a/xmp3/sean_kingston.csv b/xmp3/sean_kingston.csv new file mode 100644 index 0000000..9fd4301 --- /dev/null +++ b/xmp3/sean_kingston.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Beautiful Girls,Sean Kingston,Beautiful Girls,beautiful_girls.webp,beautiful_girls.mp3 +Eenie Meenie,"Sean Kingston, Justin Bieber",Eenie Meenie EP,eenie_meenie_ep.webp,eenie_meenie.mp3 diff --git a/xmp3/spandau_ballet.csv b/xmp3/spandau_ballet.csv new file mode 100644 index 0000000..f735bdb --- /dev/null +++ b/xmp3/spandau_ballet.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +True,Spandau Ballet,The Twelve Inch Mixes,the_twelve_inch_mixes.webp,true.mp3 diff --git a/xmp3/stevie_wonder.csv b/xmp3/stevie_wonder.csv new file mode 100644 index 0000000..eb4825e --- /dev/null +++ b/xmp3/stevie_wonder.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Part-Time Lover,Stevie Wonder,In Square Circle,in_square_circle.webp,parttime_lover.mp3 +I Just Called To Say I Love You,Stevie Wonder,At The Close Of A Century,at_the_close_of_a_century.webp,i_just_called_to_say_i_love_you.mp3 diff --git a/xmp3/survivor.csv b/xmp3/survivor.csv new file mode 100644 index 0000000..3534bd8 --- /dev/null +++ b/xmp3/survivor.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Eye of the Tiger,Survivor,Rocky IV,rocky_iv.webp,eye_of_the_tiger.mp3 diff --git a/xmp3/tears_for_fears.csv b/xmp3/tears_for_fears.csv new file mode 100644 index 0000000..f7a3bac --- /dev/null +++ b/xmp3/tears_for_fears.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Head Over Heels,Tears For Fears,Rule The World: The Greatest Hits,rule_the_world_the_greatest_hits.webp,head_over_heels.mp3 +Everybody Wants To Rule The World,Tears For Fears,Songs From The Big Chair (Super Deluxe Edition),songs_from_the_big_chair_super_deluxe_edition.webp,everybody_wants_to_rule_the_world.mp3 diff --git a/xmp3/the_beatles.csv b/xmp3/the_beatles.csv new file mode 100644 index 0000000..8e1c226 --- /dev/null +++ b/xmp3/the_beatles.csv @@ -0,0 +1,6 @@ +title,artist,album,cover,file +Help!,The Beatles,Help! (Remastered),help_remastered.webp,help.mp3 +Don't Let Me Down,The Beatles,The Beatles 1967 - 1970 (Remastered),the_beatles_1967__1970_remastered.webp,dont_let_me_down_2.mp3 +Hey Jude,The Beatles,1 (Remastered),1_remastered.webp,hey_jude.mp3 +Let It Be,The Beatles,Let It Be (Remastered),let_it_be_remastered.webp,let_it_be.mp3 +Yesterday,The Beatles,Help! (Remastered),help_remastered.webp,yesterday.mp3 diff --git a/xmp3/the_chainsmokers.csv b/xmp3/the_chainsmokers.csv new file mode 100644 index 0000000..3bf0a60 --- /dev/null +++ b/xmp3/the_chainsmokers.csv @@ -0,0 +1,5 @@ +title,artist,album,cover,file +Closer,"The Chainsmokers, Halsey",Closer,closer.webp,closer.mp3 +Paris,The Chainsmokers,Memories...Do Not Open,memoriesdo_not_open.webp,paris.mp3 +Something Just Like This,"The Chainsmokers, Coldplay",Memories...Do Not Open,memoriesdo_not_open.webp,something_just_like_this.mp3 +Don't Let Me Down,"The Chainsmokers, Daya",Don't Let Me Down,dont_let_me_down.webp,dont_let_me_down.mp3 diff --git a/xmp3/the_jackson_5.csv b/xmp3/the_jackson_5.csv new file mode 100644 index 0000000..8f3cc41 --- /dev/null +++ b/xmp3/the_jackson_5.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +I Want You Back,The Jackson 5,Diana Ross Presents The Jackson 5,diana_ross_presents_the_jackson_5.webp,i_want_you_back.mp3 +I'll Be There,The Jackson 5,Third Album,third_album.webp,ill_be_there.mp3 +ABC,The Jackson 5,ABC,abc.webp,abc.mp3 diff --git a/xmp3/the_jacksons.csv b/xmp3/the_jacksons.csv new file mode 100644 index 0000000..9184ee5 --- /dev/null +++ b/xmp3/the_jacksons.csv @@ -0,0 +1,3 @@ +title,artist,album,cover,file +Blame It on the Boogie,The Jacksons,Destiny,destiny.webp,blame_it_on_the_boogie.mp3 +Time Waits For No One,The Jacksons,Triumph,triumph.webp,time_waits_for_no_one.mp3 diff --git a/xmp3/the_neighbourhood.csv b/xmp3/the_neighbourhood.csv new file mode 100644 index 0000000..6b5f836 --- /dev/null +++ b/xmp3/the_neighbourhood.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Sweater Weather,The Neighbourhood,I Love You,i_love_you.webp,sweater_weather.mp3 diff --git a/xmp3/the_outfield.csv b/xmp3/the_outfield.csv new file mode 100644 index 0000000..6a03a3c --- /dev/null +++ b/xmp3/the_outfield.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +Your Love,The Outfield,Super Hits,super_hits.webp,your_love.mp3 diff --git a/xmp3/the_weeknd.csv b/xmp3/the_weeknd.csv new file mode 100644 index 0000000..cf19d80 --- /dev/null +++ b/xmp3/the_weeknd.csv @@ -0,0 +1,19 @@ +title,artist,album,cover,file +Blinding Lights,The Weeknd,After Hours,after_hours.webp,blinding_lights.mp3 +Heartless,The Weeknd,After Hours,after_hours.webp,heartless.mp3 +Starboy,The Weeknd,Starboy,starboy.webp,starboy.mp3 +Can't Feel My Face,The Weeknd,Beauty Behind The Madness,beauty_behind_the_madness.webp,cant_feel_my_face.mp3 +In The Night,The Weeknd,Beauty Behind The Madness,beauty_behind_the_madness.webp,in_the_night.mp3 +In Your Eyes,The Weeknd,After Hours,after_hours.webp,in_your_eyes.mp3 +I Feel It Coming,The Weeknd,Starboy,starboy.webp,i_feel_it_coming.mp3 +Out of Time,The Weeknd,Dawn FM,dawn_fm.webp,out_of_time.mp3 +Save Your Tears,The Weeknd,After Hours,after_hours.webp,save_your_tears.mp3 +Save Your Tears (Remix),"The Weeknd, Ariana Grande",After Hours,save_your_tears_remix.webp,save_your_tears_remix.mp3 +Is There Someone Else?,The Weeknd,Dawn FM,dawn_fm.webp,is_there_someone_else.mp3 +Die For You,The Weeknd,Starboy,starboy.webp,die_for_you.mp3 +Die For You (Remix),"The Weeknd, Ariana Grande",Starboy,die_for_you_remix.webp,die_for_you_remix.mp3 +After Hours,The Weeknd,After Hours,after_hours.webp,after_hours.mp3 +I Was Never There,The Weeknd,My Dear Melancholy,my_dear_melancholy.webp,i_was_never_there.mp3 +Call Out My Name,The Weeknd,My Dear Melancholy,my_dear_melancholy.webp,call_out_my_name.mp3 +The Hills,The Weeknd,Beauty Behind The Madness,beauty_behind_the_madness.webp,the_hills.mp3 +Creepin',The Weeknd,Heroes & Villains,heroes__villains.webp,creepin.mp3 diff --git a/xmp3/twenty_one_pilots.csv b/xmp3/twenty_one_pilots.csv new file mode 100644 index 0000000..4fced54 --- /dev/null +++ b/xmp3/twenty_one_pilots.csv @@ -0,0 +1,4 @@ +title,artist,album,cover,file +Stressed Out,Twenty One Pilots,Blurryface,blurryface.webp,stressed_out.mp3 +Heathens,Twenty One Pilots,Heathens,heathens.webp,heathens.mp3 +Chlorine,Twenty One Pilots,Trench,trench.webp,chlorine.mp3 diff --git a/xmp3/usa_for_africa.csv b/xmp3/usa_for_africa.csv new file mode 100644 index 0000000..53bf24f --- /dev/null +++ b/xmp3/usa_for_africa.csv @@ -0,0 +1,2 @@ +title,artist,album,cover,file +We Are The World,U.S.A. For Africa,We Are The World,we_are_the_world.webp,we_are_the_world.mp3