Search found 22986 matches

by rednoah
28 Jun 2013, 01:52
Forum: Help and Support
Topic: Download Artwork for Movie Collection
Replies: 5
Views: 5314

Re: Download Artwork for Movie Collection

Nope, collections not support now.

What would be naming scheme for that? XY Collection/XY 1/XY 1.avi? Does every collection folder end with "Collection"?
by rednoah
28 Jun 2013, 01:48
Forum: Scripting and Automation
Topic: No signature of method java.lang.String.getMediaFolders()
Replies: 2
Views: 3268

Re: No signature of method java.lang.String.getMediaFolders(

Try:

Code: Select all

def f = 'C:/Users/Username/Downloads/TV Shows' as File
f.eachMediaFolder { println it }
by rednoah
27 Jun 2013, 11:14
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4908

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

I guess that fix was overdue, didn't know it was broken.

PS: 2-digit donations are VERY much appreciated. Consider yourself as one of very few. ;)
by rednoah
27 Jun 2013, 09:58
Forum: Help and Support
Topic: MultiCD movies not recognized
Replies: 8
Views: 6539

Re: MultiCD movies not recognized

1. Re: {pi} binding FileBot recognizes multi-part movies by matching multiple files to the same movie. Hence if you want to rename multi-part movies you need to pass all files into the same input set. The assumption here is only that parts are in alphabetical order. 2. Re: DIY via fn.match() If your...
by rednoah
27 Jun 2013, 04:27
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4908

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

Update my internal tvdb index with those aliases to make it work for Franklin and Bash and King and Maxwell . Just clear the cache and try again. On files that have been mismatched before you might wanna run the xattr-delete script beforehand. Here's what I get now: Input: D:\testdata\AMC-TEST\Frank...
by rednoah
27 Jun 2013, 04:18
Forum: Scripting and Automation
Topic: Any script for handling documentaries & sports?
Replies: 3
Views: 3466

Re: Any script for handling documentaries & sports?

Well in that case I can add these labels to the ignore list so amc at least doesn't mess things up with those. Other than that you'll need custom scripting (or pay me to do it for you :P).
by rednoah
27 Jun 2013, 03:48
Forum: Scripting and Automation
Topic: scripting help needed
Replies: 5
Views: 3848

Re: scripting help needed

Back to the original post. I said read up on how to pass in your own series/movie formats . You can find the all the docs you need here: http://www.filebot.net/forums/viewtopic.php?f=4&t=215 <-- READ THIS !!! You just need to read it. The section you're looking for is called Change how files wil...
by rednoah
27 Jun 2013, 03:41
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4908

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

King & Maxwell should work. But since you've already renamed the file once with filebot (I assume) it has set some xattr metadata and it's using that for matching. Use this to clear metadata: filebot -script fn:xattr --action clear /path/to/files And when testing you can use --action test , tha...
by rednoah
27 Jun 2013, 03:11
Forum: Scripting and Automation
Topic: scripting help needed
Replies: 5
Views: 3848

Re: scripting help needed

Erm... Yes. What windows? This is a cmdline script.

Did you watch the video tutorial? It's right next to where it says Standalone Usage that I asked you to check.
http://www.youtube.com/watch?v=brGyo2uQzSs
by rednoah
27 Jun 2013, 03:07
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4908

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

Works for me. Try using the latest FileBot version. The whole and/& stuff should have been solved months ago when I build in my own search engine. Here's what I get from the AMC script: Input: D:\testdata\AMC-TEST\Franklin & Bash S01E01.mp4 Input: D:\testdata\AMC-TEST\King & Maxwell S01E...
by rednoah
27 Jun 2013, 02:55
Forum: Scripting and Automation
Topic: scripting help needed
Replies: 5
Views: 3848

Re: scripting help needed

So what is your question? What is it that you can't do with the AMC script already? http://www.filebot.net/forums/viewtopic.php?f=4&t=215 There's plenty of docs on how to do the commandline call. I'm guessing you wanna look at the standalone usage and how to pass in your own series/movie formats.
by rednoah
26 Jun 2013, 16:17
Forum: Scripting and Automation
Topic: Any script for handling documentaries & sports?
Replies: 3
Views: 3466

Re: Any script for handling documentaries & sports?

You can send me some example filenames. If it's something like a TV show or daily show maybe you can add the missing data to TheTVDB. Or find a different docu/sports tv database with public API.
by rednoah
26 Jun 2013, 16:11
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 537977

Re: Automated Media Center

You've set --action copy so it's gonna copy... [COPY] => COPY (copy as in copy, no delete) [MOVE] => MOVE (as in rename) How exactly that operation is performed is platform dependent. You probably wanna look into using --action hardlink and/or running filebot on that smb server. Understanding hardli...
by rednoah
26 Jun 2013, 02:16
Forum: Feature Requests and Bug Reports
Topic: Is TheTVdb down? TVrage works
Replies: 2
Views: 2670

