Results 142 comments of tcely

The thumbnail for the source is already grabbed and stored to disk when the `Source.copy_channel_images` option is enabled. I'd be happy to see a prototype that used those files.

You probably have multiple tasks for different sources. That lock is to ensure that only one such task runs at a time. You don't need to do anything and it...

I'd personally add a new media server type if I wanted to do notifications for each new video. Either that or use a custom post processor command to trigger a...

The indexing task is where you want to start looking. I added a stupid little post processor to check that we don't delete videos when `yt-dlp` was returning partial playlists...

It's still on the wish list. The easiest way is to have two instances. One for audio, and the other for video. With separate databases there is no problem adding...

Have you read the following document yet? https://github.com/meeb/tubesync/blob/main/docs/using-cookies.md `[tubesync/INFO] [youtube-dl] using cookies.txt from: /config/cookies.txt` It looks like you have a file in the correct place. The next step is to...

I've made some progress on this by doing two things: 1. I created a cookies file for use as a logged-out visitor. 2. Using the YouTube Proof-of-Origin Tokens. As a...

I looked into supporting number of days when downloading playlists. It doesn't actually work though because the entire playlist is downloaded. You can limit the number of entries that a...

The way it is currently structured, any video needs to be part of a playlist. Channels on YouTube are actually playlists too. Adding a custom playlist is a useful approach...