petrkotek / chromecastize

Bash script to convert video files into Google Chromecast supported format.
MIT License
178 stars 34 forks source link

adds ONSUCCESS option: keep to keep the original file #64

Closed runa closed 4 years ago

runa commented 4 years ago

Sometimes is important to keep the original file. This new ONSUCCESS option ("keep") keeps the original file and creates a new one with the '-chromecast' tag between the name and the extension.

This way a torrent client can keep seeding the original file.

pfrenssen commented 4 years ago

I had finally time to try this out, works great! Thanks for the contribution!