Search found 23061 matches

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 34
Views: 507717

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

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

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...
by rednoah
04 Dec 2011, 01:12
Forum: Help and Support
Topic: Drag and Drop queueing feature
Replies: 2
Views: 6521

Re: Drag and Drop queueing feature

Use Copy-Drop (hold CTRL+drop). Like when using DnD in Windows Explorer. Default is Cut-Drop, but if u hold CTRL the cursor will change to Copy-Drop.
by rednoah
30 Nov 2011, 09:07
Forum: Feature Requests and Bug Reports
Topic: Subtitles for multiple folders
Replies: 2
Views: 5492

Re: Subtitles for multiple folders

GUI: 1. Go to your movies folder and search *.* (i.e. list all files from all folders) 2. Drag and drop everything onto the subtitle drop target (FileBot 2.3 will automatically recursively lookup video files) Cmdline: filebot -script " http://filebot.sourceforge.net/data/shell/suball.groovy &qu...
by rednoah
24 Nov 2011, 01:58
Forum: Help and Support
Topic: File Renaming
Replies: 12
Views: 15718

Re: File Renaming

That's seems much more troublesome than it should be. Try 7-zip, that has worked really great for me with pretty much any archive type, updating files is easy as pie.
by rednoah
23 Nov 2011, 17:24
Forum: Help and Support
Topic: File Renaming
Replies: 12
Views: 15718

Re: File Renaming

btw u can modify the app a bit yourself to make this work:
1. open filebot.jar as zip archive
2. add an entry for wtv in filebot.jar/net/sourceforge/filebot/media.types