romanoh / Mp3tag

Mp3tag tools
58 stars 9 forks source link

VGMDB - Can track names not be pulled from either the HTML or the JSON? #4

Closed Tenome closed 3 years ago

Tenome commented 3 years ago

Hello, first time using your script (very useful!). I was just wondering because I never get any track names whenever I pull up the album in MP3Tag. Is it something on VGMDB's end that makes fetching the names difficult?

Thanks.

romanoh commented 3 years ago

Sometimes They change the html so the scrape wont work, will try to fix it this week

Tenome commented 3 years ago

Thanks!

romanoh commented 3 years ago

Have you tried the JSON version?, it works for me (except the artist, as i am waiting for the original author of the JSON to make the change).

imagem

romanoh commented 3 years ago

Please try the HTML let me now.

Tenome commented 3 years ago

HTML seems to work now. JSON gives me blank results like before, but I can live with that if HTML works. Thanks!

https://puu.sh/GCgDj/89485857d6.png

romanoh commented 3 years ago

@Tenome no problem in the album in Japanese tracks, just change the line 177 json_select "English" to json_select "Japanese"

romanoh commented 3 years ago

@Tenome no problem in the album in Japanese tracks, just change the line 177 json_select "English" to json_select "Japanese"

This is no longer necessary as the script now pulls all the languages.