You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Navidrome, this doesn't matter, as it constructs traditional indices based on the metadata already, but Subsonic based servers will serve media as it's structured in the filesystem. This can be a real problem as you can't guarantee the artist/album/track structure. Newer versions of Subsonic support using metadata based structure for querying, but I don't know if the IDs will be the same for i.e artists. The XML tags look the same, albeit with a different structure.
The text was updated successfully, but these errors were encountered:
Not a real fix (doesn't handle common cases like artist/album/disc/track.ext),
but it does prevent bogus entries for being read. The real fix would
be to address GH-73.
I'm tempted to do this, especially since Navidrorme at least basically reuses IDs for both the fake hierarchy and ID3. It is a flag day for most other implementations though...
For Navidrome, this doesn't matter, as it constructs traditional indices based on the metadata already, but Subsonic based servers will serve media as it's structured in the filesystem. This can be a real problem as you can't guarantee the
artist/album/track
structure. Newer versions of Subsonic support using metadata based structure for querying, but I don't know if the IDs will be the same for i.e artists. The XML tags look the same, albeit with a different structure.The text was updated successfully, but these errors were encountered: