certuna

Results 100 comments of certuna

Cool - will that be v1.6.0?

Been thinking about this some more. Updated the start post with more details. Hope I can find some time to work on this in the near future.

That's already how it's implemented in the PR: if an album is tagged "the Picard way" (ie, with 'originaldate' + 'date'), Navidrome will automatically use originaldate as the sorting/filtering date.

Ah - yes this happens in the case where there is no `DATE`. I'll fix that.

Ah yes but then it sorts correctly - `DATE` (=recording date) is set to 2013, where it should presumably be 1973 (that's when Piano Man was recorded, right)? From the...

`ORIGINALDATE` is a bit of a minefield, because there's different implementations what this field should hold - if you go by the id3v2.4 specs, it should hold the date of...

Splitting multiple releases of the same album, based on the Release Date tag (i.e., different Release Date = different Album) will hopefully come in the next release once the last...

This is now [merged](https://github.com/navidrome/navidrome/pull/2162) and implemented - can be closed? Or do we keep it open to discuss disambiguating based on mb_albumID?

The advantage that Spotify/Deezer/Tidal have is that they can control the exact formatting of the tags, which is a luxury we don't have. Also, they likely have implemented M2M relations...

One of the tricky things of the two-tags approach is the edge case `ARTIST` = "Alice;Bob" and `ARTISTS` = "Carol", "Dave" - what should the application use?