Is your feature request related to a problem?
I hake observed that the app has support for splitting the ID3 ARTIST tags based on delimeters, but my current library instead uses repeated ARTIST tags instead of a single tag with delimeters.
Describe the solution you'd like
I would prefer if in addition to the delimeters, multiple artists were supported.
For reference, I have the following player that does support this functionality - however unfortunately, I do not have the expertise to narrow down the exact code that implements this.
Auxio source code: https://github.com/OxygenCobalt/Auxio
Describe alternatives you've considered
An alternative is to migrate my library to use delimeters, however I sync this same library with my desktop and MPD only supports multiple tags. And personally, it feels a bit wasteful/lossy to migrate from multi-value tags to single-value.
Is your feature request related to a problem?
I hake observed that the app has support for splitting the ID3 ARTIST tags based on delimeters, but my current library instead uses repeated ARTIST tags instead of a single tag with delimeters.
Describe the solution you'd like
I would prefer if in addition to the delimeters, multiple artists were supported.
For reference, I have the following player that does support this functionality - however unfortunately, I do not have the expertise to narrow down the exact code that implements this.
Auxio source code: https://github.com/OxygenCobalt/Auxio
Describe alternatives you've considered
An alternative is to migrate my library to use delimeters, however I sync this same library with my desktop and MPD only supports multiple tags. And personally, it feels a bit wasteful/lossy to migrate from multi-value tags to single-value.