Deluan Quintão
Deluan Quintão
> Does anyone has started working on this ? No. Wanna give it a try? Let me know if you have questions.
Thanks for creating this.
I've been thinking about this. I think it is a great addition, my only concern is what to do with albums that do not have this field, or whole libraries...
Navidrome doesn't read the tags directly, it uses `ffmpeg` to extract them. In `ffmpeg` output, it seems to always be a comma-separated list. See examples below (all tagged with `beets`...
Also note how MusicBrainz and Discogs diverge when adding things like "Deluxe Edition". One example of each: From Discogs: ``` Input #0, flac, from 'The Velvet Underground/The Velvet Underground &...
@certuna Any more thoughts on this? Should we simply import the field and use a configurable field separator to break multi-valued values?
I think we should join the terms from both fields, and have a configurable whitelist (default to the one provided by MusicBrainz). As this will be a relation between the...
This is a multi-valued tag, so it is not just the UI, but also a change in the DB layout. I'm working on the new scanner (#2709) and I will...
As the UI does not support folders, the best we can do is what is already implemented. With the current implementation you can see the tracks grouped by discs in...
> The Subsonic API already supports DiscNumber (it's included in the Child ComplexType), it's up to the client app to subdivide an album into discs. If it doesn't do that,...