petrkotek/chromecastize

Automate conversion of all files in a directory

petrkotek opened this issue · 4 comments

Automate conversion of all files in a directory

I'd love to be able to jsut point this at my media directory and have it recursively scan sub directories.

@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

I think this is now fixed and can be closed

Yes this is indeed already possible, thanks for the reminder!