Search found 23100 matches

by rednoah
10 Dec 2012, 12:46
Forum: Help and Support
Topic: filebot don't find subtitles but exists in manual search
Replies: 2
Views: 3027

Re: filebot don't find subtitles but exists in manual search

Subtitle search on the website works a lot better than search via the XMLRPC API. That's a known issue of the OpenSubtitles API.
by rednoah
10 Dec 2012, 12:33
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 618069

Re: Fully Automated Media Center

On Windows it needs to be admin. Linux should work fine as normal users. You'll need Java 7 though.
by rednoah
09 Dec 2012, 17:38
Forum: Scripting and Automation
Topic: MissingPropertyException: No such property: myepisodes for c
Replies: 4
Views: 4723

Re: MissingPropertyException: No such property: myepisodes f

If I run this on Windows: filebot -script fn:utorrent-postprocess --def plex=127.0.0.1 --output "/plexMedia" --action copy --conflict override -non-strict --def "ut_dir=/media/jukebox/BigDrive/Vuze Downloads" --def "ut_file=The_Onion_Book_Of_Known_Knowledge[V006034107].mp4&q...
by rednoah
09 Dec 2012, 16:58
Forum: Scripting and Automation
Topic: Vuze Command runner - Executes but nothing happens
Replies: 7
Views: 7028

Re: Vuze Command runner - Executes but nothing happens

I can see how many --def might look like you're getting closer but you're not. The main issue is that the values filebot gets begin and end with " so for some reason the " may get escaped twice or you're doing something else wrong. Wrong (quote is part of the value): Parameter: plex = &quo...
by rednoah
09 Dec 2012, 13:04
Forum: Scripting and Automation
Topic: utorrent seeding
Replies: 4
Views: 4302

Re: utorrent seeding

The script doesn't talk to utorrent... whenever utorrent finishes a download it'll run the script, and it'll replace all the %D %F etc variables with the paths/states of the completed torrent and pass that into the script. A normal run might look something like this: Parameter: ut_kind = multi Param...
by rednoah
09 Dec 2012, 12:11
Forum: Scripting and Automation
Topic: utorrent seeding
Replies: 4
Views: 4302

Re: utorrent seeding

utorrent seeding or not seeding anything won't make a difference since it's copied anyway. First thing with any cmdline tools is actually running it in cmdline and checking the output for errors. Without cmdline output I can only guess. Why are using a .bat file? I'm pretty sure %D %F %K can't work ...
by rednoah
09 Dec 2012, 04:32
Forum: Scripting and Automation
Topic: Vuze Command runner - Executes but nothing happens
Replies: 7
Views: 7028

Re: Vuze Command runner - Executes but nothing happens

You didn't escape your cmdline arguments correctly. Check your other post for how it should look like. You'd only have "Argument: ..." lines if you were running it standalone without the ut_* parameters. EDIT: If you run the command above it should start with this: Parameter: artwork = y P...
by rednoah
09 Dec 2012, 04:31
Forum: Scripting and Automation
Topic: MissingPropertyException: No such property: myepisodes for c
Replies: 4
Views: 4723

Re: MissingPropertyException: No such property: myepisodes f

There was an issue with the changes I made for myepisodes. Update that fixes this issue is online now and FileBot will auto-update.
by rednoah
08 Dec 2012, 12:36
Forum: Help and Support
Topic: Using Filebot on DSM
Replies: 61
Views: 46651

Re: Using Filebot on DSM

Yep, just install the .msi and it should work right out of the box. Just setup your testdata and play with it.
by rednoah
08 Dec 2012, 12:30
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 38509

Re: Fully automated media downloading

1. Had both mp4/m4a in media.types -> just gonna keep m4a then. You can quick fix that by not just using f.isAudio() but f.isAudio() && f.length() < 20*1024*1024, something like that, isAudio() only checks for extensions so you can check filesize for sanity. 2. getSubtitles(...) not working?...
by rednoah
08 Dec 2012, 12:17
Forum: Help and Support
Topic: Using Filebot on DSM
Replies: 61
Views: 46651

Re: Using Filebot on DSM

First of all learn how to login via ssh so you can play with the cmdline. Also depends a bit of how well the movies are already named, if it's bad it'll be ignored, if it's bad and misleading there could be mismatches as well. ISO files are simply ignored, but you can have FileBot extract all those ...
by rednoah
08 Dec 2012, 09:12
Forum: Help and Support
Topic: Using Filebot on DSM
Replies: 61
Views: 46651

Re: Using Filebot on DSM

FileBot is using JNA to access native C libs. Try this to make sure JNA is working and that it's an issue with libmediainfo.so issue.

Code: Select all

filebot -script g:com.sun.jna.Native.main()
by rednoah
06 Dec 2012, 20:37
Forum: Scripting and Automation
Topic: [@Deprecated] How about sharing your CLI scripts?
Replies: 4
Views: 9392

MyEpisodes.com Integration

Description: Here's a script for automatically updating your MyEpisodes profile. On http://www.myepisodes.com you can keep track of your favorite shows, what episodes you have already aquired/watched and quickly check just how much time you've been wasting on watching TV. If your files are already ...
by rednoah
06 Dec 2012, 13:34
Forum: Help and Support
Topic: Choose path for history.xml
Replies: 1
Views: 2509

