I just discovered filebot (shame on me, i know) rename part works really great !
I wonder if there is a way to do more little tricks with CLI part of the program on my debian server.
Architecture:
/mnt/volume1/telechargements => folder to download files
/mnt/volume1/videos/series => folder to TV Show files
- -/mnt/volume1/videos/series/Dexter/Saison 1
-/mnt/volume1/videos/series/The Walking Dead/Saison 1
-/mnt/volume1/videos/series/StartUp/Saison 1
- etc...
What i would like to do:
1-After rename by filebot, if file is a Movie then move it to movies folder from download folder
2- If TV show then move it to TV show folder while keeping my current tree and create it if doesn't exist, e.g:
I already have "The Walking Dead", and sub directory "Saison 1", if filebot rename a new episode from Season 2 then create sub directory "Saison 2" and move file into it.
Is there a way to do that or is too little tricky for CLI ?
Thanks!