Search found 22923 matches

by rednoah
26 Oct 2012, 04:32
Forum: Help and Support
Topic: Removing input directories
Replies: 1
Views: 2875

Re: Removing input directories

Keep track of everything seems a bit complicated though. Have you thought of running fn:cleaner once in a while? http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5#p1341 That script removes clutter files like .url, .nfo etc and left over folders but'll never touch any folders that conta...
by rednoah
26 Oct 2012, 00:54
Forum: Help and Support
Topic: ...but that's not what IMDB says!
Replies: 8
Views: 5802

Re: ...but that's not what IMDB says!

Movie metadata is always retrieved from TMDB since IMDB doesn't have an API. TV Series metadata is always retrieved from TheTVDB for the same reasons.

On a related note, here's how to rip imdb rating from the website:
http://filebot.sourceforge.net/forums/v ... ?f=5&t=302
by rednoah
25 Oct 2012, 04:46
Forum: unRAID & docker
Topic: Unable to run Filebot on unraid server
Replies: 14
Views: 10236

Re: Unable to run Filebot on unraid server

I guess you're using the portable package, that doesn't include any native libs since I can't know what platform/arch you'll be running on. You'll need to grab the right one yourself: http://sourceforge.net/p/filebot/code/HEAD/tree/trunk/lib/native/ Like I said, if you're lucky the one for Linux 32-...
by rednoah
25 Oct 2012, 02:03
Forum: Feature Requests and Bug Reports
Topic: Unicode File Output
Replies: 3
Views: 3373

Re: Unicode File Output

Java on Linux? That's always UTF-8 by default as far as I know.
by rednoah
25 Oct 2012, 00:55
Forum: Feature Requests and Bug Reports
Topic: Unicode File Output
Replies: 3
Views: 3373

Re: Unicode File Output

Yeah, that's cmdline on Windows, pretty shitty. If you're redirecting output into a file though then you're in luck, just add this option to filebot.cmd : -Dfile.encoding=UTF-8 It'll still be gibberish in the cmd window, but if you pipe things into a file and open it with an editor later it'll work ...
by rednoah
25 Oct 2012, 00:36
Forum: Help and Support
Topic: error filebot -script fn:utorrent-postprocess
Replies: 7
Views: 5405

Re: error filebot -script fn:utorrent-postprocess

Well, no support by default. You try can modify things a bit to keep track of what files where originally in an archive and then switch between move/copy mode accordingly.
by rednoah
24 Oct 2012, 15:50
Forum: Help and Support
Topic: Remove source folder
Replies: 2
Views: 2818

Re: Remove source folder

You can run "The Cleaner" every once in a while:
http://filebot.sourceforge.net/forums/v ... &t=5#p1341

e.g. sequence two commands:

Code: Select all

filebot -script fn:utorrent-postprocess ... && filebot -script fn:cleaner ...
by rednoah
24 Oct 2012, 15:35
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

Argument: E:\testdata\Emily.Owens.M.D.S01E01.720p.HDTV.x264-EVOLVE.mkv Argument: E:\testdata\Hawaii.Five-0.2010.S03E04.720p.HDTV.X264-DIMENSION.mkv Input: E:\testdata\Emily.Owens.M.D.S01E01.720p.HDTV.x264-EVOLVE.mkv Input: E:\testdata\Hawaii.Five-0.2010.S03E04.720p.HDTV.X264-DIMENSION.mkv Group: [t...
by rednoah
24 Oct 2012, 15:28
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

E:\testdata>filebot -rename -non-strict --db thetvdb --action test --log info Emily.Owens.M.D.S01E01.720p.HDTV.x264-EVOLVE.mkv Hawaii.Five-0.2010.S03E04.720p.HDTV.X264-DIMENSION.mkv [TEST] Rename [E:\testdata\Emily.Owens.M.D.S01E01.720p.HDTV.x264-EVOLVE.mkv] to [Emily Owens, M.D. - 1x01 - Pilot.mkv...
by rednoah
24 Oct 2012, 13:01
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

I don't plan on making GUI forms just for that, only very very few people would be using that anyway. But if you wanna open up the jar and modify where FileBot is looking for that data I can't stop you. ;) https://sourceforge.net/p/filebot/code/HEAD/tree/trunk/source/net/sourceforge/filebot/media/Re...
by rednoah
24 Oct 2012, 12:35
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

Oh btw here's what you asked yesterday, sourceforge was down so I forgot about that: Here's all the data files FileBot is using. It's checked for updates every 24h. http://filebot.sourceforge.net/data/ You will find the series-mappings surprisingly empty. Actually I solved all the issues via smarter...
by rednoah
24 Oct 2012, 12:25
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

No. You just didn't set -non-strict.

Code: Select all

E:\testdata>filebot -rename vegas.104.720p-dimension.mkv -non-strict --db thetvdb --action test --log info
[TEST] Rename [E:\testdata\vegas.104.720p-dimension.mkv] to [Vegas (2012) - 1x04 - (Il)Legitimate.mkv]
by rednoah
24 Oct 2012, 11:16
Forum: Tips, Tricks and Tutorials
Topic: Metadata and Extended Attributes
Replies: 1
Views: 53370

Metadata and Extended Attributes

FileBot uses xattr (i.e. Extended Attributes / NTFS Alternate Data Streams) to store full metadata in file system attributes. These xattr are not to be confused with traditional tags that are embedded in the file content, but additional data streams stored in the file system for each file that are n...
by rednoah
24 Oct 2012, 04:52
Forum: Episode / Movie Naming Scheme
Topic: Accessing name scheme history on a Mac
Replies: 23
Views: 13249

Re: Accessing name scheme history on a Mac

Has it worked before? Last week I just found out Mac doesn't have a DELETE button, or rather the Mac DELETE button is Win BACKSPACE. Maybe Mac DOWN is different from Win DOWN? Can you play with this and tell me what KeyCode it shows when you press DOWN? It's 40 here. http://lawrence.ecorp.net/inet/s...
by rednoah
24 Oct 2012, 04:42
Forum: Scripting and Automation
Topic: Prowl Notification
Replies: 1
Views: 2974

Re: Prowl Notification

Thanks for the tip! Gmail worked fine for testing, but maybe if it sends to many mails, or from an IP where nobody ever logs into gmail. Maybe there is a solution somewhere on the net. I'll have a look at Prowl, if it works well I'll add a new shared script so you can just do include('lib/prowl') to...
by rednoah
23 Oct 2012, 01:04
Forum: Scripting and Automation
Topic: Need help getting automation going
Replies: 28
Views: 24382

Re: Need help getting automation going

That's not a good solution since it's not automated. Shared mapping data is one way since it's at least only one person doing the work for everyone else. This case doesn't need any of those though: filebot -rename "E:/testdata/Once.Upon.a.Time.S02E04.720p.HDTV.X264-DIMENSION.mkv" -non-stri...
by rednoah
23 Oct 2012, 00:51
Forum: Help and Support
Topic: error filebot -script fn:utorrent-postprocess
Replies: 7
Views: 5405

Re: error filebot -script fn:utorrent-postprocess

µTorrent -> Run Program -> Run this program when torrent finishes: filebot -script fn:utorrent-postprocess --output "X:/path/to/media" --action copy --conflict override -non-strict --def subtitles=y artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_tit...
by rednoah
22 Oct 2012, 17:40
Forum: Help and Support
Topic: Rename Folders Too
Replies: 37
Views: 54390

Re: Rename Folders Too

Awesome! Then scripting is not a problem for you! And by scripting I mean just starting up a cmd and calling the built-in stuff or any of my scripts. ;)
http://filebot.sourceforge.net/forums/v ... f=4&t=5#p5
by rednoah
22 Oct 2012, 17:27
Forum: Help and Support
Topic: Rename Folders Too
Replies: 37
Views: 54390

