-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support deleting downloaded YouTube items #24
Comments
Hmm, this might be pretty complex. We have no (UI) way of listing contents of the |
No problem to mark this as a "won't fix" issue then. I thought it might be (relatively) simple since everything downloads to the _youtube directory, but since there's no existing code to do directory listings etc. it might be too much work to be worth it. |
There is also the option of adding a URL to mpd. When calling Thus one could leave the download-folder alone completely. What do you think? |
Interesting. Is |
That is true of course. Though most things work when switching to yt-dlp by changing only the command line (this can be done with cyp too) since command line switches seem to be compatible. Interestingly enough the |
Have played around a little. The switch -g is there but it's not work for longer media any more. At least for YouTube. Other sites might work still. I think at the time of the first ad it breaks and playback stops. Might still work with a premium account. |
It would be nice if there were a way to delete downloaded YouTube items.
My users can access cyp through the web, but don't have disk access to manage files.
I think this could/should only apply to YouTube files. Since cyp is responsible for downloading them, I see no problem with it also having permissions to delete them.
The text was updated successfully, but these errors were encountered: