Search found 23015 matches

by rednoah
19 Dec 2011, 07:55
Forum: Help and Support
Topic: well got w7 x64 ultimate sp1 and java 6v30 and 7 no success
Replies: 47
Views: 31385

Re: well got w7 x64 ultimate sp1 and java 6v30 and 7 no succ

With Java 7 Nimbus L&F should also work, that's less ugly and also doesn't rely on your OS theme:

Code: Select all

-Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel

Code: Select all

java -Dswing.systemlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -jar FileBot.jar
by rednoah
19 Dec 2011, 07:52
Forum: Help and Support
Topic: well got w7 x64 ultimate sp1 and java 6v30 and 7 no success
Replies: 47
Views: 31385

Re: well got w7 x64 ultimate sp1 and java 6v30 and 7 no succ

I think forcing the Java platform-independet L&F will work around this problem, just specify this:

Code: Select all

-Dswing.systemlaf=javax.swing.plaf.metal.MetalLookAndFeel
by rednoah
19 Dec 2011, 07:44
Forum: Help and Support
Topic: well got w7 x64 ultimate sp1 and java 6v30 and 7 no success
Replies: 47
Views: 31385

Re: well got w7 x64 ultimate sp1 and java 6v30 and 7 no succ

Read that it might be 'caused by using an unusual Windows theme setup, could that be the cause?
by rednoah
19 Dec 2011, 07:37
Forum: Help and Support
Topic: well got w7 x64 ultimate sp1 and java 6v30 and 7 no success
Replies: 47
Views: 31385

Re: well got w7 x64 ultimate sp1 and java 6v30 and 7 no succ

com.sun.java.swing.plaf.windows.XPStyle.getTypeEnumName ????

There is something broken with your Java setup. I'll investiage, pretty sure there's no problem FileBot itself.
by rednoah
19 Dec 2011, 07:24
Forum: Help and Support
Topic: well got w7 x64 ultimate sp1 and java 6v30 and 7 no success
Replies: 47
Views: 31385

Re: well got w7 x64 ultimate sp1 and java 6v30 and 7 no succ

What happens if you launch it from the cmdline? There should be some kinda output in the console.

This cmd will launch the GUI:

Code: Select all

filebot
This cmd will print version and jre info:

Code: Select all

filebot -version
by rednoah
18 Dec 2011, 14:09
Forum: Scripting and Automation
Topic: Use case: Monitor local shared folder and import contents.
Replies: 14
Views: 14917

Re: Use case: Monitor local shared folder and import conten

This is an example for folder watching, it'll run the batch processing after there have not been any changes to the folder (files created, files modified, ...) for a given amount of time. This is for files only, because for subfolders i only get create events but if files are modified within that ne...
by rednoah
18 Dec 2011, 13:34
Forum: Scripting and Automation
Topic: Use case: Monitor local shared folder and import contents.
Replies: 14
Views: 14917

Re: Use case: Monitor local shared folder and import conten

Just that folder? filebot -rename "/media/storage/files/import/" --format "/media/storage/files/tv/{n}{'/Season '+s}/{episode}" To organize an entire hierarchy do the same via scripting: filebot -script "http://filebot.sourceforge.net/data/shell/renall.groovy" "/me...
by rednoah
16 Dec 2011, 16:21
Forum: Help and Support
Topic: My file structure does not seem to be accepted =)
Replies: 6
Views: 8502

Re: My file structure does not seem to be accepted =)

Alright, if the original file only has the SxE fields then I guess u can just first match via TVRage and then match again via TheTVDB. If the episode titles match up you might not even have to switch the format expression in between.
by rednoah
16 Dec 2011, 16:16
Forum: Help and Support
Topic: My file structure does not seem to be accepted =)
Replies: 6
Views: 8502

Re: My file structure does not seem to be accepted =)

Format expressions are really powerful because it's really a full-fledged programming language, but expressions {...} will typically be very very simple so I think it'll be easy to pick up some tricks. Obviously {e+1} will work as you might expectd. ;) Hopefully we'll get a good set of examples toge...
by rednoah
16 Dec 2011, 13:57
Forum: Help and Support
Topic: My file structure does not seem to be accepted =)
Replies: 6
Views: 8502

Re: My file structure does not seem to be accepted =)

* Actually, doesn't that just work? When I only match the file "American Dad! - 7x07 - Season's Beatings" against TheTVDB data FileBot will it with "American Dad! - 8x07 - Season's Beatings". Exact title match can override SxE match in certain situations depending on the whole se...
by rednoah
16 Dec 2011, 06:44
Forum: Scripting and Automation
Topic: Getting Started with Groovy / FileBot Scripting
Replies: 0
Views: 6391

Getting Started with Groovy / FileBot Scripting

