Search found 22923 matches

by rednoah
19 Jun 2013, 12:54
Forum: Feature Requests and Bug Reports
Topic: --conflict override not working?
Replies: 10
Views: 7539

Re: --conflict override not working?

This use-case has an issue. Cause you end up handling to identical movies that resolve to idential paths. The --action override just deletes the original symlink. But then the previous symlink gets symlinked. That works. But then the renamed file gets also symlinked to that path and it already exist...
by rednoah
19 Jun 2013, 11:42
Forum: Feature Requests and Bug Reports
Topic: --conflict override not working?
Replies: 10
Views: 7539

Re: --conflict override not working?

Works as expected any way I tried: reinhard@serenity:~/test$ filebot -rename . --format "./output/{movie}" --db themoviedb --action symlink Rename movies using [TheMovieDB] Auto-detect movie from context: [/home/reinhard/test/The Karate Kid (1984).mkv] [SYMLINK] Rename [/home/reinhard/test...
by rednoah
19 Jun 2013, 05:56
Forum: Feature Requests and Bug Reports
Topic: Installation Freezes
Replies: 5
Views: 4115

Re: Installation Freezes

Does your Internet work? At what stage is it freezing?

You can try downloading the .msi for your architecture from the sourceforge downloads directly. That should work instead of having the installer auto-download/install things.
by rednoah
19 Jun 2013, 05:16
Forum: Episode / Movie Naming Scheme
Topic: TV episode format
Replies: 3
Views: 4426

Re: TV episode format

It's not crappy freeware. It's open-source. Support if any kind highly appreciated. :)
by rednoah
19 Jun 2013, 00:59
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18747

Re: issue with special caracters

Yep, I'd guess it's an NFC issue cause the UTF-8 strings is different bytewise depending how accents are encoded. I'm trying this: public synchronized boolean open(File file) { String path = file.getAbsolutePath(); if (Platform.isMac()) { path = Normalizer.normalize(path, Form.NFC); System.out.print...
by rednoah
18 Jun 2013, 12:30
Forum: Episode / Movie Naming Scheme
Topic: TV episode format
Replies: 3
Views: 4426

Re: TV episode format

Have you had a look at the manual? http://www.filebot.net/naming.html Like the second example? V:/TV Shows/{n}/Season {s}/{sxe} - {t} I recommend having S00E00 or 1x01 so HTPC software has an easier time to work with it. But if you really need your Episode X format just look at the third example and...
by rednoah
18 Jun 2013, 12:24
Forum: Feature Requests and Bug Reports
Topic: --conflict override not working?
Replies: 10
Views: 7539

Re: --conflict override not working?

But if you do COPY or KEEPLINK it works?
by rednoah
18 Jun 2013, 02:10
Forum: Feature Requests and Bug Reports
Topic: --conflict override not working?
Replies: 10
Views: 7539

Re: --conflict override not working?

Works on Windows. Maybe there's some strange behaviour with symlinks on *nix.

EDIT: Tested on Ubuntu and also works.
by rednoah
17 Jun 2013, 16:44
Forum: Help and Support
Topic: socket exception: permission denied: connect
Replies: 6
Views: 7076

Re: socket exception: permission denied: connect

Not doing anything special. Except Java programs might do networking a bit different from other Windows programs.

Did you try the IPv4 switch? Maybe Java is already running things through the IPv6 interface, while Windows programs still stick to IPv4.
by rednoah
17 Jun 2013, 09:33
Forum: Scripting and Automation
Topic: uTorrent - Windows - Cleanup
Replies: 2
Views: 2695

Re: uTorrent - Windows - Cleanup

You can always use the cleaner script whenever you want. Maybe have it triggered every 24h.
by rednoah
17 Jun 2013, 02:25
Forum: Help and Support
Topic: socket exception: permission denied: connect
Replies: 6
Views: 7076

Re: socket exception: permission denied: connect

Check your firewall/proxy/etc settings and Java settings. Whatever might block it from opening up network connections.

Sometimes forcing IPv4 can fix wierd network issues:

Code: Select all

-Djava.net.preferIPv4Stack=true
by rednoah
17 Jun 2013, 01:10
Forum: Help and Support
Topic: AMC and movies not in TMDB
Replies: 3
Views: 2961

Re: AMC and movies not in TMDB

Well... I'd be afraid of people entering data automatically, that'd probably mess up there database big time. :D If IMDbID is in the filename it's gonna be used for detection. But it's still gonna look it up on your chosen datasource. If TMDB doesn't know the IMDbID it's still gonna fail. If you use...
by rednoah
17 Jun 2013, 01:07
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18747

Re: issue with special caracters

That seems like a tricky one. Possibly a filename encoding mismatch between Java Unicode strings and whatever native NS classes are used internally by mediainfo when talking to OSX. Possibly something that has to be fixed in the mediainfo code. In anycase, I don't have a Mac so I can't do much about...
by rednoah
17 Jun 2013, 01:03
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79148

Re: Wishlist for New Features and Scripts

I guess you'd have to write a filebot script that checks through the history and writes some text files. Shouldn't be more than 4-5 lines.
by rednoah
16 Jun 2013, 16:48
Forum: Help and Support
Topic: Naming sheme + Moving
Replies: 3
Views: 3295

Re: Naming sheme + Moving

I suppose all you need is given by example one way or another here:
http://www.filebot.net/forums/viewtopic.php?f=5&t=2

And here for all the bindings and extra functions:
http://www.filebot.net/naming.html
by rednoah
16 Jun 2013, 16:42
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4871

Re: Utorrent Script (new user)

The logger tab shows you exactly what command utorrent is executing. As for example: [2013-03-05 20:44:24] Executing: filebot -script fn:amc --output "D:/Organized Media" --log-file amc.log --action hardlink --conflict override -non-strict --def "ut_dir=D:\Media\Avatar" "ut_...
by rednoah
16 Jun 2013, 01:13
Forum: Scripting and Automation
Topic: SyntaxError: unexpected char: '\'
Replies: 2
Views: 3030

Re: SyntaxError: unexpected char: '\'

The groovy expression is invalid. This looks off:

Code: Select all

\'\
You probably meant:

Code: Select all

/'/
by rednoah
16 Jun 2013, 01:10
Forum: Feature Requests and Bug Reports
Topic: Highlighting
Replies: 1
Views: 2175

Re: Highlighting

Implemented with r1640. Check the latest jar.
by rednoah
15 Jun 2013, 23:57
Forum: Help and Support
Topic: AMC and movies not in TMDB
Replies: 3
Views: 2961

Re: AMC and movies not in TMDB

Can't use two DBs in combination. You'll have to do some preprocessing yourself and the decide what to run through IMDb and what to run through TMDB.

So easier to just add it to TMDB. ;)
by rednoah
15 Jun 2013, 23:53
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4871

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: 2770

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: 3689

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: 5121

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: 526703

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.