ytsm icon indicating copy to clipboard operation
ytsm copied to clipboard

Self-hosted tool which manages your YouTube subscriptions, and downloads files automatically.

Results 39 ytsm issues
Sort by recently updated
recently updated
newest added

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.

bug
low priority

To access private playlists and videos, we need to support authentication.

feature request

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

feature request

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

feature request

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

feature request

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

feature request
low priority

Mark watched/unwatched and download/delete don't give the user any feedback that something actually happened.

feature request

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

feature request

Currently, drag and drop works, but on refresh the changes are lost.

feature request