Search found 6 matches
- 13 Jun 2018, 10:37
- Forum: Scripting and Automation
- Topic: Filebot bash script and file globs
- Replies: 2
- Views: 1832
Re: Filebot bash script and file globs
You are correct its more a bash question then a filebot question, was more hoping someone had come to this issue. Your post, however, put me in the right direction of how globs are handled. I was lead to believe they are passed straight into the script as an intact array so if its argv[1] is itself ...
- 13 Jun 2018, 01:54
- Forum: Scripting and Automation
- Topic: Filebot bash script and file globs
- Replies: 2
- Views: 1832
Filebot bash script and file globs
Hi forum, Trying to run filebot in a bash script and pass through a file glob i.e. Show.Name.S01*/*.mkv File globs run fine if I run the command myself however running in a script I can only ever get it to match first option. Since file globs are apparently passed into scripts as an array, the ...
- 12 Mar 2018, 04:26
- Forum: Scripting and Automation
- Topic: Reapply xattr for already renamed/sorted media
- Replies: 6
- Views: 3927
Re: Reapply xattr for already renamed/sorted media
1. Why would you select anything manually? If you use Strict mode, then it'll never ask you about anything, and even in Opportunistic mode you can just enable Repeat (bottom-right toggle) the first time around and it'll auto-select everything from then on. I do all this via CLI - not all folders ...
- 12 Mar 2018, 04:06
- Forum: Scripting and Automation
- Topic: Reapply xattr for already renamed/sorted media
- Replies: 6
- Views: 3927
Re: Reapply xattr for already renamed/sorted media
I also worry if I may have hit some shows as DVD order or some other custom solution vs normal, so I'd have to figur ethem out and single them out so they dont rename wrong title based on the SxxExx - where-as if I'm just doing xattr there's little chance of screwing with title / file name. What is ...
- 12 Mar 2018, 04:03
- Forum: Scripting and Automation
- Topic: Reapply xattr for already renamed/sorted media
- Replies: 6
- Views: 3927
Re: Reapply xattr for already renamed/sorted media
Just will take a lot more manual time to do that selectively, and I dont know how filebot will go if I just go filebot -r on a folder containing 100 titles with over 10k episodes combined, i accidentally ran it on the my tmp Torrent folder once and it took 5 minutes minimum for me just to cancel it ...
- 12 Mar 2018, 03:43
- Forum: Scripting and Automation
- Topic: Reapply xattr for already renamed/sorted media
- Replies: 6
- Views: 3927
Reapply xattr for already renamed/sorted media
Hi All, I have a pretty good DB of shows - I used Filebot to organise most of it, and its already scanned into plex etc. I did have to move all the files between NAS's at some point, and a lot of the shows at that point seemed to have dropped their xattr's (likely due to one of the FS not supporting ...