-
Notifications
You must be signed in to change notification settings - Fork 2
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]: Add "add to playlist" menu like firefox "quick" bookmarks #65
Comments
Hi @toby63 i think this is addressed. VirtualBoxVM_Kq6x1lhFWv.mp4 |
@efb4f5ff-1298-471a-8973-3d47447115dc Yes it is one way to implement something like that. Firefox quick bookmarks simply always uses the last chosen playlist though. |
I guess the bookmark folders were meant to be obsoleted by the AwesomeBar and tags though (seems like you can't search by folder name, but any of the other criteria can be selected), so it doesn't really matter where the bookmark ends up, and FreeTube doesn't have a global search or custom tags/descriptions. |
I can understand this thinking, but this solution only works for bookmarks because they have one location. You would have to manually uncheck the previously added-to playlist and check the intended playlist whenever wanting to choose a different destination playlist. This problem is best solved by the quick bookmark system, batch selection / actions, and de-clunkifying the Add to Playlist UX. |
I guess I'd be happy with FreeTube using the last playlist if its name was next to the button. If it's the wrong list, the more important one should be recently used and near the top of the playlist popup. |
Correction you dont have to first uncheck the playlist to then check another playlist to be your bookmark playlist. You can go directly to the playlist that you want as your quick bookmark list and check it.
Documentation can always be added to make it clear to everyone how it is supposed to work. Also our implementation is similar to YT's one. They call their quick bookmarkable list Watch Later, we did the same but also gave the user the choice to change it whenever they want. Therefore imo this can be closed but waiting on other dev opinions. |
Correction you dont have to first uncheck the playlist to then check another playlist to be your bookmark playlist. You can go directly to the playlist that you want as your quick bookmark list and check it.
Documentation can always be added to make it clear to everyone how it is supposed to work. Also our implementation is similar to YT's one. They call their quick bookmarkable list Watch Later, we did the same but also gave the user the choice to change it whenever they want. Therefore imo this can be closed but waiting on other dev opinions. |
I'm talking about the proposal outlined in the OP, not the existing behavior. |
I think that my proposal would make fast bookmarking a little easier, because imagine the following situation: Now your solution requires to set the music playlist as standard and then use the star symbol to add all the videos and then reset the standard or needing to go through the add-menu all the time. My solution would not require that. My proposal to have the best of both worlds would be:
Either one or both of these could be also changed in your way (set a standard playlist), but if the user doesn't apply the setting, my proposed way would apply, see above. |
That use case is (or, will be) covered by batch selection & actions pretty handily. FreeTubeApp#2517 |
This one doesnt need to be migrated to the main repo as there is already an issue and PR open to address the usecase like mentioned in the previous comment |
Guidelines
Problem Description
The way it works now I always have to choose a specific playlist that I want to add a video to.
But in Firefox for example the bookmarks work in a different way, this could be implemented here too, see below.
Proposed Solution
In Firefox the latest bookmark folder is remembered, so if I click on the bookmark symbol in the url field once, the page/bookmark will simply be added to the last used folder.
If I want to change the folder, I can double-click on the bookmarks symbol.
Here you could implement a similar thing.
When I click on the "add-to-playlist"/save symbol, it could simply choose a standard playlist or the last used playlist and if I double-click on it, then it could open the more complex menu.
Alternatives Considered
Issue Labels
ease of use improvement, improvement to existing feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: