Call for testers: Tag based IDs behind the scenes #178
Closed
NattyNarwhal
announced in
Announcements
Replies: 1 comment
-
I'm doing this in 3.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like for people to test GH-177; a download link to a compiled version is provided in the first comment there.
While it isn't exactly exciting user-visible features, it should hopefully long-term resolve a lot of wonkiness when using Submariner with a lot of server implementations, by reducing the data model vs. API mismatch. As such, I want to hear feedback regarding this.
Why does it matter? Because Submariner's internal data model is in term of artists, albums, and tracks, in a strict fashion. However, it made API requests that worked against Subsonic's directory based API. Because of this, it had to reconcile the output of that API with its own data model. Later, Subsonic added an artist-album-track based API that actually matches Submariner's internal model of the world, but Submariner was originally developed before that API became available. I'm finally able to correct this mismatch, ~15 years later.
Beta Was this translation helpful? Give feedback.
All reactions