GithubHelp home page GithubHelp logo

Comments (5)

audiamus avatar audiamus commented on July 16, 2024 1

Thank you. That confirms my assumptions. I think the point is how the authors are separated,. The tag structure used in aax/m4a files supports multiple authors and narrators, encoded as arrays. But if Audible puts multiple authors in the same single array item, separated by comma or semicolon, AAX Audio Converter will nonetheless treat them as multiple. However, when rewriting the tags to the output file, the counting may go wrong. And that eventually will lead to array items for the performers' role ("Author" or "Narrator") left with null. And then you get the null pointer exception. I will rewrite that short section of code to prevent this.

from aaxaudioconverter.

audiamus avatar audiamus commented on July 16, 2024

Thanks for the call stack. I'll check it.

from aaxaudioconverter.

audiamus avatar audiamus commented on July 16, 2024

I may have an idea now. There is some inconsistency in the code.

How many authors are there for these books? Did you change any author names in the preview window?

from aaxaudioconverter.

Squaredude avatar Squaredude commented on July 16, 2024

Book 1: two authors separated by comma, one narrator. Names are "simple" (Name Surname).

"Add Narrator" = Yes

Throws no error when opening the Preview window.

Throws error during conversion when tags are not modified in the Preview window.

Editing the "File" / "Author" field by removing the comma makes no difference. Error is thrown. A few files are output before the exception, but they lack all tags.

Editing the "Tag" / "Author" field by removing the comma works. Error is not thrown. The tags in the resulting files show the names of the "two" authors and one narrator separated by a semicolon ( ; ). Example: Name1 Name2; Narrator1

Book 2: three authors, two narrators. Authors separated by comma. Narrators separated by semicolon. Author names are "complex" (Name L. L. Surname, Name L. Surname Jr.). Narrators are "simple". (Names don't seem to be an issue by themselves, but just in case, I tell you this.)

"Add Narrator" = Yes

Throws no error when opening the Preview window.

Throws error during conversion when tags are not modified in the Preview window.

Editing the "File" / "Author" field by removing the comma makes no difference. Error is thrown. A few files are output before the exception, but they lack all tags.

Editing the "Tag" / "Author" field by removing the comma works. Error is not thrown. The tags in the resulting files show the names of the "three" authors and two narrators separated by two semicolons. Example: Name1 Name2 Name3; Narrator1; Narrator2

from aaxaudioconverter.

audiamus avatar audiamus commented on July 16, 2024

Fixed in version 1.9.

from aaxaudioconverter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.