-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add deletion of albums and songs #331
Conversation
Thanks for this :) I've just added a push that makes items actually disappear when deleting, but there are a few issues before this is merged:
Both could be solved by doing some state management with Riverpod. For the 2nd one, this would mean hooking up the album list to use a central source of albums from Riverpod, which would be a pretty big task. I don't mind doing this, as it would also help with other issues like deleting albums in offline mode from the album screen (which I've disabled for the same reason). |
Hi thanks for your review. Sure would be nice if i could get some help from you and learn fron your project 🙂 Yes i have already seen that the list does not update caused by statelesswidget. But do not know how you handle states via hive. Quick side question wouldnt it be better to use isar? |
Finamp gets the list of albums with the
|
Fixes #160 |
Ok thank you for the explanation. So what do we have to do with this PR now? |
I'll probably go with the stream option as it would be much easier than using providers, although I might change my mind mid-implementation as it would cause a lot of useless StreamBuilders in the code. |
Ok sounds good |
Looking forward to this feature. Do you need help testing it out ? |
No i have to first implement the missing parts. But i am currently short on time. |
@jmshrv i have tested it now and it seems to work just fine. anything we need to do here or can we just merge? |
I'll merge this for now, the other improvements can come later |
@jmshrv thank you :) |
@jmshrv could we push out a new release? |
Yeah, I'll make a new one as discussed in #371 |
This PR Adds simple deletion of already downloaded albums and songs