seanap / Audible.com-Search-by-Album

Mp3tag Web Sources Scripts
84 stars 17 forks source link

Not finding results #9

Closed picodaguy closed 3 years ago

picodaguy commented 3 years ago

Hi, loving the script so far, but having an issue with some books here and there, mostly on non US audible sites. For example im trying to tag my Roald Dahl collection, and a few books are only available on the AU site, so no results are being found. Is there a way around this?

bonyboy commented 3 years ago

Try changing line 17 to start with https://www.audible.com.au instead of https://www.audible.com. You may need to make a similar change to line 16. You could create a duplicate .src file and make that one change and save it so you have a US and AU option or you can change it long enough to find your AU books and then change it back.

seanap commented 3 years ago

Hopefully it's as easy as just changing the url to .au, but I have noticed that there are subtle differences in the audible page source code between the .com an .ca for example. You would have to figure out which tag throws an error, look through the audible page source for .au, compare with the .com, and modify the src script accordingly.

If you get a .au script to work let me know and I can include it in the git.

L0garithmic commented 3 years ago

Try it now. A big change was pushed today.