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

Split tags with different delimiter #598

Closed
jessepeterson opened this issue Jan 18, 2025 · 3 comments
Closed

Split tags with different delimiter #598

jessepeterson opened this issue Jan 18, 2025 · 3 comments
Labels

Comments

@jessepeterson
Copy link

Hello! The tagging workflow I use (Kid3 usually importing metadata from Discogs) separates things like genres using the pipe | character. This means the genre appears in LMS like "Hard Rock|Punk|Rock|Glam" (when I think LMS is meant to split those apart). Similar problems for e.g. attributions. Here's an example track from a Flac file:

$ metaflac --show-tag=GENRE --show-tag=ARRANGER --show-tag=PERFORMER "01. Tan Dun - Crouching Tiger, Hidden Dragon.flac" 
GENRE=Soundtrack|Classical|Modern|Contemporary|Theme|Score|Stage & Screen
ARRANGER=Engineer|Richard King|Engineer|Lu Xiao Xing|Engineer|Richard King|Engineer|Xu Gou Qin|Producer|Tan Dun
PERFORMER=Drums [Hand Drum]|Kasim|Percussion|Shanghai Percussion Ensemble|Percussion [Solo]|David Cossin

Can LMS use the pipe character to split e.g. genre info?

Thanks!

@epoupon
Copy link
Owner

epoupon commented Jan 18, 2025

Hello!
Yes, you can set | as a custom delimiter for artists and for other tags (for performers, you may fall into #580 though)
Please reopen if that's not the case.

@epoupon epoupon closed this as completed Jan 18, 2025
@jessepeterson
Copy link
Author

Oh, neat! Is this a recent change? I hand't seen that setting before and I recently upgraded. Thanks!

@epoupon
Copy link
Owner

epoupon commented Jan 18, 2025

It has been introduced in https://github.com/epoupon/lms/releases/tag/v3.50.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants