Search found 22923 matches

by rednoah
05 Mar 2013, 02:06
Forum: Scripting and Automation
Topic: use partial file name instead of full path?
Replies: 8
Views: 5571

Re: use partial file name instead of full path?

You can't but I can. :P I'll add it to the global blacklist later today: http://filebot.sourceforge.net/forums/viewtopic.php?f=3&t=359 Not sure if that'll fix it though, may or may not. "A Werewolf Boy" is the official name, and search can be sensitive words. The reason it went for &qu...
by rednoah
04 Mar 2013, 18:32
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21322

Re: [HELP] Fully Automated Media Center

This means you're overriding the format via cmdline parameter: --def "seriesFormat=Series/{n}/{n} Season {s}/{n}.{s.pad(2)}x{e.pad(2)}.{t}" This is so you don't have to modify the script and can grab it from online via fn:name Anyway, it's really easy. Here's a sample: D:\testdata>filebot ...
by rednoah
04 Mar 2013, 14:15
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21322

Re: [HELP] Fully Automated Media Center

Take a closer look at the episode/movie format engine. You can do absolutely anything.

I guess you're trying to come up with this snippet:

Code: Select all

{".${lang.displayName}"}
by rednoah
04 Mar 2013, 07:04
Forum: Help and Support
Topic: Help with Rename Script
Replies: 6
Views: 4000

Re: Help with Rename Script

Ah I see. In this case it seems to be thrown off since differentiating by sxe numbers and absolute numbers is unbalanced. I'll see if I can fine-tune the metrics a bit. As a work around you can use TVRage. I only get SxE data from there so it can only converge on the SxE numeric patterns. EDIT: Fixe...
by rednoah
03 Mar 2013, 18:19
Forum: Help and Support
Topic: Help with Rename Script
Replies: 6
Views: 4000

Re: Help with Rename Script

That shouldn't happen. Please give me the filenames so I can have a look. The more episodes you match the better it works. Except for duplicate episodes, you mustn't have duplicate episodes. Since it'll match files:episodes 1:1 and if something is double it's assumed to be on of the remaining episod...
by rednoah
03 Mar 2013, 17:36
Forum: Help and Support
Topic: Help with Rename Script
Replies: 6
Views: 4000

Re: Help with Rename Script

FileBot should be able handle any filename pattern that makes reasonably sense. Maybe there were some fine-tuning issues for certain corner cases with the latest release.

Have you tried with one of the latest HEAD jars?
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
03 Mar 2013, 14:56
Forum: Scripting and Automation
Topic: [HELP] Automated Media Center
Replies: 3
Views: 3282

Re: [HELP] Automated Media Center

You can't. The point is to process movies and tv shows. If the download is labeled "ignore" it'll be ignored.

Though by modifying the script you could just ignore everything that doesn't have an SxE pattern or something like that.
by rednoah
03 Mar 2013, 09:13
Forum: Scripting and Automation
Topic: [HELP] Automated Media Center
Replies: 3
Views: 3282

Re: [HELP] Automated Media Center

If you pass in a path all utorrent variables will be ignored. That's def not what u want. Check utorrent logger tab what exact command is executed after the %variables have been replaced And try running that in console.
by rednoah
02 Mar 2013, 09:48
Forum: Scripting and Automation
Topic: seriesFormat error
Replies: 3
Views: 3475

Re: seriesFormat error

No worries. This is clearly the fault of the guy who thought using \ as escape character and file separator. Satan shall have his soul.

Seriously, half the support requests lately are about the many pitfalls of Windows CMD...
by rednoah
01 Mar 2013, 16:26
Forum: Anything and Everything else
Topic: Thank You So Very Much & Happy Holidays
Replies: 5
Views: 8724

Re: Thank You So Very Much & Happy Holidays

I guess a nice comparison of FileBot, TheRenamer, TVRename etc would could catch ALOT of google searches from people still using these tools. 8-)
by rednoah
01 Mar 2013, 11:56
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21322

Re: [HELP] Fully Automated Media Center

3. But with --action move there's empty folders and clutter files left behind, and with --def clean=y these left-overs will be taken care of. 4. Making xbmc plugins work in FileBot would be extremely difficult for technical reasons on many many levels. Porting the sources and keeping it up to date w...
by rednoah
01 Mar 2013, 10:04
Forum: Scripting and Automation
Topic: seriesFormat error
Replies: 3
Views: 3475

Re: seriesFormat error

The last back slash in "E:\" is escaping the " thus the argument continues until the next ". So... NEVER EVER USE BACKSLASH.
by rednoah
01 Mar 2013, 01:10
Forum: Help and Support
Topic: Synology NAS does not re-index after rename
Replies: 15
Views: 23243

Re: Synology NAS does not re-index after rename

