meeb
meeb
What's in the logs relating to this 500 error?
Anything in the logs above this? A 500 should also have a matching Python error and stack trace. That line basically just says "error" and not any details.
If you want to add large channels with a load of media on them and are getting database locked errors your best bet is to migrate to a Postgres or...
You can use Postgres and MySQL with the docker container install. See: https://github.com/meeb/tubesync/blob/main/docs/other-database-backends.md
Saving media itself into subdirectories was never fully tested really so this isn't too surprising a bug. Thanks for reporting it, should be reasonably easy to fix.
No, when the media item is not downloaded the filename is effectively the "future filename" created from parameters set in the source (such as desired resolution etc.). This changes if...
Thanks for the suggestion. I'll put this on the wishlist.
Internally tubesync uses the `yt-dlp` embedded API and not the command line parameters. While this is possible it would probably be more complicated than you might think to use. I...
Is this a channel which is streamed live then VoD are available later?
Typically the issue occasionally here is that YouTube makes live streams available as VoDs immediately with a very limited number of formats and then adds to these formats over the...