-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: View by folder (and other options) #173
Comments
Unfortunately, Submariner right now is actually doing the worst of both worlds and beating the folder based view into an artist-album-track hierarchy. This is OK for things like Navidrome that basically make up a fake directory hierarchy based on tags (which is really funny, because Submariner predates Navidrome by a lot), but it's not so good for Subsonic, which presents the actual filesystem view. An issue to get us onto the ID3 based model that makes more sense for Subsonic is GH-73, but I'm keeping this as filesystem based browsing could be done too. It's mostly just ugly data model migration stuff; I hope I can do it without a flag day. |
Avoids the ugly contorting of the data model from arbitrary directory structure to artist-album-track. This should make the API requests actually match the original data model. - I have only tested with Navidrome. Since Navidrome uses identical IDs for the fake hierarchy and the tags, the transition is seamless. - I haven't tested Subsonic. Since it uses different IDs for directories vs. tags, it's likely this won't be so smooth. Recreate your server. (Could this be handled better?) - Nor have I tested other implementations. - Podcasts may be busted. The podcast functionality is really bitrotted and not well tested regardless. - We could do real directory hierarchies (GH-173) correctly, with a data model actually modelling... directories.
By popular request in GH-173. The modelling might not be the best, but avoids impacting other stuff as much as possible. Features a view with miller columns. Current issues: * Replaces podcasts (for now) * No way to interact or drag tracks out * Text at bottom gets weird with fixed scrollbar * New columns won't force it to scroll left
This should be in the next release. |
Currently Submariner allows to view by Artist, Album and Podcast. Would it be possible to add more views? In my case specifically interested by folder view since the folders are organized but id3 tags are a mess.
The text was updated successfully, but these errors were encountered: