Search found 23004 matches

by rednoah
15 Jun 2013, 23:53
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4895

Re: Utorrent Script (new user)

Read the "Troubleshooting" section. Obviously utorrent would replace the %variables. This is just a template for utorrent to use, check the utorrent logger tab to see what is executed.
by rednoah
15 Jun 2013, 13:51
Forum: Help and Support
Topic: Filebot Not Starting
Replies: 3
Views: 2779

Re: Filebot Not Starting

You spelled JDK wrong. Copy this:

Code: Select all

sudo apt-get install openjdk-7-jre
Though the package should auto-install that depedancy as well...
by rednoah
15 Jun 2013, 10:00
Forum: Feature Requests and Bug Reports
Topic: Cleaner change request
Replies: 3
Views: 3721

Re: Cleaner change request

Made the changes.
by rednoah
14 Jun 2013, 17:09
Forum: Scripting and Automation
Topic: Plex - Library Rescan
Replies: 4
Views: 5146

Re: Plex - Library Rescan

May not work because of network issues or because plex doesn't accept remote api calls or something. Try checking plex esp. logging if you can figure out if it's getting a message from filebot. All it does is a HTTP GET to tell plex to refresh: http://$server:$port/library/sections/all/refresh You c...
by rednoah
14 Jun 2013, 17:05
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 589524

Re: Automated Media Center

cheesemaker wrote:Only {$vc} also don't work. {vc} works. Looks like it can't manage the conditional function in command line mode...
It's either {vc} or {"$vc"}.

PS: CMD escaping sucks, i'm pretty much just trying around until it works as well.
by rednoah
14 Jun 2013, 01:19
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4895

Re: Utorrent Script (new user)

What's the output? Even if filebot does nothing there will be some console output telling me whats going on.
by rednoah
14 Jun 2013, 01:16
Forum: Scripting and Automation
Topic: installing on Dreamhost shared server; mediainfo woes
Replies: 2
Views: 3053

Re: installing on Dreamhost shared server; mediainfo woes

No idea. Probably just doesn't work on this particular system. Actually mediainfo nor 7z-bindings both don't seem to load so i guess the native code is incompatible.

You'd have to compile mediainfo yourself if you wanna make it work. Or check with mediainfo people if there's precompiled native libs.
by rednoah
14 Jun 2013, 01:12
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 589524

Re: Automated Media Center

Use Java 7 if possible. But it'll still work with Java 6 except with some warnings.

The fpcalc command needs to be in the PATH or /usr/bin or something. Just so it can find the command.
by rednoah
12 Jun 2013, 12:26
Forum: Scripting and Automation
Topic: [MovieName].nfo
Replies: 1
Views: 2385

Re: [MovieName].nfo

Just run a second script over the amc output that renames the files, e.g. rename folder.jpg files to <parent folder name>.jpg, Maybe you can make the filename find & replace script work for you, anyway, new script for that is like 1-2 lines. There's no studio bindings. Is that even in the data? ...
by rednoah
12 Jun 2013, 12:18
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 80040

Re: Wishlist for New Features and Scripts

Also in the video... takes 2 minutes => http://www.youtube.com/watch?v=OJca0ipOCAg

1. grab the episode list via episodes panel
2. align files/episodes manually
by rednoah
11 Jun 2013, 13:58
Forum: Episode / Movie Naming Scheme
Topic: OAP requires help
Replies: 1
Views: 2673

Re: OAP requires help

1. Format would be something like this:

Code: Select all

{n}/Season {s}/E{e.pad(2)} - {t}
2. Watch watch the video tutorial. You can just drag in lots of episode files and it'll figure it out.
by rednoah
10 Jun 2013, 11:20
Forum: Scripting and Automation
Topic: Some various automation questions
Replies: 6
Views: 3666

Re: Some various automation questions

With the artwork.* scripts you can just run it with -non-strict and I'll auto-select the most likely movie/series. On a headless machine this behaviour is default as it can't ask the users. As for docs on vars: args is list of cmdline file arguments, e.g. args.each{ println it } You can pass any nam...
by rednoah
08 Jun 2013, 12:00
Forum: Scripting and Automation
Topic: Some various automation questions
Replies: 6
Views: 3666

Re: Some various automation questions

1. You can reuse parsing functions but that won't get u missing info like titles. You'll need to run rename and pass your own rename function that only collects the output information. Similar to --action test which simply does nothing. 2. You'll need to look into htpc.groovy in details. How to run ...
by rednoah
08 Jun 2013, 11:54
Forum: Help and Support
Topic: Automatic from juTorrent?
Replies: 4
Views: 3152

Re: Automatic from juTorrent?

The artwork.* script expect things to be already organised properly. Then there's a script with movie folders and one for TV folders. You call it like all scripts with fn:name or download the script and specific the path. Documented plenty.
by rednoah
08 Jun 2013, 03:30
Forum: Help and Support
Topic: Automatic from juTorrent?
Replies: 4
Views: 3152

Re: Automatic from juTorrent?

I get that you want to grab artwork. Check the artwork.* scripts for that.
by rednoah
07 Jun 2013, 06:20
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37246

Re: Music Mode AKA Processing Music files via AcoustID

music mode support via AcoustID and id3 tags is experimental. Just added it because I can. But it's not gonna be the best tool for audio. There's excellent stuff out there already I'm sure.
by rednoah
07 Jun 2013, 01:40
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37246

Re: Music Mode AKA Processing Music files via AcoustID

I don't know Mac but its the same on all unix systems. Just put it into /bin or /usr/bin or one of the default lookup paths. Just google it. If you can use the fpcalc command from console then it should work from filebot.
by rednoah
07 Jun 2013, 00:05
Forum: Help and Support
Topic: Binding issue
Replies: 1
Views: 1986

Re: Binding issue

You need to install 64-bit Java and 64-bit FileBot so it can load the 64-bit mediainfo native libraries. Try uninstalling any 32-bit Java you have to make sure it's running on the 64-bit Java platform. There's some more troubleshooting in the FAQ.
by rednoah
06 Jun 2013, 15:28
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37246

Re: Music Mode AKA Processing Music files via AcoustID

As long as fpcalc is in the PATH it should work. Try console and make sure the fpcalc command works.
by rednoah
04 Jun 2013, 23:54
Forum: Help and Support
Topic: Sublight error
Replies: 1
Views: 2073

Re: Sublight error

Sublight updated the API and locked clients using the older version.

Broken for now, and possibly broken forever if they banned 3rd party clients. Nothing you can do anyway.
by rednoah
02 Jun 2013, 16:43
Forum: Help and Support
Topic: 'Confirm Stream Loss' error
Replies: 1
Views: 2052

Re: 'Confirm Stream Loss' error

It's in the FAQ. Just disable extended attributes if you don't use NTFS on all drives.
by rednoah
02 Jun 2013, 09:43
Forum: Scripting and Automation
Topic: Overwrite file when PROPER release is downloaded
Replies: 3
Views: 3937

Re: Overwrite file when PROPER release is downloaded

With --action override, as long as the PROPER gets processed last it'll work because it'll just override whats there before.
by rednoah
02 Jun 2013, 09:35
Forum: Help and Support
Topic: Show match without doing rename / create .nfo file
Replies: 1
Views: 2731

Re: Show match without doing rename / create .nfo file

You have to check docs for your Linux distro. In the filebot startup script you can enable it but first you need the operating system and filesystem to support it. On Ubuntu it's default anyway. Not sure if its possible on the synology Linux.