-
-
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
Nested lists || Nested tags for lists #5128
Comments
i also have a lot of playlists and thought it would be good to have a way to organize them, i could try to implement this feature. |
@not-the-avatar
Sounds cool! Even though I don't have any android development experience, I'd like to participate in this effort. |
@JeffRockatansky
i dont have any experience with android either, i guess you could try grouping channels feature i will try for playlists |
@not-the-avatar
First of all, we need to choose which option we will implement. I vote for hierachical tags because it's much more flexible. But more complex and harder to implement though. Secondary, we need to start from simple, basic and abstract, and only then come to more complex and specific. |
@JeffRockatansky this has been discussed here #1982 (comment) before and they seem to have agreed on using folders i too think folders are better, it would be a hassle to implement and maintain hierarchical structure |
Bc folders are already a single root hierarchy. But I agree, it is much simpler to get an MVP, and, if we decide to, could be later changed if properly prepared and designed at first. But I think parallel hierarchies or graphs are able to store much more complete representation of category data. For example, a video on how to build from source and install on Linux a video editing app is simultaneously a part of these structures:
From my perspective, it could not be separated from either, as it is evenly described by all three tags ( |
I agree graphs would be much more flexible but i dont think i could implement this by myself also this kind of categorization wont be useful to most users |
Checklist
Describe the feature you want
Ability to subcategorize lists:
Implementation options:
Is your feature request related to a problem? Please describe it
I've created quite a lot of playlists and channel groups, and now it's hard to navigate. Also many of them are related and could be grouped.
How will you/everyone benefit from this feature?
It will be much more convenient to use subscriptions and playlists.
The text was updated successfully, but these errors were encountered: