meeb
meeb
It's a sort of bug, there's a PR under review to resolve this already. Edit: see https://github.com/meeb/tubesync/pull/450
Generally the place to find errors is in the container logs, which are quite verbose. You should also be able to restart downloads by skipping then unskipping a media item.
Ah yes, the other awful hacky solution! Good to hear something worked.
Thanks for the issue, I'll look into it.
Your patch is pretty much exactly what the default sponsor block management code should do, selecting the tick boxes should just generate the list like `['sponsor', 'intro', 'outro', 'selfpromo', 'preview',...
@Lucas319315 that edit would be made in the `settings.py` file, not `youtube.py`. Add `postprocessors` as a key to `YOUTUBE_DEFAULTS` here: https://github.com/meeb/tubesync/blob/main/tubesync/tubesync/settings.py#L157
There isn't a fix in the repo for this yet @mylogon341 - I've not been able to replicate the issue to debug it. If anyone has a bare SQLite database...
Thanks, I'd not seen this previously so I would assume I need to add some language selection flag.
@duloo0 you should just be able to tick the sponsorblock categories from the edit source form, unless you are impacted with this bug.
How big is your SQLite database? If you can upload it so I can replicate the issue I can fix why the option isn't working.