certuna

Results 100 comments of certuna

Exactly, but this assumes ARTIST has consistency with ARTISTS, which may be true for collections fully managed with autotaggers like Picard/beets, but otherwise not guaranteed, for example when someone has...

Yeah these are invalid date formats, so they aren't parsed. Not a bug. Up to you @deluan how much effort we want to put into the code to parse this....

`2023-00-00` and `2023- 1- 2` are both parsed as `2023`, as you can see from the log, it only fails on the month+day part, the year is parsed correctly. If...

Will check - I actually noticed that the `releasedate` mapping also seems to be missing in some bits of mutagen (in `easyid3.py` for example) so I'll have to change it...

ah yes apologies, I'll add the tests - this patch is now unmergable due to recent changes so let me work on this a bit

It happens a lot with tags auto-filled from Musicbrainz, as for example the `Jay‐Z` (with U+2010 hyphen) that Picard writes is not the `Jay-Z` (with U+002D hyphen) that you would...

> I see the issue. I was able to reproduce it. I want to work on this issue. Assign this issue to me. I will be working on the issue...

> The OpenSubsonic org has recently finalized a Subsonic API extension for multi-valued artists (and genres) - perhaps we can add the OpenSubsonic support for this as well? [opensubsonic/open-subsonic-api#51](https://github.com/opensubsonic/open-subsonic-api/pull/51) Yes...

Cleaned it all up, tests all clear, ready to merge I think. OpenSubsonic support is better done in a separate PR.

> Hey @certuna , thanks for your work. > > I'm getting this when using this PR: > > `Nov 12 22:47:35 raspberrypi navidrome[16356]: time="2023-11-12T22:47:35Z" level=fatal msg="Failed to apply new...