Create subfolders if neeeded
Posted: 10 Apr 2013, 08:19
My video collection consist of MKVs, AVIs, Bluray rips (with its own folder structure), Blueray ISO.
Some of the video files come without subfolder, some of them have it. It depends on torrent it came from.
This collection organized by some way, so there is some additional folders that have the files and folders mentioned above.
I will be using filebot CLI version. And want it to make additional folder structure (using symlink) that will contains flat representation of movies. Each movie must come with its own folder.
Example of source folder structure:
/torrent/2010s/Movie1(2012).mkv
/torrent/2010s/THE_MOVIE2/the-move.mkv
/torrent/1980s/movie3/<BLUERAY CONTENT>
I would like to have to have structure like this:
/movies/Movie1(2012)/movie(2012).mkv
/movies/The_Movie2(2010)/the-move.mkv
/movies/Movie3(1987)/<BLUERAY CONTENT>
Do I have to use scripts? Is there examples?
Some of the video files come without subfolder, some of them have it. It depends on torrent it came from.
This collection organized by some way, so there is some additional folders that have the files and folders mentioned above.
I will be using filebot CLI version. And want it to make additional folder structure (using symlink) that will contains flat representation of movies. Each movie must come with its own folder.
Example of source folder structure:
/torrent/2010s/Movie1(2012).mkv
/torrent/2010s/THE_MOVIE2/the-move.mkv
/torrent/1980s/movie3/<BLUERAY CONTENT>
I would like to have to have structure like this:
/movies/Movie1(2012)/movie(2012).mkv
/movies/The_Movie2(2010)/the-move.mkv
/movies/Movie3(1987)/<BLUERAY CONTENT>
Do I have to use scripts? Is there examples?