TheNickOfTime / handbrake-web

A self-hosted platform to use HandBrake on your headless devices via a bespoke web interface. Harness the processing power of multiple devices to work on a single queue.
GNU Affero General Public License v3.0
274 stars 6 forks source link

Custom renaming of output files #246

Open eltiel opened 2 weeks ago

eltiel commented 2 weeks ago

Enable custom renaming of output files, similar to Automatic File Naming in the desktop client.

image

TheNickOfTime commented 1 week ago

This would definitely be a great feature. AFAIK this behavior is not available via the CLI, so I will have to write something to enable this - it should be relatively straight forward to pull this information from the preset into the filename, but it will be a rather large undertaking to refactor the way the output naming system works. I'll consider this for the v0.9 release for the time being since v0.8 already has a lot going on with it.