Automate conversion of all files in a directory
petrkotek opened this issue · 4 comments
petrkotek commented
Automate conversion of all files in a directory
ianhyzy commented
I'd love to be able to jsut point this at my media directory and have it recursively scan sub directories.
petrkotek commented
@ianhyzy you can currently work around with that by using find
- e.g. find /data/my_media_directory -type f -exec ./chromecastize.sh {} \;
I'm planning to do something built-in which allows to do just ./chromecastize /data/my_media_directory
, which is much more user-friendly
tomdee commented
I think this is now fixed and can be closed
pfrenssen commented
Yes this is indeed already possible, thanks for the reminder!