SubmarinerApp / Submariner

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

Local imports don't ever set album art #70

Closed NattyNarwhal closed 1 year ago

NattyNarwhal commented 1 year ago

The code is commented out in ImportOperation. Did it ever work?

NattyNarwhal commented 1 year ago

Ohhhhhhhh, the covers directory would be quite different, since it wouldn't belong to a server. That'd mean a refactor for relative covers to support serverless.

NattyNarwhal commented 1 year ago

The code puts it in Covers/Artist/Album.ext, which seems a bit fragile in case an artist and server have the same name. Perhaps it could have a specialized subdirectory under Covers, used when server is nil? And a server prevented from having the same name?