certuna

Results 100 comments of certuna

Is there any reason why there still seems to be (reasonably) recent commits but no releases since 2016?

By the way, I see that Picard has introduced a custom tag for "artists" (`TXXX:Artists` in id3, `ARTISTS` in Vorbis) to store multivalued artists, presumably so old/noncompliant players don't choke...

That's a good idea - I'll have a look how hard it is to implement that. BTW this can only be done when using TagLib as a scanner, since ffmpeg...

the custom tag fields `artists` and `albumartists` are a pretty messy hack for applications that cannot read multivalued tags correctly, it's probably better to just implement multivalued tags outright. But...

I think adding all this external metadata is a slippery slope, there's no end to things that people want to tack on or import externally, we'll end up with a...

Cue sheets are also a bit of a holdover from the 1990s (it's a format for authoring CD masters), I'm not sure if there's a big audience for it going...

I don't think it needs to be that complex, each playlist already has a UUID in the database as unique identifier. You can see it in the URL: `https://music.mydomain.com/app/#/playlist/63f341f7-33f0-4538-b31f-783c441315ab/show`. So...

Raw DTS and AAC streams are almost always used inside an MP4 container, you can mux them into the container with: `ffmpeg -i audio.aac -c:a copy audio.m4a`

It is somewhat more complex yes - Navidrome is limited by what its tag libraries (ffmpeg and TagLib) can read. These .dts and .aac files are just raw audio stream...

Probably, yes, or just default it to one or the other. There's nothing we can do about the limitations of the Subsonic API...