djdembeck / Audnexus.bundle

An Audnexus client proof of concept for Plex, providing rich author and audiobook data. Developed in Python, offering enhanced user experiences via Plex's legacy plugin agent system.
GNU General Public License v3.0
502 stars 21 forks source link

Is it possible to set default region for 2 libraries to a different value? #80

Open wieluk opened 1 year ago

wieluk commented 1 year ago

Hey I have one library with german audiobooks and one with english audiobooks. If I change the "Default region to use when searching:" setting in one library it also changes this setting in the other library. So I can only set both to one region.

wieluk commented 1 year ago

Also I noticed even with de as region audnexus starts tagging all my files with english titles (in plex and in the file itself). Anything I can do to prevent this and get german titles?

djdembeck commented 1 year ago

The settings being shared is a Plex limitation afaik. I've seen this problem with other plugins as well.

Can you give ASIN/book examples from the .de Audible site? In my limited testing titles come back in German.

wieluk commented 1 year ago

one example would be: Douglas Adams - Per Anhalter durch die Galaxis When I scan automatically I get the english title even when I choose .de for the libraries. I can fix the match with searching manually.

Die Säulen der Erde is antoher example. I can't even fix with matching manually. But here it is on audible.de

wieluk commented 1 year ago

Oh I think I found a problem with matching manually at least. It doesn't like the ä in "Säulen der Erde" With a or ae it works

djdembeck commented 1 year ago

Oh I think I found a problem with matching manually at least. It doesn't like the ä in "Säulen der Erde" With a or ae it works

This was actually just fixed: https://github.com/djdembeck/Audnexus.bundle/releases/tag/v1.1.1

I will need logs for the other issue, since, as you said, I cannot reproduce with manual search.