Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.01k stars 83 forks source link

Option to specify separate directory for download and final output #175

Open sirinsidiator opened 4 months ago

sirinsidiator commented 4 months ago

I'd like to somehow keep the incomplete files and the final output from ffmpeg in separate directories, so I can load the files into jellyfin without any clutter. I've checked the readme, but didn't see anything that would allow me to achieve that, so maybe an option --working-directory/-wd and --output-directory/-od which are prepended to the value specified by --output could be added? When no working directory is specified it would use output directory for both cases and otherwise it would just default to an empty string and work like in the current version.

Being able to run a command like proposed in #62 would allow a similar result, but I feel having these options could still be worthwhile.