meeb
meeb
OK, makes sense. What would you expect to happen if you toggled a theoretical UI option to remove the "audio/video" directory prefixes then added an audio-only source? Just bundle it...
Generally I've been attempting to keep the number of options to a minimum for TubeSync where possible, there is no global options settings in the application itself beyond the container...
Nice suggestion, thanks. I'll see if you can easily get yt-dlp to download to a temp directory before merging streams.
Yes I had noticed that, I need to confirm that I can still specify an absolute output path along with just a `temp` entry for that config option works as...
Thanks for the suggestion. There doesn't appear to be splitting chapter support over the embedded API yet: https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/YoutubeDL.py#L191 Also currently TubeSync links one media item to one file, supporting multiple...
I may implement this with keywords (keyword is or is not in the video title matching) rather than regexes which are probably less user friendly. A reasonable idea. I may...
More than happy to accept a PR for this if you didn't want to wait for me to get around to it.
Not a bad idea, thanks. I'll pop it on the wishlist.
Can you run the container with `TUBESYNC_DEBUG=True` as an env var for the container, then reload the page? It should tell you a more descriptive error message.
I don't believe `--split-chapter` is available over the embedded `yt-dlp` API at the moment so this suggestion may be difficult to evaluate.