-
Notifications
You must be signed in to change notification settings - Fork 130
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] Implement Artist view in Offline Mode #462
Comments
Yeah I was wondering what the reason is that it hasn't been implemented yet? What issue have you run into when making it? I would be happy to help. |
I'll give a technical description here to be thorough. TL;DR: Finamp can't model relationships beyond album/playlist -> song right now Here's a little diagram that I wrote up in 5 minutes: Finamp currently models downloads with The new system will allow The new system is still in the theoretical stage (I'd like to get #220 sorted first) I haven't mentioned how images are implemented, partly because it isn't relevant here, partly because I've forgotten exactly how they're implemented and they're kind of stapled on (which further makes me want to rip out the current download system). |
(the drawing is 6809x11992, apologies if your computer exploded loading it) |
https://media.tenor.com/aAsftu-ZFLUAAAAC/ron-swanson-parks-and-rec.gif Also, I'm not sure if the redesign is independent of this. An improved artists screen (all albums, all songs, etc.) might require some rework anyway? Unless the offline stuff is fully independent... |
Wow thanks for the description! So basically right now finamp literally doesen't know what artist the song is by when you download it. That makes sense. I don't know how to implement it, but isn't there a way to get metadata from jellyfin? Could finamp just save that, and then use that to sort? |
We get the name of the artist, but not enough to easily "recreate" the artist screen. When getting artists in online mode, Finamp calls the |
Ah, okay thank you for the clarification. |
👋 Thanks for software! 😍 So looking forward to playing (my own FLAC) music, offline, on my smartphone again since switching to iOS To clarify - and for the benefit of others who may come here - is this issue the reason/bottleneck to playing music offline or is there something I'm missing..? 😕 Yours hopefully |
Ahh, I seem to have got things working - playing is possible just not via certain views 👌 Aside, for me, an app restart was required before I got an updated view - will create/update a (new) issue if I experience it again Apologies for noise 😔🧥 👋 |
@enduring78 @NoSadBeHappy the download system has been improved as part of the redesign beta. Artist support for offline mode is now available, and we have an improved artists screen that also shows top songs. You can check it out here: https://github.com/jmshrv/finamp/releases/tag/0.9.2-beta I'll close this issue for now since it should be resolved. |
Currently, when in Offline Mode, I can't search or view the artists tab because it isn't implemented.
I have searched the issue tracker but couldn't find a issue asking for this, so I made one!
The text was updated successfully, but these errors were encountered: