Search found 23004 matches

by rednoah
07 Oct 2013, 04:09
Forum: Help and Support
Topic: Extract question
Replies: 2
Views: 2538

Re: Extract question

Just check the Java/Groovy API docs. ;)

f is a File object, so => http://docs.oracle.com/javase/7/docs/ap ... /File.html
by rednoah
07 Oct 2013, 03:57
Forum: Feature Requests and Bug Reports
Topic: Renaming into Waiting...
Replies: 22
Views: 8941

Re: Renaming into Waiting...

I guess the folder is called Waiting (or something) and since the filename doesn't make any sense that's all it got. Give me the full paths, and I can add that to the black list, so it'll at least just abort and do nothing PS: Haha! Not even google can make sense of Th3 M4tr1x R3l04d3d ... that's of...
by rednoah
07 Oct 2013, 03:47
Forum: Help and Support
Topic: properties
Replies: 2
Views: 2406

Re: properties

Q: After I renamed files and move them to my NAS or external HDD Windows it displays a "Property Loss" warning for file. It's very annoying! How can I get around that? A: On Windows FileBot will store some metadata in NTFS Extended Attributes that will be lost if a file is moved to anothe...
by rednoah
06 Oct 2013, 05:17
Forum: Help and Support
Topic: Command Line Filebot skips folders with .DS_Store
Replies: 3
Views: 2551

Re: Command Line Filebot skips folders with .DS_Store

I guess .DS_Store files are hidden and things are ignored according to this function:

Code: Select all

def incomplete(f) { f.name =~ /[.]incomplete|[.]chunk|[.]par$|[.]dat$/ || f.isHidden() }
by rednoah
05 Oct 2013, 12:42
Forum: Scripting and Automation
Topic: AMC script different DB for a specific tv show?
Replies: 13
Views: 6627

Re: AMC script different DB for a specific tv show?

Seems to work with my latest revision. Trying updating the the latest and greatest and see how it works for you.
by rednoah
05 Oct 2013, 12:21
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 38110

Re: Fully automated media downloading

Nope, the log above is most definitely made by outdated filebot code. Maybe you have two installs?
by rednoah
05 Oct 2013, 10:47
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 38110

Re: Fully automated media downloading

series.list.gz has been removed in recent versions. I think your filebot install is too outdated. Try updating.

EDIT: Looks like TheMovieDB turned off the old deprecated 2.1 API
by rednoah
05 Oct 2013, 10:40
Forum: Scripting and Automation
Topic: AMC script different DB for a specific tv show?
Replies: 13
Views: 6627

Re: AMC script different DB for a specific tv show?

So what's the filename? CSI - 1x01?
by rednoah
05 Oct 2013, 10:32
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 587050

Re: [CODE] Examples and Snippets

That doesn't make sense. You can incorporate things your own way by putting together your own script. In your own script you can of course script whatever you want.
by rednoah
04 Oct 2013, 16:51
Forum: Scripting and Automation
Topic: AMC script different DB for a specific tv show?
Replies: 13
Views: 6627

Re: AMC script different DB for a specific tv show?

Well, if u just randomly put it somewhere I guess there'll be issues... If you look at AMC closely you might find a good place where you can hook up your own extra logic. You'll need to funnel some files into your own rename call while the rest goes into normal amc logic. What's the files that are n...
by rednoah
04 Oct 2013, 16:47
Forum: Scripting and Automation
Topic: Music Renaming Format
Replies: 10
Views: 8875

Re: Music Renaming Format

Yep, for music it's looking at each file individually, and it's just trying to grab the best matching data from what it gets back from AcoustID returns. So if album is missing, then album data is missing from the AcoustID response, and also it can't fall back to ID3 tags, so you're out of luck in th...
by rednoah
03 Oct 2013, 16:33
Forum: Help and Support
Topic: Integrating FileBot in a LFTP auto-download setup
Replies: 8
Views: 5547

Re: Integrating FileBot in a LFTP auto-download setup

I'm sure there's a way. Though you probably have to figure out what the best way would be for your setup.

I would make a cron job that runs every few hours. Now this job would first call rsync and then filebot.
by rednoah
03 Oct 2013, 13:49
Forum: Help and Support
Topic: Integrating FileBot in a LFTP auto-download setup
Replies: 8
Views: 5547

Re: Integrating FileBot in a LFTP auto-download setup

Depends on how you start filebot. Just call it and newly synced files after rsync is finished.
by rednoah
03 Oct 2013, 13:42
Forum: Help and Support
Topic: starting up need help
Replies: 2
Views: 2264

