Sort in folder based on genre?
Posted: 17 Aug 2017, 15:24
Hello, is there a way to sort my movie folders into parent folders based on genre?
Thanks,
vballrican
Thanks,
vballrican
The ultimate TV and Movie Renamer
https://www.filebot.net/forums/
Code: Select all
/path/to/Movies/{genre}/{plex.tail}
Code: Select all
filebot -rename -r E:/Test --output "E:/Test Movies/{genre}/" --format "{n} ({y})/{n} ({y}) - {[certification, genre]}" --db TheMovieDB --action copy --def subtitles=en --def artwork=y
Code: Select all
--output "E:/Test Movies" --format "{genre}/{n} ({y})/{n} ({y}) - {[certification, genre]}"
Ok.. So how can i move/copy movies already renamed into genre folders? Using command-line or amc? I'm so confused... sorryrednoah wrote: ↑17 Aug 2017, 16:22 --output expects a folder path while --format expects a format expression:Code: Select all
--output "E:/Test Movies" --format "{genre}/{n} ({y})/{n} ({y}) - {[certification, genre]}"
You seem to be mixing amc script options into your command-line call. Note that they won't have any effect.
Code: Select all
--format "{genre}/{n} ({y})/{n} ({y}) - {[certification, genre]}"
Hmm.. it is NTFS. I wouldn't be able to have such large files like 10GB.rednoah wrote: ↑18 Aug 2017, 02:27 That's just a warning that your E drive filesystem doesn't support extended attributes:
https://en.wikipedia.org/wiki/Extended_file_attributes
You won't be able to fix that unless you use NTFS or enable EAs on your SMB share if it's a network drive.
to# use NTFS extended attributes for storing metadata
-DuseExtendedFileAttributes=true
in the ini file ?-DuseExtendedFileAttributes=false