dethrophes
dethrophes
done. On Sun, Sep 27, 2015 at 10:22 PM, Eli Bendersky [email protected] wrote: > Can you create a pull reques? > > — > Reply to this email directly or...
I added support for this on my fork. https://github.com/dethrophes/Audiobooks.bundle/commit/6d55e12ecaf9cbc63a125f9752e92e897331cbfe
It depends on the problem. Mostly the problem is that my title doesn't cleanly match the on audible. So I would have to rename the titles anyway. What I found...
Actually one of my versions already splits the narrators. I'll see about the rest. Am 24.07.2017 00:00 schrieb "macr0dev" : > Fair enough. I'm going to rework the section that...
Plex doesn't support aax files. so you will have to convert them to m4b/mp3 to have them in plex. The filename naming convention is also different depending on how you...
Am 07.11.2017 16:19 schrieb "Aelius" : Plex doesn't support aax files I'm aware. They're encrypted and require a conversion. I convert to mka, a format which happens to support chapters,...
m4b is an m4a file with chapter data more or less. just use ffmpeg to create the m4a file then rename it to m4b, then use mp4chaps to add the...
Actually it was closed because it was working... I haven't used it in a while though. Basically the syntax was/is to add [audible-] to the Album name. This may work...
Actually the current versions both work off the filename if the tags are missing. If tags are present they take priority. Currently supported filename syntax is %track% - %album%. Most...
I mean depending on what you want to do you could add it easily enough yourself, somewhere here https://github.com/dethrophes/Audiobooks.bundle/blob/master/Contents/Code/__init__.py#L298 The problem I would have, adding a generic implementation is that...