Skip to content
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

Open
nlogozzo opened this issue Nov 20, 2023 Discussed in #676 · 3 comments
Open

Keep a Playlist Updated #681

nlogozzo opened this issue Nov 20, 2023 Discussed in #676 · 3 comments
Labels
feature New feature or request

Comments

@nlogozzo
Copy link
Member

nlogozzo commented Nov 20, 2023

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:

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 ?)

@nlogozzo nlogozzo added the feature New feature or request label Nov 20, 2023
@nlogozzo nlogozzo added this to the V2023.11.1 milestone Nov 21, 2023
@nlogozzo
Copy link
Member Author

@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.

@nlogozzo nlogozzo removed this from the V2023.11.1 milestone Nov 22, 2023
@LionelVallet
Copy link

@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.
You may want to change file names, but also delete certain videos. In this case, we'd like to download only the new videos, and not re-download the deleted ones each time.

@nlogozzo
Copy link
Member Author

nlogozzo commented Jan 6, 2024

You can store a hidden file containing the identifiers of successfully downloaded videos in the folder.

That's a good idea! Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants