Search found 24521 matches

by rednoah
20 Feb 2012, 05:20
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 12834

Re: OS X Automator or Groovy?

Yep, that's FileBot unable to make sense of the input it got. It fails to auto-detect the series name. You can fix that by adding --q "Daily Colbert" parameter. You should at least get one step further with this. If later FileBot still says something about not being able to match files with episode ...
by rednoah
20 Feb 2012, 05:10
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 12834

Re: OS X Automator or Groovy?

No clue. Just try using the absolute path of the executable.

Now on my machine that would be:

Code: Select all

"C:/Program Files/FileBot/filebot.cmd"
On Mac something like this I guess:

Code: Select all

/my/apps/FileBot.app/Contents/MacOS/filebot
by rednoah
20 Feb 2012, 01:28
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 12834

Re: OS X Automator or Groovy?

I'm not on mac, try something like /path/to/filebot/app/MacOS/filebot -rename...

The problem is that OSX can't find the filebot executable/script. If you google for "add to path" or something like that there'll be plenty help telling you how it works on mac (I only know windows). Install.sh is just ...
by rednoah
19 Feb 2012, 18:21
Forum: Scripting and Automation
Topic: OS X Automator or Groovy?
Replies: 8
Views: 12834

Re: OS X Automator or Groovy?

Looks like the filebot cmd isn't setup properly. Just read up on how to add things to the PATH so your console will find the filebot executable. Or try using the absolute path to filebot[.sh]

FYI FileBot packages a complete Groovy runtime so there is no reason what-so-ever in additionally ...
by rednoah
19 Feb 2012, 16:37
Forum: Help and Support
Topic: Filebot cli failing to match against Saturday Night Live
Replies: 5
Views: 9298

Re: Filebot cli failing to match against Saturday Night Live

Looks like that typo in the query made a big difference! :D
filebot --q "Satu r day Night Live" -list --db tvrage

Tested a bit and this one should work:
filebot -rename "saturday.night.live.s37e15.maya.rudolph-sleigh.bells.hdtv.xvid-2hd.avi" --format "{n} {s00e00} {t}" --db tvrage --q "Saturday ...
by rednoah
19 Feb 2012, 09:27
Forum: Help and Support
Topic: Filebot cli failing to match against Saturday Night Live
Replies: 5
Views: 9298

Re: Filebot cli failing to match against Saturday Night Live

Check the db first:
$ filebot --q "Satuday Night Live" -list --db thetvdb

Does it work of u use --db tvrage?
by rednoah
17 Feb 2012, 06:16
Forum: Help and Support
Topic: Can filebot match date-based filenames?
Replies: 9
Views: 12695

Re: Can filebot match date-based filenames?

Fixed that for next release. You can try the latest beta for a peek at that.
by rednoah
17 Feb 2012, 06:14
Forum: Help and Support
Topic: Name Scheme Tags
Replies: 2
Views: 5884

Re: Name Scheme Tags

is there somewhere that quickly explains what each pane does?
Overview of the different panels I wrote some time ago so some parts are outdated now:
http://sourceforge.net/projects/filebot/forums/forum/723390/topic/4594063

if someone can guide me a little, i will be happy to produce a pdf for ...
by rednoah
13 Feb 2012, 14:17
Forum: Feature Requests and Bug Reports
Topic: [Request] Order Select
Replies: 15
Views: 16649

Re: [Request] Order Select

In the latest beta you can define you're preferred sort order: Airdate/DVD/Absolute.

Check it out here:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
12 Feb 2012, 05:12
Forum: Help and Support
Topic: How to rename movies with imdb-rating?
Replies: 16
Views: 26225

Re: How to rename movies with imdb-rating?

Added a special case for handling disk folders. You can try the latest beta and check it out.
by rednoah
12 Feb 2012, 02:11
Forum: Feature Requests and Bug Reports
Topic: Issue with CLI rename on Mac OS 10.6
Replies: 4
Views: 7646

Re: Issue with CLI rename on Mac OS 10.6

filebot -script will be backwards-compatible with Java 6 again next release.

You can have a look and do some testing with the latest beta:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
12 Feb 2012, 02:09
Forum: Feature Requests and Bug Reports
Topic: Error renaming The Sopranos
Replies: 2
Views: 5700

Re: Error renaming The Sopranos

Added a special case for matching to take title=name into account.

You can have a look and do some testing with the latest beta:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
12 Feb 2012, 02:03
Forum: Feature Requests and Bug Reports
Topic: Rename exception: Unmatched closing ')' near index 4377
Replies: 4
Views: 10245

Re: Rename exception: Unmatched closing ')' near index 4377

