Skip small video file: /mnt/media/TV Shows/Digimon/Digimon Adventures_Season 1-atik0786 Silver RG/34 The Eighth Child Revealed-atik0786 Silver RG.mkv
Skip small video file: /mnt/media/TV Shows/Digimon/Digimon Adventures_Season 1-atik0786 Silver RG/35 Flower Power-atik0786 Silver RG.mkv
Skip small ...
Search found 3 matches
- 30 Sep 2017, 11:46
- Forum: Help and Support
- Topic: Mass Sorting
- Replies: 5
- Views: 2965
- 30 Sep 2017, 10:24
- Forum: Help and Support
- Topic: Mass Sorting
- Replies: 5
- Views: 2965
Re: Mass Sorting
This amc script-
```
filebot -script fn:amc --output "X:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
```
Lets say I modify it to fit my system-
```
filebot ...
```
filebot -script fn:amc --output "X:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
```
Lets say I modify it to fit my system-
```
filebot ...
- 29 Sep 2017, 23:56
- Forum: Help and Support
- Topic: Mass Sorting
- Replies: 5
- Views: 2965
Mass Sorting
So I have a large library (Nearing 3TB) of TV shows. I want to properly sort them for Plex. I can not seem to find any examples or anything that would allow me to easily tell FileBot to take my input directory (/mnt/media/TV Shows) and sort them into new folders with new names, ready for Plex. Of ...