Results 738 comments of meeb

Internally TubeSync already does append `/videos` to the channel URLs for indexing since about `:v0.6`. I really don't think there's any more requests to YouTube I can cut down on...

URLs for each source type are generated from these templates: https://github.com/meeb/tubesync/blob/main/tubesync/sync/models.py#L122

That query includes playlists included under the channel, and those playlists can include videos that were not originally uploaded to the original channel. The annoying part is TubeSync can't tell...

Thanks for the suggestion. This might be possible and I can see how it would be useful, I'll look into it.

Try resetting your task queue, there's a guide for it here: https://github.com/meeb/tubesync/blob/main/docs/reset-tasks.md

Anything on http://your-tubesync-host:4848/tasks-completed ?

Can you check your process list to see if something like this is running? ```bash app somepid 0.0 0.0 12345 67890 ? Ssl Day11 00:00 /usr/bin/python3 /app/manage.py process_tasks ```

That doesn't make a huge amount of sense. The `process_tasks` worker is managed by the process supervisor in the container which would restart it if it failed. Either way if...

What do you mean by "I can see the list being cleared"? If the list of tasks is going down then it's working.