audiamus / AaxAudioConverter

Convert Audible aax files to mp3 and m4a/m4b
GNU General Public License v3.0
1.51k stars 115 forks source link

Semicolon instead of colon #177

Closed derJerg closed 1 year ago

derJerg commented 1 year ago

When I convert a Book including the title of the series the outcoming directory is named: "series title #; booktitle" instead of "series title #: booktitle". Also if i try to change title-information before converting, I just cannot enter a colon manual.

derJerg commented 1 year ago

Also before when I converted Books of a series by default the outcome was like Author[#]Booktitle\files which was exactly what I wanted. What could have happened for this to change?

audiamus commented 1 year ago

I just cannot enter a colon manual.

A colon is an invalid character for directory and file names in Windows. Therefore AAX Audio Converter replaces it with a semicolon. Meta data title tags, however, will retain the colon.

Also before when I converted Books of a series by default the outcome was like Author[#]Booktitle\files which was exactly what I wanted. What could have happened for this to change?

It's depending on conversion mode and folder structure settings. See chapters "Output structure" (page 10) and "Folder structure" (page 26) in the manual.

I move this topic to the discussion section.