Re: Rename Folders Too

Good news! x64 msi is sorted then. 1. Yes, it's Groovy code, but with lots of extras so you can hook into FileBot functions. And FileBot can run Groovy scripts => filebot -script <script> <options> ... Is that what you mean? 2. This has nothing to do with the contents of the .jar (again this is like...
by rednoah
22 Oct 2012, 17:03
Forum: Help and Support
Topic: error filebot -script fn:utorrent-postprocess
Replies: 7
Views: 5405

Re: error filebot -script fn:utorrent-postprocess

What torrent client are you using? You're client would provide all the input paths whenever a torrent is completed. That other thread shows you how it works for µTorrent. Should be pretty similar with other clients, except that you pass in paths a bit different maybe, different variables, but the id...
by rednoah
22 Oct 2012, 16:18
Forum: Help and Support
Topic: error filebot -script fn:utorrent-postprocess
Replies: 7
Views: 5405

Re: error filebot -script fn:utorrent-postprocess

utorrent-postprocess wrote:Standalone Usage
You can use the script directly from the cmdline like this, by just adding files as arguments instead of the utorrent parameters.

Code: Select all

filebot -script fn:utorrent-postprocess "/path/to/input/" --output "X:/path/to/output" --action copy --conflict skip -non-strict
by rednoah
22 Oct 2012, 13:11
Forum: Scripting and Automation
Topic: [@Deprecated] How about sharing your CLI scripts?
Replies: 4
Views: 7788

Rename All Media Folder by Folder

@Deprecated Normal users should use filebot -rename -r calls (for simple tasks) or amc script calls (for complex tasks) instead of the renall script . The renall script only serves as an example for script developers. Description: This simple rename script will run through all folders and rename pr...
by rednoah
22 Oct 2012, 12:38
Forum: Help and Support
Topic: Rename Folders Too
Replies: 37
Views: 54390

fn:renall

Updated fn:renall with an extra option to make it target movie folders for renaming rather than single files: filebot -script fn:renall "path/to/movies" --db TheMovieDB -non-strict --def target=folder I recommend first running it in test mode to see if everything is detected alright: fileb...
by rednoah
22 Oct 2012, 11:45
Forum: Help and Support
Topic: Rename Folders Too
Replies: 37
Views: 54390

Re: Rename Folders Too

Well, I could have a thousand options for you to configure, but that would be a lot of work, and then nobody would understand it anyway. My design is all about efficiency, automate everything that can be automated, figure everything out auto-magically. I'm uploading r1251 here: http://sourceforge.ne...
by rednoah
22 Oct 2012, 06:31
Forum: Help and Support
Topic: Rename Folders Too
Replies: 37
Views: 54390

Re: Rename Folders Too

Nope, that script would be one way to rename movie folders if you where to use the cmdline and Groovy scripting without any modification to the jar. What you're doing is you're making FileBot recognize any folder as disk folder. That'll only affect what happens when you drag-n-drop folders into the ...