seanap / Plex-Audiobook-Guide

A walkthrough for optimal Audiobook experience using Plex
1.48k stars 48 forks source link

Error in AudibleDE mp3tag source for "Die Drei Fragezeichen" #83

Closed gitrep3 closed 2 years ago

gitrep3 commented 2 years ago

Thanks for the amazing guide!

Unfortunately I encountered an issue with the following audiobook when trying to fetch tags from Audible: https://www.audible.de/pd/B0B1QKF5QZ

image

I guess the reason for this is that the audiobook doesnt mention any narrator, which stops mp3tag from processing further fields

seanap commented 2 years ago

Hey, it turns out for that book there wasn't even an HTML section for NarratorLabel so the script was failing. I updated the script to skip the narrator if that section wasn't fount. I also updated the Artist tag so it doesn't put the comma and a blank space where the narrator would go.

I only tested this on two books, the one you refrenced and The Martian, so let me know if it breaks on other books.

Please download or modify your src script to the new copy https://github.com/seanap/Plex-Audiobook-Guide/blob/master/mp3tag/data/sources/Audible.de%23Search%20by%20Album.src

gitrep3 commented 2 years ago

Thank you!! :-)