Re: Choose path for history.xml

Where FileBot is storing history/cache/etc is all defined via system properties application.dir and java.io.tmpdir. Just set things up the way you want the in launch script.

Code: Select all

"-Dapplication.dir=path/to/appdata" 
"-Djava.io.tmpdir=path/to/temp"
by rednoah
05 Dec 2012, 04:28
Forum: Help and Support
Topic: Using Filebot on DSM
Replies: 61
Views: 46651

Re: Using Filebot on DSM

You could give zenitram from mediainfo ssh access to your device so he can login and try of he can figure it out. Maybe offer a bounty or something. ;)

EDIT: Maybe this helps?
http://gcc.gnu.org/java/faq.html#4_7
by rednoah
04 Dec 2012, 19:13
Forum: Help and Support
Topic: err:"action can't be completed b/c the file is open in Java"
Replies: 5
Views: 5077

Re: err:"action can't be completed b/c the file is open in J

Nice! I'll have to release 3.2 very soon then.
by rednoah
04 Dec 2012, 14:57
Forum: Scripting and Automation
Topic: Fully Automated Download Center
Replies: 10
Views: 21025

Re: Fully Automated Download Center

Can't help with with the compiling mediainfo stuff. I'm not really an expert with that and I don't even have the hardware to try anything. What do you mean with putting the script in a folder? If you want filebot to grab the script from use -script fn:name, if you're running your own script you just...
by rednoah
04 Dec 2012, 14:26
Forum: Help and Support
Topic: Using Filebot on DSM
Replies: 61
Views: 46651

Re: Using Filebot on DSM

Unable to load library 'mediainfo': /usr/share/filebot/libmediainfo.so: undefined symbol: __dso_handle Means there is something wrong with the compiled library. Though I wouldn't even know where to start in looking for the problem. Maybe you can ask in the mediainfo forums how to compile it for emb...
by rednoah
04 Dec 2012, 09:09
Forum: Scripting and Automation
Topic: Fully Automated Download Center
Replies: 10
Views: 21025

Re: Fully Automated Download Center

Movie Format:

Code: Select all

Filme/{n} ({y}){" [$source]"}/{n} ({y}) [{"${fn.match(/3D/)}, "}{vf}, {ac}, {af}]
Episode Format:

Code: Select all

Serien/{n}/Staffel {s}/{n}_[s{s.pad(2)}]_[e{e.pad(2)}]_{t}
(does not take double episodes into account for the sake of simplicity)
by rednoah
03 Dec 2012, 18:37
Forum: Help and Support
Topic: err:"action can't be completed b/c the file is open in Java"
Replies: 5
Views: 5077

Re: err:"action can't be completed b/c the file is open in J

Could you try using the latest jar? Just download filebot-3.1-r1344-rob.jar and override FileBot.jar in your install folder with that. https://sourceforge.net/projects/filebot/files/filebot/HEAD/ If that also doesn't work you could try using the FileBot (platform) shortcut which runs things with win...
by rednoah
03 Dec 2012, 17:50
Forum: Help and Support
Topic: err:"action can't be completed b/c the file is open in Java"
Replies: 5
Views: 5077

Re: err:"action can't be completed b/c the file is open in J

Any file? Moving to another drive? Or just renaming in place? Right after starting FileBot even if renaming is the first thing you do? Renaming movies or episodes?

Try setting this in filebot.launcher.l4j.ini:

Code: Select all

-DuseExtendedFileAttributes=false
by rednoah
03 Dec 2012, 15:37
Forum: Scripting and Automation
Topic: Fully Automated Download Center
Replies: 10
Views: 21025

Re: Fully Automated Download Center

You probably won't even need to run your own mod of this script. You should be able to specify everything via cmdline arguments. 1 & 2. Check the docs again. Added a new section for that: "Customize Paths". The rest is all in the format. A. You mean Wake-on-LAN? No idea how that works....
by rednoah
01 Dec 2012, 18:33
Forum: Help and Support
Topic: How to keep original filenames with utorrent-postprocess
Replies: 7
Views: 6154

Re: How to keep original filenames with utorrent-postprocess

No need, if you're running with fn:utorrent-postprocess then FileBot will always run the latest script that's online.

Of course you'll need to specify the whole format line, e.g.

Code: Select all

--def "seriesFormat=TV/{n}/{fn}"
by rednoah
01 Dec 2012, 14:03
Forum: Scripting and Automation
Topic: Filebot on Synology Diskstation
Replies: 8
Views: 17410

Re: Filebot on Synology Diskstation

btw I'm running filebot on a headless Linux server and had the problem that unicode filename didn't work properly.

In my case it was because the environment variable LANG wasn't set by default. This is what fixed it for me:

Code: Select all

export LANG=en_US.utf8
by rednoah
01 Dec 2012, 05:04
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 618069

Re: Fully Automated Media Center

1. Cmdline is configured via cmdline options only, it does not magically use random GUI settings (albeit easy to add, that'd be very unclean). 2. Added support for overriding the default naming formats via --def: --def "seriesFormat=TV/…" --def "animeFormat=Anime/…" --def "m...