[Feature Request] Provide ability to passthrough more yt-dlp commands
Currently there is a selection of commands "allowed" to be used with TubeSync.
I'm thinking specifically here about TubeSync not pulling video comments. When archiving videos, it's desirable to have these. Sure, not everyone wants them though, so why include the option.
But... If we have an "additional parameter" box we can "append" additional commands to the run in, then that'd solve most anyones additional requirements.
Even better would be a similar approach to the Virtual Machine creation page in Unraid. It has a "GUI" version of the config page, with entry fields, tick boxes, drop downs, etc. But then with the flick of a toggle, you can see the XML of that same config, that power users can config to their hearts content (accepting that not all changes appear in the noobie GUI screen). TubeSync could adopt similar approach? A noob friendly GUI wrapped screen, and a toggle to a command line string in a text box that the user can tweak to their hearts content.
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 don't mind considering this as a poweruser feature but the interface is going to be akin to editing JSON with no feedback until downloads work or fail so not exactly user friendly to interact with. I'll add it to the wishlist that requires investigation list.