Hello everyone, FileBot format expressions and CLI script are all based on Groovy, a full-fledged Java based scripting language, which means there are virtually no limits to what you can do. If you wanna learn more about the Groovy programming language check the the following links. Beginners Tutori...
by rednoah
16 Dec 2011, 00:19
Forum: Help and Support
Topic: My file structure does not seem to be accepted =)
Replies: 6
Views: 8502

Re: My file structure does not seem to be accepted =)

The simple CLI works folder by folder. Check out "Scripting and Automation" for what you wanna do. This example script will do what u want: http://filebot.sourceforge.net/data/shell/suball.groovy This is the general info on FileBot scripting: http://filebot.sourceforge.net/script.html chee...
by rednoah
15 Dec 2011, 16:40
Forum: Feature Requests and Bug Reports
Topic: error when try to fetch episode list
Replies: 10
Views: 9432

Re: error when try to fetch episode list

still a bit perplexed about that problem... but i think it would have fixed itself a few hours from now 'cause that cache element has a 48h timeout. :D
by rednoah
15 Dec 2011, 15:50
Forum: Feature Requests and Bug Reports
Topic: error when try to fetch episode list
Replies: 10
Views: 9432

Re: error when try to fetch episode list

This is wierd, there might be a caching inconsistency... try running "filebot -clear"
by rednoah
15 Dec 2011, 15:42
Forum: Feature Requests and Bug Reports
Topic: error when try to fetch episode list
Replies: 10
Views: 9432

Re: error when try to fetch episode list

btw are u using FileBot via WebStart, installed via MSI or directly running the jar?
by rednoah
15 Dec 2011, 15:35
Forum: Feature Requests and Bug Reports
Topic: error when try to fetch episode list
Replies: 10
Views: 9432

Re: error when try to fetch episode list

There's filebot.cmd in INSTALL_DIR. That should also be in the PATH if installed via MSI. So just opening a cmd shell and then running "filebot" will run the app and also show u all the stacktraces in the console.
by rednoah
14 Dec 2011, 02:11
Forum: Feature Requests and Bug Reports
Topic: error when try to fetch episode list
Replies: 10
Views: 9432

Re: imdb id lookup problem?

Is there nfo files with imdb ids in that folder? Might be that the datasource I use to lookup imdbids was down when u tried... i'll switch that to the thetvdb interface and gracefully ignore errors. nfo/id lookup is just an extra anyway. Updated the v2.3 release packages to r765.
by rednoah
14 Dec 2011, 00:50
Forum: Feature Requests and Bug Reports
Topic: error when try to fetch episode list
Replies: 10
Views: 9432

Re: error when try to fetch episode list

Haven't seen that before. Can u run "filebot" from cmdline? There should be more output there.
by rednoah
12 Dec 2011, 14:37
Forum: Help and Support
Topic: File Renaming
Replies: 12
Views: 15671

Re: File Renaming

Fixed with 2.3
by rednoah
12 Dec 2011, 02:06
Forum: Anything and Everything else
Topic: Help / Support FileBot !!
Replies: 0
Views: 26008

Help / Support FileBot !!

Nope, not asking for donations here... not that it wouldn't be appreciated of course. ;) Please click the Google +1 button and the Tweet button on the homepage to show your support and help others discover this piece of software !! A lot of work, something like 3000 hours, has been gone into making ...
by rednoah
10 Dec 2011, 10:25
Forum: Scripting and Automation
Topic: How about sharing your CLI scripts?
Replies: 12
Views: 513075

Media Index TSV

Description:
Write media info of all video files in the given folder to an easily readable TSV spreadsheet file.

Export media info for all files to a *.tsv file:

Shell: Select all

filebot -script fn:mi /path/to/media --output /path/to/media-index.tsv
by rednoah
09 Dec 2011, 10:23
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 505561

Re: Common Naming Schemes

⭑⭑ A more beginner-friendly set of format examples and snippets is being curated via format.md on GitHub. ⭑⭑ TV Shows & Anime The most simple s00e00 scheme to get you started {n} - {s00e00} - {t} A simple "rename & organize into folders" scheme plus zero-padding for the season fol...
by rednoah
07 Dec 2011, 20:30
Forum: Help and Support
Topic: Physically moving file to NAS
Replies: 15
Views: 12115

Re: Physically moving file to NAS

I don't run on Mac, but looks like they're building dmg installers here:
http://code.google.com/p/openjdk-osx-build/
by rednoah
07 Dec 2011, 19:08
Forum: Announcements and Releases
Topic: FileBot 2.3 released !!
Replies: 0
Views: 58189

FileBot 2.3 released !!

Lots of things coming together for this release. Mostly improvements on existing stuff, be more smart about things and of course lots of bugfixes and little improvements everywhere. This release features: + Improved Deployment / Make cmdline work out of the box + Improved automated subtitle match &a...