Fixed that for next release.

You can have a look and do some testing with the latest beta:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
12 Feb 2012, 01:58
Forum: Feature Requests and Bug Reports
Topic: Renaming parameter {source}
Replies: 8
Views: 12808

Re: Renaming parameter {source}

Found a way to convert any kinda script to latin/ascii representation via ICU, and added it as expression function {s.ascii()}. Also added WEB-DL as {source} pattern.

You can have a look and do some testing with the latest beta:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
12 Feb 2012, 01:55
Forum: Feature Requests and Bug Reports
Topic: TMDB Metadata
Replies: 6
Views: 10135

Re: TMDB Metadata

Next release will give you access to TMDB / TVDB metadata via {info} binding, e.g. {info.director}

You can have a look and do some testing with the latest beta:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
by rednoah
09 Feb 2012, 14:01
Forum: Help and Support
Topic: I installed the latest .deb and need to update
Replies: 3
Views: 6892

Re: I installed the latest .deb and need to update

update.xml was automatically updated to latest svn revision that i haven't release yet... fixed that
by rednoah
09 Feb 2012, 13:52
Forum: Feature Requests and Bug Reports
Topic: Delete empty folders
Replies: 13
Views: 15975

Re: Delete empty folders

Yep, something like that is easy to do and everybody can customize it to exactly what they want. Though I'd do the clean up via

Code: Select all

filebot -script http://filebot.sf.net/scripts/cleaner.groovy -trust-script /path/to/my/downloads/
hehe :P
by rednoah
09 Feb 2012, 12:37
Forum: Scripting and Automation
Topic: Need season interval
Replies: 4
Views: 6275

Re: Need season interval

I'm not adding that as an official binding but here is how it works:

Code: Select all

{def tvdb = net.sourceforge.filebot.WebServices.TheTVDB; def y = tvdb.getEpisodeList(tvdb.search(n)[0], Locale.ENGLISH).findAll{it.season == s}.airdate.year; y.min() + '-' + y.max()}
by rednoah
09 Feb 2012, 11:56
Forum: Feature Requests and Bug Reports
Topic: Delete empty folders
Replies: 13
Views: 15975

Re: Delete empty folders

Well, i don't plan on adding that to the GUI and i think a "default shutdown script" would be overkill as well. Because one can just do a script it like filebot && filebot -script myPersonalCleanup.groovy but deleting empty folder manually takes like 1 second.
by rednoah
09 Feb 2012, 11:00
Forum: Feature Requests and Bug Reports
Topic: Delete empty folders
Replies: 13
Views: 15975

Re: Delete empty folders

Thought about adding this, but there's conflicts with people renaming e.g. .../Incoming/*.avi which would result in FileBot deleting their default incoming folder (even if empty still annoying). So while it makes sense for some cases, it's annoying for others, and it's pretty hard to auto-detect ...
by rednoah
09 Feb 2012, 10:48
Forum: Feature Requests and Bug Reports
Topic: I may have to go back to 2.2
Replies: 8
Views: 11524

Re: I may have to go back to 2.2

well, reverted back to 2.3, and my broken tag issues went away. went further back to 2.2 and was able to re-tag multiple shows at once without the program assuming that all the listed episodes were from the same series. so it seems that there's an issue for one 2 revisions back that broke, and one ...
by rednoah
09 Feb 2012, 10:39
Forum: Feature Requests and Bug Reports
Topic: I may have to go back to 2.2
Replies: 8
Views: 11524

Re: I may have to go back to 2.2

Actually, pretty much most of the logic is broken, can you please repost up the link for the older version(s)?
I can add that the tags for [{vf}][{resolution}][{vc}-{ac}] are all broken now. I get title, year, imdb#, and that's all right now, regardless of which name engine I choose.
Works ...
by rednoah
09 Feb 2012, 06:16
Forum: Help and Support
Topic: Name Scheme Tags
Replies: 2
Views: 5884

Re: Name Scheme Tags

There is a video. Which explains the drag-n-drop usage much better then screenshots & text can. Besides it pretty simple once you've seen it once.

Available bindings are documented in the Naming Sheme webpage as well as in the application itself (Edit Format -> "=(x)" button). Everything else is ...
by rednoah
08 Feb 2012, 08:16
Forum: Feature Requests and Bug Reports
Topic: A way to resolve naming errors
Replies: 3
Views: 7910

Re: A way to resolve naming errors

I'm not completely sure what you mean but here is how you can work around matching problems:

1. Series name detections messes up: Skip tvseries detection by SHIFT-clicking the datasource (forcing manual input)

2. File/Episode matching messes up: Skip all auto-matching by "manually" fetching the ...