So i have the following directories:
/shares/media/movies /shares/media/series
How can I loop through each directory recursively and whenever it finds a folder called VIDEO_TS, let Genisoimage convert that folder to an iso image, the name of the iso would be the parent folder's name.
Very complex and as I am not a guru with these things, I decided to ask it as question on Stackoverflow.
The command that I use for a single directory:
genisoimage -o movie_1.iso -dvd-video /shares/media/movies/Movie 1