Search found 10 matches

by nevil
18 Jan 2017, 02:17
Forum: Scripting and Automation
Topic: Access Denied Exception
Replies: 3
Views: 4087

Re: Access Denied Exception

Im not sure what I am doing wrong. I want everything to go to these directories: PG or G - /media/drive2/kids All other movies - /media/drive3/movies Unrated or unmatched - /media/drive3/movies TV Shows - /media/drive2/tvshows I just donated $8 euro, if you can just modify my script for me. Much ...
by nevil
13 Jan 2017, 02:16
Forum: Scripting and Automation
Topic: Access Denied Exception
Replies: 3
Views: 4087

Access Denied Exception

For some reason my script is trying to move my movies to the root directory. I had it working before, not sure what I did to make this happen. Locking /home/nevil/.filebot/logs/amc.log Run script [fn:amc] at [Thu Jan 12 21:11:47 EST 2017] Parameter: unsorted = y Parameter: seriesFormat = drive2 ...
by nevil
20 Jun 2016, 19:38
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

Solved! I checked the logs and noticed permission denied. Changed the folder permission settings for 'kids' and all is working now! Thanks again!
by nevil
14 Jun 2016, 22:00
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

Reward for fix.
by nevil
14 Jun 2016, 21:58
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

For some reason when I execute with this script, filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict auto -non-strict --log-file amc.log --def unsorted=y --def "seriesFormat=tvshows/{n}/Season {s}/{n} - {s00e00} - {t}" "movieFormat={certification == /G/ ? 'kids' : 'movies ...
by nevil
08 Jun 2016, 21:32
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

It actually processed once I changed this ’ into this ' - seriously I did not type that, only copy and pasted, so weird... I am using a headless linux server, what GUI should I use to prototype the format? How could I learn more about what this {certification == /PG/ ? 'Children' : 'Adults’} ...
by nevil
08 Jun 2016, 21:24
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

rednoah wrote:Don't use characters that aren't on the keyboard. The first 3 ' are proper, how did you screw up the last one? Seriously, I'm curious! :D

' ... YES
’ ... NO

PS: Use the GUI to prototype your format. ;)

I just noticed that typo in my script. Not sure how that happened I actually copy and pasted.
by nevil
08 Jun 2016, 21:19
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

Not sure what you mean? What characters are not on the keyboard?
by nevil
08 Jun 2016, 20:57
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

I will re-work the directory structure after the test works correctly but the goal is: All kids movies goto: /media/drive2/kidsmovies All other movies goto: /media/drive2/movies In my current script, I was just testing and wanted to see it actually would separate the kids and adult movies into ...
by nevil
08 Jun 2016, 20:10
Forum: Episode / Movie Naming Scheme
Topic: Need Help for Certification
Replies: 17
Views: 10195

Re: Need Help for Certification

I am trying to do the same thing with Linux. My script: filebot -script fn:amc --output "/media/drive2/testout" --action copy -non-strict "/media/drive2/testin" --log-file amc.log --def "movieFormat=movies/{certification == /PG/ ? 'Children' : 'Adults’}/{n} ({y})/{n} ({y})" --def excludeList=amc.txt ...