-
Notifications
You must be signed in to change notification settings - Fork 872
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
(Multiple) Local Playlist (instead of saving video in one hidden list) #4234
(Multiple) Local Playlist (instead of saving video in one hidden list) #4234
Conversation
…ser playlist view
…dit mode With notice message
… due to filtering
…ing to hide playlist settings Only those visible on video, remote playlist are updated
Mainly due to YT missing video thumbnail image got different aspect ratio 4/3
…t view, regardless of "edit mode"
src/renderer/components/ft-playlist-add-video-prompt/ft-playlist-add-video-prompt.js
Outdated
Show resolved
Hide resolved
Download latest build if you want to |
Hello First off, thank you for the hard work for this feature. I have the new build and stable build side by side
|
* development: Bump the babel group with 2 updates (FreeTubeApp#4466) Bump the eslint group with 4 updates (FreeTubeApp#4468) Bump @seald-io/nedb from 4.0.2 to 4.0.3 (FreeTubeApp#4469) Bump marked from 11.0.1 to 11.1.0 (FreeTubeApp#4470) Bump github/codeql-action from 2 to 3 (FreeTubeApp#4472) Only bundle the Swiper modules that we use (FreeTubeApp#4455)
Just fixed a bug found when I use the build myself: playlist link in watch page not having I did a search in code and there should be no other places having link to a local user playlist |
The "Remove Watched Videos" button is displayed inside of playlists, even when "Remember History" is disabled, is that intentional? |
I think it is, disabling that feature applies only on future watched videos not previously watched videos |
Wow, finally. Never though I would see this get merged in my life. Thanks for the work @PikachuEXE! |
Pull Request Type
Related issue
Description
Instead of saving videos (in one hidden playlist) and displaying only that list
This PR makes it possible to manage multiple local playlists and adding videos to it
You can also import export
Tasks Left
Screenshots
Tooltip & toggle for exporting playlists as single favorites playlist
Testing
Tooltip & toggle for exporting playlists as single favorites playlist
development
, import the export with new toggle onAdditional context
Code based on branch https://github.com/FreeTubeApp/FreeTube/tree/playlists
See https://github.com/PikachuEXE/FreeTube/issues for issues reported before this PR created
Can discuss in PikachuEXE#49 if you have specific topic