Page 1 of 1

Heelpp Plz!

Posted: 17 Oct 2013, 23:54
by dacari
an anyone please check out my script and help me..everything works ok besides the following:

1. Getting a error "invoke.vbs script is used. ( I made sure it is in the location)
2. Not getting email or pushover alert
3. Plex is not being updated.

C:\invoke.vbs filebot -script fn:amc --output "\\NAS\Volume_2\Media\Movies" --action move --conflict override -non-strict --def music=n artwork=y backdrops=n --def plex=Server --def gmail=[email protected]:test mailto=[email protected] --def pushover=test "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" "clean=y" --def "movieFormat=New/{n} {y}/{fn}" --def "seriesFormat=New/Series/{n}/Season {s}/{fn}" --def "exec=cmd /c \"C:/Yamjcurrent/My_YAMJ.cmd\""

Re: Heelpp Plz!

Posted: 18 Oct 2013, 11:24
by rednoah
1. Don't use invoke.vbs
2. Check amc troubleshooting hints
3. Run manually in cmd and see what happens

I'd escape the email address because of @ but that's just a hunch. I guess invoke.vbs messes up the arguments. I don't recommend using it anymore.