SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
122 stars 3 forks source link

Feature request: View by folder (and other options) #173

Closed tcryuvgbhjkl closed 4 months ago

tcryuvgbhjkl commented 7 months ago

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.

NattyNarwhal commented 7 months ago

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.

NattyNarwhal commented 4 months ago

This should be in the next release.