-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Sort local playlists in groups / folders #1313
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Related (with discussion): #1982 (comment) |
@Stypox #1313 (comment)... although I'm a fan of tags...I agree with you, folders make more sense here and alot easier to use too. This would help organize all my playlist.. a special folder for all my music 🎶 playlists... I can even have it divided by artist, now that's cool 😎 |
Damn, the me of 2 years ago had such a good idea :o And @MD77MD is on the same direction as me, i was thinking in sorting my musics too when writing this post (i usually get 1000 more musics each year...) |
This comment was marked as off-topic.
This comment was marked as off-topic.
@cntrl-s No, nobody is working on this at the moment, so feel free to pick it up! Thank you :-D |
i will, thank you :) |
@cntrl-s any update? i don't know coding but I can help with testing and feedback. |
@MD77MD i am new to android development so this will take a while i will let you know once i have something for you to test :P |
@cntrl-s I would do it like the channel groups/subscription groups. It would allow to reuse/copy stuff, depending if you want to extract out common components or just copy over what you need. Restriction would be that you can only have 1 layer and thus can't have nested groups, like a traditional file system. |
@XiangRongLin i agree with this, i was thinking we could have simple groups like subscription groups |
JSON / YAML import / export of playlists feature would also be nice. And maybe an archiving feature per playlist? Guess I'll describe these ideas in separate issues, but they should be considered in possible playlists tab redesign. |
@cntrl-s I also agree, but I'd use the group's thumbnail as a background image for the group item. Also, I'd make the playlist group items have: a height that is something in between 1.5x and 2x the height of subscription group items; a width/height ratio of 16:9.
@JeffRockatansky yeah, those are different and unrelated proposals |
@Stypox that's what i said in a reply above we could use the thumbnail of the first playlist under the group as thumbnail for the group or we could combine different playlists thumbnail to make a new one (vlc android does this for folder with multiple videos) |
@cntrl-s if this does not require storing too much cached data on the user's phone then ok |
@Stypox ok i will start working on this, thank you |
@cntrl-s thanks to you! :-D |
@JeffRockatansky @Stypox @MD77MD @XiangRongLin how do you think the playlist selection view should be when selecting playlists for a group should every playlist have a radio button or have a ':white_check_mark:' on top of selected playlists or something else |
I personally don't care too much about it. Try to make it simple and close to the existing channel groups. So a list where if one entry is selected the thumbnail is covered my a ✔,would be the simplest that i can think of right now |
@cntrl-s a tick over a playlist is good. Radio will take too much additional space. You could even dim selected list elements in addition to a check mark. Maybe you could also try implementing paths while naming a playlist? E.g. when you type
Parsing existing names would also be very much appreciated, especially because my playlists all look like In case of parsing a path, you should also consider and process certain delimiter edge cases:
|
@JeffRockatansky Im going to give this a hard NO, because this is complex enough as is. Please open a seperate issue if you want the feature. |
@XiangRongLin ok, I get it. What about the structure of folders itself? Should a folder contain:
|
@XiangRongLin could you explain in detail why multilayer is harder? And why do you think it's not necessary? |
Because its multiple layers, meaning more stuff to do. More changes need to be made to the data model, the logic and the representation. More needs to be tested and more code needs to be reviewed. Overall its more work, which can be split up into multiple feature request and multiple PR |
@JeffRockatansky i will implement it with dim and a tick |
also we have to keep track of both local and remote playlists within the folder structure which would be very complex to design database for and this would be even harder as sqlite doesn't support constraints on the database table, we probably would have to keep track of local and remote playlists separately |
I'm still hope for this feature. I have to much playlists. I hope to filter my playlists by genre (music playlists) and language. |
any luck with this? |
Noop. Unfortunately not |
Any progress on this? |
It could be cool to sort our local playlist, because when you have a lot of it its kinda messy.
If someone would like to do that, I would advise him/her not to do folders, but things more like the animation used for "import export" in the sub page for each new category created by the user.
The text was updated successfully, but these errors were encountered: