seanap / Audible.com-Search-by-Album

Mp3tag Web Sources Scripts
95 stars 17 forks source link

Outputting 2 of the same artists in the Artist section #11

Closed L0garithmic closed 4 years ago

L0garithmic commented 4 years ago

https://i.imgur.com/sDaGg54.png

It's putting the artist twice in the artist section. On all the books I have tried thus far,

fakedname commented 4 years ago

I think it puts the author and narrator in the artist field.

BluebonnetSK commented 4 years ago

That is by design. It lists the Writer and the Narrator. In your case, your books are all narrated by the author. Simply delete out the repeat manually.

L0garithmic commented 4 years ago

Yeah, noticed this. Guess I will just manual delete. Thanks!

fakedname commented 4 years ago

I made a minor edit to mine to exclude the narrator. I’m away from my computer but I’ll check out what I did and post it.

L0garithmic commented 4 years ago

Delete lines 277 and 288. Fixes it for now. Edit: Now 282 and 283

seanap commented 4 years ago

The regex is very limited, I can't find a way to have the script automatically set Artist = Author if Narrator = Author. If someone can find a way to crack this nut I would be very happy. Otherwise, SK is correct, having the Artist (on track) = Author, Narrator is by design. This is so I can use the Artist tag as a "All artists on track" and include supporting authors, editors, translators, and narrators, while keeping the AlbumArtist limited to a single artist to keep the folders nice and tidy. Certain plex audiobook players don't allow for searching by narrator, so having the narrator in the Artist tag is also a workaround for this.