Skip to content
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]: Make Genre Separators configurable #2845

Open
DummerJunge opened this issue Apr 12, 2024 · 2 comments
Open

[Enhancement]: Make Genre Separators configurable #2845

DummerJunge opened this issue Apr 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@DummerJunge
Copy link

Describe the feature/enhancement

Splitting the [ID3] genres into multiple ones, done in AudioFileScanner.js, works nice but uses a fixed set of separators "/", "//", or ";" (nicely described here https://www.audiobookshelf.org/docs#book-audio-metadata).

I would really appreciate having this as a library configuration option, to get rid of the slashes just leaving the semicolon.

@DummerJunge DummerJunge added the enhancement New feature or request label Apr 12, 2024
@advplyr
Copy link
Owner

advplyr commented Dec 21, 2024

Can you be more specific on the issue you are coming across where you want to use a different separator?
There is a similar request to support parsing on comma #3127

@advplyr advplyr added the waiting Waiting for OP label Dec 21, 2024
@DummerJunge
Copy link
Author

Hello, using MediaMonkey and mp3tag to tag mostly mp3 with ID3v2 having genre strings like "Classic Guitar / Slightly distorted; Bells; Hornpipe / Slightly distorted; Concert Guitar / Out of tune", four genres:

  1. Classic Guitar / Slightly distorted
  2. Bells
  3. Hornpipe / Slightly distorted
  4. Concert Guitar / Out of tune

Unfortunately these split in ABS splits them into 5 genres

  1. Classic Guitar
  2. Slighthly distorted
  3. Bells
  4. Hornpipe
  5. Concert Guitar
  6. Out of tune

So I cannot distiguish the out of tune, distorted and normal instruments. Retaging using other separators is difficult because the genres are not only used for hearing but also for spectral analysis...

@advplyr advplyr removed the waiting Waiting for OP label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants