Audnexus.bundle icon indicating copy to clipboard operation
Audnexus.bundle copied to clipboard

Supported languages

Open rabelux opened this issue 3 years ago • 12 comments

Does the new plugin support other sites than audible.com? Like audible.de, .fr, ...

rabelux avatar Oct 09 '21 10:10 rabelux

Not currently. I need to determine the best structure for supporting other regions first, then I can see how feasible non-English regions will be

djdembeck avatar Oct 09 '21 13:10 djdembeck

I guess I'll better stick with the old plugin until this is on your roadmap, let me know if I can be of any help.

I'm a bit surprised though that you went ahead and wrote a completely new backend + plugin! The old plugin maybe had its flaws but it basically got the job done, so I'm a bit curious what motivated you to do so?

rabelux avatar Oct 11 '21 08:10 rabelux

The roadmap is currently: Support multi-regions (en) -> support multi-regions (other). There's probably some modularization I need to do on the backend for it. Hope to get it done this week, depending on the scale of what needs to change.

Yep, I had other applications that all were making their own audible calls, and none got all the data they needed. I figured it would be most beneficial to write a single point of contact for all my services

djdembeck avatar Oct 11 '21 15:10 djdembeck

is there any news to this? This currently breaks the audiobookshelf book match feature: https://github.com/advplyr/audiobookshelf/issues/731#issuecomment-1159287313

mmuenker avatar Jul 19 '22 08:07 mmuenker

It doesn't break anything, because it's not even a feature.

djdembeck avatar Jul 20 '22 03:07 djdembeck

if this can help, for french for ex, seanap work on a files to find the information on the audible french information to put on the mp3tag https://github.com/seanap/Plex-Audiobook-Guide/blob/master/mp3tag/data/sources/Audible.fr%23Search%20by%20Album.src

baloodusudouest avatar Aug 03 '22 07:08 baloodusudouest

Pending upstream implementation then I can get to writing the plugin update: https://github.com/laxamentumtech/audnexus/pull/498

djdembeck avatar Sep 24 '22 00:09 djdembeck

Awesome! Appreciate it 😃

rabelux avatar Sep 24 '22 05:09 rabelux

Great news, looking forward to it. Thank you very much!

Hoempi avatar Sep 24 '22 06:09 Hoempi

Going well so far. Here's an author taken from ?region=de:

{
    "asin": "B001JSF77S",
    "description": "Vom Radio-Unterhalter zum Autor von Psychothrillern – ein Kontrast, wie er sich auch in Sebastian Fitzeks Romanen entfaltet. Alltägliche Situationen entwickeln sich bei ihm zu düsteren Szenarien. Mit „Die Therapie“ gelang ihm 2006 der Durchbruch. Seitdem sind seine Krimis aus den deutschen Bestsellerlisten nicht mehr wegzudenken. 1971 in Berlin geboren, wurde Sebastian Fitzek 2016 als erster deutscher Autor mit dem renommierten „Europäischen Preis für Kriminalliteratur“ ausgezeichnet.Temporeiche Erzählweise Er bedient sich zahlreicher Cliffhanger, die seine packende Erzählweise an den Stil amerikanischer Thriller erinnern lässt. Als Ur - Berliner verlegt er seine Handlungen oft an Schauplätze in Berlin und macht das Grauen damit fast greifbar.Gänsehaut pur Das Erfolgsrezept für Fitzeks literarischen Nervenkitzel ist die Schocktherapie. Aus der Annahme eines Pakets für den Nachbarn oder einem gewöhnlichen Langstreckenflug entwickelt der Autor die Geschichte zu einer Art Worst - Case - Szenario.Er spielt dabei mit Urängsten wie der Verfolgungsangst oder dem Ausgeliefertsein– Themen, die gerade im Hörbuchformat für noch mehr Gänsehautfeeling sorgen.",
    "genres": [
        {
            "asin": "16209910031",
            "name": "Krimis & Thriller",
            "type": "genre"
        },
        {
            "asin": "16206595031",
            "name": "Kunst & Unterhaltung",
            "type": "genre"
        },
        {
            "asin": "16209739031",
            "name": "Literatur & Belletristik",
            "type": "genre"
        }
    ],
    "image": "https://images-na.ssl-images-amazon.com/images/S/amzn-author-media-prod/rjtjrte07nuucmkjhrc08rtst8.jpg",
    "name": "Sebastian Fitzek",
    "region": "de"
}

The Audnexus agent must have a single region/language set as default for auto matching. But I imagine an overriding search for another region/language would be fine.

djdembeck avatar Sep 30 '22 00:09 djdembeck

This is all ready to go upstream :partying_face: Will try to work on it some this week, as the agent needs a bit of an overhaul to handle searching in the other regions.

djdembeck avatar Oct 05 '22 22:10 djdembeck

For anyone feeling adventurous, you can try the new region options in the branch feat-multi-region and follow the PR for progress: https://github.com/djdembeck/Audnexus.bundle/pull/66

djdembeck avatar Oct 07 '22 23:10 djdembeck

Multi region support is now live in the develop branch. I've only tested [us] and [uk] regions specifically, so please test it and see what happens :)

djdembeck avatar Oct 19 '22 23:10 djdembeck

I have been using it via audiobookshelf for a while now. Works well for me with audible.de. Thanls for making it possible!

Sometimes it is strange that I do not find a German book using audible.de, but using the same author and title I do find it on audible.com. But I would attribute that to Amazon/Audible not being consisten. As with their ASINs, sometimes it is the same for .de and .com and sometimes it differs, even though it si the exact same edition.

Hoempi avatar Oct 20 '22 06:10 Hoempi

Thanks for doing this. But as well with the develop branch and the feat-multi-region branch i don't have any results no matter what i type in and no matter what region i,m using.

rubbishgee avatar Oct 30 '22 10:10 rubbishgee