ytsm
ytsm copied to clipboard
Self-hosted tool which manages your YouTube subscriptions, and downloads files automatically.
Fetching subscription information is done synchronously, so for large files it can take a while to import everything. So the solution would be to move it to a background thread.
To access private playlists and videos, we need to support authentication.
Some users have data caps, so it would be nice to be able to set a limit in GB. We should add a field into the Video table which contains...
The YouTube API doesn't allow accessing these 2 playlists, but youtube-dl can access them by scraping the web pages. It would be nice to be able to synchronize with these...
youtube-dl supports some flags which can download descriptions in addition to the video files: ` --add-metadata --write-info-json --write-description --write-annotation --write-thumbnail` We should expose at least some of them using a...
It would be nice to automatically tell a plex server that a new video appeared. I'm not sure how much can be achieved through this, but I'm hoping that at...
Mark watched/unwatched and download/delete don't give the user any feedback that something actually happened.
Currently, even though a folder is selected, I still have to select a parent folder when creating a new folder/subscription. Filling the 'parent' field with the currently selected folder would...
Currently, drag and drop works, but on refresh the changes are lost.