-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Support multiple author/narrator separated by semicolon from audio metadata #793
Comments
I'm not sure what you mean. This should already be supported. Can you be more specific? |
Multiple authors works when separating by comma. This also works when you are using Last, First, Last, First. I'm not sure about using semicolon to separate authors, I haven't seen anyone use that before. I'll leave this open to see if anyone else does this |
Semicolon is a typical delimiter for mp3 files for multiples files like Author, genre or narrator. Squeezebox use this as default. Please add this or make it as a option which you can choose. As an example, in squeezebox is this an option (default ;). You can use different delimiter seperated with a space like ", ; /" if you want this 3 charactes as delimiter |
Importing m4b files from AAX Audio Converter had semicolons in the Artist field seperating the author, foreword author (where present) and narrator when I did that today. |
Semi-colon (;) delimiters are pretty much standard. The other common delimiter is a slash (/) or ampersand (&). Commas are tricky, because of the use of commas in names like "Joe Smith, M.D." I already had that problem, where a name like this was interpreted as two different authors. There are other types of names that have commas in them too. Also "Last, First, Last, First" could be ambiguous as there may be some names that are one word only. Perhaps not common, but it definitely does happen. One of the narrators for audiobooks that I use is simply "Taradasa". I think allowing ";" as a delimiter would be a very welcome enhancement. PS Thanks for this excellent software, I started using it recently and it is great. 😊 |
I agree. Honstly I'm supprised that comma is supported at all as a seperator given how often it's used in names, and for surname ordered lists. I'll see if I can get a pull request togeather for this. |
Added in v2.2.17 |
Describe the feature/enhancement
Please add support for multiple author and narrator from file metadata like it's already supported for genre.
The text was updated successfully, but these errors were encountered: