Search found 24033 matches

by rednoah
09 Jul 2014, 08:51
Forum: Scripting and Automation
Topic: help with CL script
Replies: 21
Views: 14410

Re: help with CL script

1. Nothing is moved? Or just no movies? The logs clearly state that something is moved: [MOVE] Rename [D:\incoming\Brooklyn Nine-Nine\Season 01\Brooklyn Nine-Nine - S01E01 - Pilot.mp4] to [E:\Videos\TV\Brooklyn Nine-Nine\Season 01\Brooklyn Nine-Nine - S01E01 - Pilot.mp4] [MOVE] Rename [D:\incoming ...
by rednoah
09 Jul 2014, 08:44
Forum: Scripting and Automation
Topic: Filebot Anime AMC & XBMC
Replies: 10
Views: 7348

Re: Filebot Anime AMC & XBMC

Anime / TV Shows is completely different. So you just need to make sure that TV Shows is matched against TheTVDB and Anime is matched against AniDB. Artificially adding a S1 is a VERY BAD IDEA. Since that'll neither match TheTVDB SxE numbers nor absolute numbers. Likewise AniDB has no concept of ...
by rednoah
09 Jul 2014, 08:35
Forum: Help and Support
Topic: Showing foreign and english movie title
Replies: 3
Views: 2994

Re: Showing foreign and english movie title

lang is only defined for subtitle files, so:

Code: Select all

{'.'+lang}
by rednoah
08 Jul 2014, 19:04
Forum: Help and Support
Topic: Showing foreign and english movie title
Replies: 3
Views: 2994

Re: Showing foreign and english movie title

{primaryTitle} is the movie title in English, while {n} is the movie title in the preferred language.

Maybe this?

Code: Select all

{info.OriginalName}
by rednoah
08 Jul 2014, 10:41
Forum: Help and Support
Topic: New error in 4.1: missing token: }
Replies: 4
Views: 3314

Re: New error in 4.1: missing token: }

No idea. I suppose newer is better. :D
by rednoah
08 Jul 2014, 10:35
Forum: Help and Support
Topic: New error in 4.1: missing token: }
Replies: 4
Views: 3314

Re: New error in 4.1: missing token: }

There's an issue with complicated formats.

Use one of the newer revisions for a fix:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
07 Jul 2014, 21:22
Forum: Scripting and Automation
Topic: help with CL script
Replies: 21
Views: 14410

Re: help with CL script

Alright, this is what I put together so far: filebot -script fn:amc "%RF_ACT%" --output "E:/" --log-file amc.log --action move --conflict override -non-strict --def artwork=y --def xbmc=localhost excludeList=amc.txt "seriesFormat=Videos/TV/{n}/{'Season '+s.pad(2)}/{n} - {s00e00} - {t}" "movieFormat ...
by rednoah
07 Jul 2014, 17:46
Forum: Synology NAS & Embedded Linux
Topic: Looking for testers on Synology NAS
Replies: 49
Views: 55731

Re: Looking for testers on Synology NAS

FileBot now has it's own Package Source . @see http://www.filebot.net/forums/viewtopic.php?f=3&t=1802 Notes: * Java 8 needs to be installed properly, i.e. java -version works * Installs filebot console tool * Installs only platform-independent code, so no support for mediainfo, 7zip and fpcalc If ...
by rednoah
07 Jul 2014, 14:03
Forum: Scripting and Automation
Topic: help with CL script
Replies: 21
Views: 14410

Re: help with CL script

Yep, that should be pretty doable, shouldn't even be that hard, just running the amc script with a few customizations in the format every day. It's probably not a lot of code, but i generally don't do individual work for less than 50 EUR. If that's fine for you let me know, and more details about ...
by rednoah
06 Jul 2014, 16:39
Forum: Help and Support
Topic: German + English does not work
Replies: 2
Views: 1978

Re: German + English does not work

Things have changed.

Here's a hint:

Code: Select all

{e.pad(2)} - {t} - {database.getEpisodeList(series, null, Locale.GERMAN).find{ episode.numbers == it.numbers }.title}
by rednoah
06 Jul 2014, 11:12
Forum: Scripting and Automation
Topic: Need some help
Replies: 11
Views: 7172

Re: Need some help

Read the FAQ. If you're running on Windows there's nothing that would stop you from using AMC.
by rednoah
06 Jul 2014, 09:15
Forum: Scripting and Automation
Topic: Need some help
Replies: 11
Views: 7172

Re: Need some help

1.
Don't rename files in place, have amc move/rename it into a new clean structure. That's best for various reasons, including cleaner can work on left behind files.

2.
Your format your rules => http://www.filebot.net/forums/viewtopic.php?f=5&t=211
by rednoah
06 Jul 2014, 02:43
Forum: Scripting and Automation
Topic: Need some help
Replies: 11
Views: 7172

Re: Need some help

Different case, same issue though:
AMC Manual wrote:So the final backslash \ will escape the double-quote " and mess up everything
by rednoah
05 Jul 2014, 14:24
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10184

Re: How To Fix This "Failed to load 7z-JBinding"

1.
Looks like it's working. FileBot doesn't need "-version" to work naturally as long as it works when called on files.

2.
Not really, whatever flavour of Linux you're using it only supports glibc-2.12 but new versions of fpcalc are compiled against glibc-2.14
by rednoah
05 Jul 2014, 13:54
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10184

Re: How To Fix This "Failed to load 7z-JBinding"

Then it looks like the official version is too new for your machine. :D

This old 2011 version of fpcalc you have just doesn't implement the -version option yet, but it might still work. Have you tried? Just do fpcalc <path to audio file> and see what happens.
by rednoah
05 Jul 2014, 13:22
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10184

Re: How To Fix This "Failed to load 7z-JBinding"

What do you get if you run fpcalc -version manually?

Code: Select all

fpcalc -version
by rednoah
05 Jul 2014, 13:14
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10184

Re: How To Fix This "Failed to load 7z-JBinding"

If you downloaded some random binaries from some random dropbox account then I guess they're outdated.

Have you tried with the official 64-bit fpcalc binaries?
by rednoah
05 Jul 2014, 13:12
Forum: Help and Support
Topic: 4.1 csv
Replies: 2
Views: 2362

Re: 4.1 csv

Regression confirmed, and fixed with r2292.
by rednoah
05 Jul 2014, 12:32
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10184

Re: How To Fix This "Failed to load 7z-JBinding"

1. fpcalc need to be in the PATH (but since you're running it with ./fpcalc I gues it's not), i.e. link fpcalc into /bin or something to that account. 2. Alternatively, you can specify the absolute path to the fpcalc executable in filebot.sh where system properties are passed in: -Dnet.filebot ...
by rednoah
04 Jul 2014, 05:50
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 26381

Re: [Mismatch] Anime (AniDB)

Seems to work fine here: Input: /Users/reinhard/dev/AMC-TEST/Futsuu no Joshikousei ga Locodol Yattemita:[HorribleSubs] Locodol - 01 [720p].mkv Group: [anime:futsuu no joshikousei ga locodol yattemita] => [Futsuu no Joshikousei ga Locodol Yattemita:[HorribleSubs] Locodol - 01 [720p].mkv] Rename ...
by rednoah
03 Jul 2014, 13:17
Forum: Scripting and Automation
Topic: Command to return TV or Movie?
Replies: 10
Views: 6832

Re: Command to return TV or Movie?

Then you should know what the %variables mean and how to change the command to work from within your batch files. ;) So you just need to call filebot in your batch as if it was called by utorrent. Of course normally utorrent would replace the %variables, but how you pass this information to your ...
by rednoah
03 Jul 2014, 13:02
Forum: Feature Requests and Bug Reports
Topic: BUG: Hit The Floor series incorrect match tvdb
Replies: 3
Views: 2760

Re: BUG: Hit The Floor series incorrect match tvdb

1.
--conflict auto only override if the quality of the new video is better than the old one... you got luck. :D If you're worried you should set it to --conflict skip

2.
You'd have to hack the amc script to use TVRage, so officially it's not supported.
by rednoah
03 Jul 2014, 12:50
Forum: Help and Support
Topic: How to disable backdrops with --def extras=y
Replies: 1
Views: 1846

Re: How to disable backdrops with --def extras=y

Sorry, there is no option to get *.url files but not get backdrops.