Re: Is TheTVdb down? TVrage works

I've tried some tests and works perfectly fine from here. Try running from console and see if there's any exceptions, if it doesn't work there must be a reason why the network requests fail.
by rednoah
25 Jun 2013, 15:58
Forum: Feature Requests and Bug Reports
Topic: 3.61 Hangs during install win 8-64bit
Replies: 4
Views: 3741

Re: 3.61 Hangs during install win 8-64bit

Added some timeouts, now it should never hang more than 3min no matter what's going wierd.

Other than that you can always grab the .msi bundle for you platform manually from the sourceforge downloads, or even better, use chocolatey:
http://chocolatey.org/packages/filebot/
by rednoah
25 Jun 2013, 02:43
Forum: Help and Support
Topic: Having troubles with format scripting.
Replies: 15
Views: 6619

Re: Having troubles with format scripting.

With r1649 I added some convenience functions for these kinda use-cases:

Code: Select all

{csv('D:/pg.csv').get(n) ?: info.certification ?: 'No Rating'}
Didn't make it into the v3.61 release though.
by rednoah
25 Jun 2013, 01:51
Forum: Feature Requests and Bug Reports
Topic: 3.61 Hangs during install win 8-64bit
Replies: 4
Views: 3741

Re: 3.61 Hangs during install win 8-64bit

At what point is it hanging? At "Initializing..." or later on?
by rednoah
25 Jun 2013, 01:49
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18800

Re: issue with special caracters

Still not working? I the latest release I do normalize with NFD, that should be the right one but it still didn't work I guess. Other than that I have no clue. I guess updating to the latest libmediainfo also doesn't help? Not much I can do on my said at this point.
by rednoah
25 Jun 2013, 01:38
Forum: Help and Support
Topic: Having troubles with format scripting.
Replies: 15
Views: 6619

Re: Having troubles with format scripting.

So you really just wanna hardcode the PG rating for certain shows? That logic is pretty much the same as forcing a series name. {def a; new File('D:/pg.csv').splitEachLine(';'){ if (n == it[0]) a = it[1]}; a ?: info.certification ?: "No Known Rating"} Where pg.csv would look like this: Fir...
by rednoah
24 Jun 2013, 17:20
Forum: Help and Support
Topic: Clear "Rename History"
Replies: 12
Views: 14025

Re: Clear "Rename History"

Just delete history.xml in application.dir . On Linux that should be in ~/.filebot . You can delete the whole ~/.filebot if you want. Here's a filebot script that'll delete the history file: filebot -script "g:net.sourceforge.filebot.HistorySpooler.instance.persistentHistoryFile.delete()"
by rednoah
24 Jun 2013, 17:06
Forum: Help and Support
Topic: Having troubles with format scripting.
Replies: 15
Views: 6619

Re: Having troubles with format scripting.

I just showed you my test cases. You can work with specific values and see what happens. Just test things step by step like this. This works with the default sample data: {n} {certification} => {def pg = info.certification; (n =~ 'Firefly' ? pg.match('TV-14':'TV-G', 'TV-PG':'TV-G', null:'No Rating')...
by rednoah
24 Jun 2013, 16:39
Forum: Help and Support
Topic: Having troubles with format scripting.
Replies: 15
Views: 6619

Re: Having troubles with format scripting.

This is the test for empty string like in your code: {''.match('TV-14':'TV-G', 'TV-PG':'TV-G', '':'No Rating')} This is the test for null value: {null.match('TV-14':'TV-G', 'TV-PG':'TV-G', null:'No Rating')} I think certification will be null and not empty string if undefined, so use null-check inst...
by rednoah
24 Jun 2013, 16:25
Forum: Help and Support
Topic: Having troubles with format scripting.
Replies: 15
Views: 6619

Re: Having troubles with format scripting.

With that much custom logic it's gonna get messy either way. I'd use =~ regex so you can easily add more shows via a|b|c|d regex syntax. And then with my custom match function you can have multiple mappings. It's kinda like switch/case but you pass in the mappings like below: {def pg = info.certific...
by rednoah
24 Jun 2013, 13:13
Forum: Announcements and Releases
Topic: FileBot 3.6
Replies: 2
Views: 63633

FileBot 3.61 is out!

FileBot 3.61 is out! Get it here! This update brings lots of little tweaks for movie and episode detection and fixes various issues that have come up since the last release. Changes: * Many little tweaks for movie/series/episode matching and detection * Improved filename validation as trailing spac...
by rednoah
24 Jun 2013, 12:52
Forum: Episode / Movie Naming Scheme
Topic: Renaming and removing (:)
Replies: 4
Views: 7137

Re: Renaming and removing (:)

There you go:

Code: Select all

{t.tr(':','.')}