Re: starting up need help

there is no web ui. it's a simple cmdline tool. login via ssh and use it.
by rednoah
02 Oct 2013, 18:52
Forum: Scripting and Automation
Topic: AMC script different DB for a specific tv show?
Replies: 13
Views: 6627

Re: AMC script different DB for a specific tv show?

The scripts are online, link is in the docs. And what u want is not so hard but it's basically programming.
by rednoah
02 Oct 2013, 15:20
Forum: Scripting and Automation
Topic: AMC script different DB for a specific tv show?
Replies: 13
Views: 6627

Re: AMC script different DB for a specific tv show?

With your preferred editor~ I recommend Notepad++ :ugeek:

Then we do surgery! :twisted:

Find:

Code: Select all

[name:group.tvs,   format:format.tvs,   db:'TheTVDB', seasonFolder:true ]
Replace:

Code: Select all

[name:group.tvs,   format:format.tvs,   db:'TVRage', seasonFolder:true ]
by rednoah
02 Oct 2013, 07:14
Forum: Scripting and Automation
Topic: AMC script different DB for a specific tv show?
Replies: 13
Views: 6627

Re: AMC script different DB for a specific tv show?

Only by modifying the script.

You can try to update the data in TheTVDB, unless the episodes are misnamed in the first place.
by rednoah
02 Oct 2013, 07:02
Forum: Help and Support
Topic: Issues with 'filebot.launcher' not starting and xbmc
Replies: 4
Views: 3565

Re: Issues with 'filebot.launcher' not starting and xbmc

Your "error log" contains no error... Just in the end it can't connect to XBMC.

If you can't manage to get filebot.launcher to work (PATH issues, or what not) ...
Alternatively you can create a hidden filebot process with this tool: http://www.commandline.co.uk/chp/
by rednoah
01 Oct 2013, 11:27
Forum: Scripting and Automation
Topic: Getting renaming script to work in Ubuntu?
Replies: 5
Views: 4303

Re: Getting renaming script to work in Ubuntu?

Yes. But you need to learn how to pass cmdline arguments first, i.e. to correctly quote and escape the format expression.

Once you have your command u can copy it into a shell script. That's as basic as it gets. Find more info on google.
by rednoah
01 Oct 2013, 08:17
Forum: Scripting and Automation
Topic: Getting renaming script to work in Ubuntu?
Replies: 5
Views: 4303

Re: Getting renaming script to work in Ubuntu?

Sorty is just an example. Learn from it and write your own solution. I guess this simple call will already get you very far: filebot -script fn:renall /media/W/TV --db thetvdb -non-strict The sort into folders part comes with adding --format : http://www.filebot.net/naming.html And you can run with ...
by rednoah
30 Sep 2013, 18:27
Forum: Feature Requests and Bug Reports
Topic: --q only works for subtitles?
Replies: 5
Views: 2948

Re: --q only works for subtitles?

What does amc have to do with symlinks?

If you do --action symlink it works because the parameters get passed on to the internal -rename call unchanged.
by rednoah
30 Sep 2013, 18:25
Forum: Feature Requests and Bug Reports
Topic: Root Folder.
Replies: 7
Views: 4696

Re: Root Folder.

Tested with r1756 and works for me.


How about u just create an absolute path with the format?

Like this one from the samples:

Code: Select all

{file.path[0]}:/Movies/{n} ({y})/{n} ({y}){" CD$pi"}
by rednoah
30 Sep 2013, 12:25
Forum: Feature Requests and Bug Reports
Topic: Root Folder.
Replies: 7
Views: 4696

Re: Root Folder.

Is that the latest revision? Try the latest one. I think I fixed that 2 weeks ago.
by rednoah
30 Sep 2013, 08:59
Forum: Feature Requests and Bug Reports
Topic: Root Folder.
Replies: 7
Views: 4696

Re: Root Folder.

I don't know what you mean. The format can be relative and is resolved again the original file. Otherwise you can use absolute path. Let's say this is what your format evaluates to: Test.avi => Move to ./Test.avi Series/Test.avi => Move to ./Series/Test.avi ../Test.avi => Move to ../Test.avi (../ me...
by rednoah
30 Sep 2013, 08:23
Forum: Feature Requests and Bug Reports
Topic: --q only works for subtitles?
Replies: 5
Views: 2948

Re: --q only works for subtitles?

If you're gonna enter things manually, there's no point in having AMC.

Since you're calling the command yourself anyway why not do type filebot -rename rather than filebot -script fn:amc? What would amc with --q be supposed to do?