Search found 66 matches

by Chryses
04 Aug 2013, 11:13
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

Re: AMC Pushover issue

Still running, nothing happens :(

Ther's any whay to make a debug to find the "problem"?

J
by Chryses
04 Aug 2013, 09:25
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

Re: AMC Pushover issue

I'll try now, I leave it run...for at leas 30 min

But that code

Code: Select all

@Grab(group='org.jsoup', module='jsoup', version='1.7.1')
if only for MyEpisodes session, righ?
by Chryses
03 Aug 2013, 16:21
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

Re: AMC Pushover issue

Ps, I looked at the amc code, and I found this if (pushover) { // include webservice utility include('fn:lib/ws') _log.info 'Sending Pushover notification' Pushover(pushover).send("Finished processing ${tryQuietly { ut_title } ?: input*.dir.name.unique()} (${getRenameLog().size()} files)."...
by Chryses
03 Aug 2013, 15:38
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

Re: AMC Pushover issue

java version "1.7.0_25" If I use the --def pushover function the rename process works but not the pushover phase, so java stuck at 100% If I don't use the pushover function all works well. I don't know how the pushover phase works, but maybe the problem is there? Btw, what key I've to put ...
by Chryses
03 Aug 2013, 15:10
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

Re: AMC Pushover issue

The log ends with something like this right? ... Processed 10 files Sending Pushover notification Done ヾ(@⌒ー⌒@)ノ I've tested and the Pushover part works, I get the messages when I open the app. Though Timer push-notifications don't seem to work right now. That's an issue on their side. I've found t...
by Chryses
02 Aug 2013, 20:57
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

Re: AMC Pushover issue

nope, my logs end in this way Auto-detect movie from context: [/media/TwoTera/Download/vari/The.Host.2013.iTA-ENG.Bluray.720p.x264-TRLL.mkv] [MOVE] Rename [/media/TwoTera/Download/vari/The.Host.2013.iTA-ENG.Bluray.720p.x264-TRLL.mkv] to [/media/TwoTera/Multimedia/Film/The Host (2013).mkv] Processed ...
by Chryses
02 Aug 2013, 19:48
Forum: Scripting and Automation
Topic: AMC Pushover issue
Replies: 13
Views: 8039

AMC Pushover issue

Hi, one strange problem, I setup my userkey, the "master" one, but push notification still not works and I don't know way ;) So, my launch script is this, is partitular, I try to "filter" only the movie extension, maybe is not the best but works. I use watcher for a recursive inc...
by Chryses
23 Jul 2013, 04:07
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 560372

Re: Automated Media Center

rednoah wrote:This is what gets passed into to FileBot:

Code: Select all

Parameter: movieFormat = Film/{n} ({y}){" Cd"}
Your shell is messing with the $name variables. You'll probably need to escape the \$ as well as the \"
Tnx I'll try :D
by Chryses
11 Jul 2013, 16:43
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 560372

Re: Automated Media Center

3d was refered to the post :D I think that the problem is the double quotes, you said that must be escaped with \ so my movieformat is movieFormat=Film/{n} ({y}){\" Cd$pi\"} and the log is Parameter: seriesFormat = Serie Tv/{n}/{n} - {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} - {t} Par...
by Chryses
11 Jul 2013, 15:46
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 560372

Re: Automated Media Center

I never see that 3d :) Btw, this's my actual movieformat Film/{n} ({y}){\" Cd$pi\"} So, I've one directory for all my movies. My goal is, let assume that I've the film RED So if I've one single file the name must be RED.avi Else if I've 2 or more files the name must be RED - CD1.avi RED - ...
by Chryses
10 Jul 2013, 20:57
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 560372

Re: Automated Media Center

1. Very easy: {s.pad(2)}x{e.pad(2)} 1.1. A bit more complicated if you take multi-episode files into consideration as well: {s.pad(2)}x{es.collect{ it.pad(2) }.join('-')} 2. If there's only one movie file, {pi} will be undefined and unwind the whole {...} block. That's the difference between {"...
by Chryses
09 Jul 2013, 19:27
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 560372

Re: Automated Media Center

Hi, tnx for this, this's very usefull!!! I've 2 question: 1. I tried many way but with no lucky, it's possible to have always a "0" on the series name? I mean Dexter - 08x01 and not Dexter - 8x01 2. Some time the movie is 1 cd some time not :) Ther's a way to tell the script that if the mo...
by Chryses
01 Sep 2012, 16:44
Forum: Help and Support
Topic: Help with a new script
Replies: 7
Views: 6398

Re: Help with a new script

Tnx for your help, I manage the all think in a different way I use another sw for the tv show, and I use the utorrent script and I force it to check only the movie. For now works well, but I've only one problem, I use jd to download and when I download multiple parts, every time the script try to ex...
by Chryses
28 Aug 2012, 17:54
Forum: Help and Support
Topic: Help with a new script
Replies: 7
Views: 6398

Re: Help with a new script

I don't think being able to do that! Btw tnx for yuour advice. So, with the filter, I need to make one filter for any "error" that I found? I've 88 series to manage :shock: , I tried some case and every time there's some problem, because here the series have different names. It's possible ...
by Chryses
27 Aug 2012, 18:40
Forum: Help and Support
Topic: Help with a new script
Replies: 7
Views: 6398

Re: Help with a new script

Ok, I'm traying :) I downloaded the script, whit the lib files, so I can use and I can apply changes, for now only at the path and the name. Now the firs problem: In my series folder I already have "Beck", but if I launch the test script, the query found many back and, I don't know whay, c...
by Chryses
26 Aug 2012, 19:32
Forum: Help and Support
Topic: Help with a new script
Replies: 7
Views: 6398

Help with a new script

Hi to all, I loking for a program that can rename tv series and movies, and only now I found this program. Seems to be very good, but I came from tv renamer and it's a little bit different. The very cool thinks is that it's possible to make script to do some works. Here's my situation One folder cal...