Use filebot rename history. Check into filebot -script fn:history ... That'll give you new paths line by line, just pipe the output and run your own command for each path. More info: http://wacha.ch/wiki/synology EDIT: Updated the latest AMC with a sort of find -exec feature for processed files. e.g...
by rednoah
01 Mar 2013, 01:08
Forum: Help and Support
Topic: Performance/Speed on Raspbian
Replies: 1
Views: 2376

Re: Performance/Speed on Raspbian

How much memory are you giving Java? Try adding something like -Xmx256. Also what if you use simple filebot -rename calls? That should be much faster than loading Groovy. EDIT: Do you get any error output? Absolutely make sure that FileBot has permissions and enough space for it's cache (in ~/.fileb...
by rednoah
28 Feb 2013, 15:50
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 9025

Re: XBMC notification

Worked for me, but maybe the HTTP transport is mafan. I'll switch back to TCP like before:
http://wiki.xbmc.org/index.php?title=JSON-RPC_API#TCP

Already uploaded my changes.
by rednoah
27 Feb 2013, 17:09
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21322

Re: [HELP] Fully Automated Media Center

2. You seem to be confused about something. Here again how it works... My Standard Scripts: from online , e.g. fn:amc => http://filebot.sourceforge.net/scripts/amc.groovy filebot -script fn:amc ... Your scripts: local files , e.g. C:/myamc.groovy filebot -script "C:/myamc.groovy" ... 3. In...
by rednoah
27 Feb 2013, 02:09
Forum: Scripting and Automation
Topic: Invoke.vbs not working
Replies: 8
Views: 5571

Re: Invoke.vbs not working

Probably just doesn't work on Windows 8. Well, too bad.
by rednoah
27 Feb 2013, 01:05
Forum: Scripting and Automation
Topic: [HELP] Can't figure out where the path comes from
Replies: 3
Views: 3837

Re: [HELP] Can't figure out where the path comes from

That doesn't make sense, by the second rename the files are already gone... rename(file:files, format:'{n} - {episode.special ? "S00E"+special.pad(2) : s00e00} - {t}', db:'TheTVDB') rename(file:files, format:episodeFormat, db:'TheTVDB', output:episodedir) That "TV Shows" isn't in...
by rednoah
27 Feb 2013, 00:55
Forum: Help and Support
Topic: FileBot Stopped Working After Setting Custom File Format
Replies: 4
Views: 3319

Re: FileBot Stopped Working After Setting Custom File Format

It has something to do with you using KDE and not having installed any of the Gnome libraries. Works fine on Ubuntu here.
by rednoah
26 Feb 2013, 19:52
Forum: Help and Support
Topic: FileBot Stopped Working After Setting Custom File Format
Replies: 4
Views: 3319

Re: FileBot Stopped Working After Setting Custom File Format

Maybe same issue as this?
http://filebot.sourceforge.net/forums/v ... 530&p=3537

So what's the console output? Any errors/warnings/etc?

Try if the deb doesn't work you can try with the portable package. Having the latest Java runtime installed is probably a good idea as well.
by rednoah
26 Feb 2013, 19:46
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21322

Re: [HELP] Fully Automated Media Center

2. Quotes!

Code: Select all

output: 'E:/TEMP'
3. Uploaded everything => fn:amc should work as well
by rednoah
26 Feb 2013, 16:28
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 9025

Re: XBMC notification

This is what it's currently doing: telnet(host, port) { writer, reader -> writer.println('{"id":1,"method":"VideoLibrary.Scan","params":[],"jsonrpc":"2.0"}') // API call for latest XBMC release } You can try this in a standalone script and ...
by rednoah
26 Feb 2013, 16:26
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21322

Re: [HELP] Fully Automated Media Center

1. 32-bit cmd and 64-bit cmd may have a different PATH and ENVIRONMENT. You're testing with 64-bit cmd, but 32-bit utorrent is using 32-bit cmd to execute commands. Probably still just a PATH issue. 2. Yes, but only by modifying the script => extract(..., output: path, ...) 3. clean=y does different...
by rednoah
26 Feb 2013, 14:30
Forum: Scripting and Automation
Topic: XBMC notification
Replies: 9
Views: 9025

Re: XBMC notification

Can you check if XMBC is recieving the command in the XMBC logs? And if the command is compatible with Frodo or possibly something outdated for a previous release.
by rednoah
25 Feb 2013, 03:03
Forum: Scripting and Automation
Topic: Is there a way to force filebot to search TV series or movie
Replies: 11
Views: 8914

Re: Is there a way to force filebot to search TV series or m

You're reasoning is fine, could have been one way or the other. On unix bash "$@" is equivalent to windows cmd %*. The point is just trying and finding out what does work, if it doesn't look at the output, trying again, repeat until it works. I do the same for each and any of your question...