-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Keep a Playlist Updated #681
Comments
@ArthurOllier Do you often rename the videos downloaded from the playlist? I ask because I'm trying to think of how to check for videos already downloaded from the playlist. I'd like to compare the names of the files in the folder to the titles of the videos in the playlist and whatever is missing download them. However, if you rename the files, then it would think none of the videos are there and download them all again, in which we'd need another solution. |
You can store a hidden file containing the identifiers of successfully downloaded videos in the folder. |
That's a good idea! Thanks :) |
Discussed in #676
Originally posted by ArthurOllier November 18, 2023
as a user
i want to be able to sync a folder with a playlist
in order to not having to add a download myself pointing to a set directory
or
as a user
i want to be able to save a download task (playlist in a set folder, as there is already a file by file history)
in order to play it again (on startup / on app start up ?)
We will be going with this option:
The text was updated successfully, but these errors were encountered: