Search found 85 matches

by DavidRTurner
19 Jan 2015, 02:10
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

1. I'd do something like: {fn.after(n).after(t).match(/whatever/)} I've been playing with it today; it's closer, but I also add special formatting to some shows, that a different rule needs to cover (I forgot to mention it). I've almost got it done... 2. FileBot doesn't drop anything, but I'm prett...
by DavidRTurner
18 Jan 2015, 18:16
Forum: Help and Support
Topic: Need Help Organizing Movies and TV shows.
Replies: 9
Views: 5500

Re: Need Help Organizing Movies and TV shows.

I agree. I use TVDB on XBMC for shows and an IMDB scraper for movies. TMDb doesn't even have matches for some of my movies. What do I do when there is no match? Just ignore them and organize them manually after FileBot moves everything else? I've only toyed with my movie renaming - I had them manua...
by DavidRTurner
18 Jan 2015, 04:53
Forum: Help and Support
Topic: Need Help Organizing Movies and TV shows.
Replies: 9
Views: 5500

Re: Need Help Organizing Movies and TV shows.

I'm not sure where the issue lies with pulling incorrect shows from the dbase - either FB is not 'accurate' enough, or the dbase APIs are not 'smart' enough. So when a show contains the word 'Love', for example, I always get about 25 results - even when the input file has the exact, correct matching...
by DavidRTurner
18 Jan 2015, 02:43
Forum: Help and Support
Topic: Need Help Organizing Movies and TV shows.
Replies: 9
Views: 5500

Re: Need Help Organizing Movies and TV shows.

All of that actually looks quite foreign to me. Maybe I'm overthinking it. Or maybe I'm too used to being coddled by super simple GUIs. My mouth would water if I could just highlight a checkbox that says "organize files into genres." Howdy... the power of Filebot is that it is designed to...
by DavidRTurner
17 Jan 2015, 21:49
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

YES! The .indexOf combined with the map, is, I guess, what I needed... and I'm guessing it's building a temporary list from the map (.toList) to do the checking. I can use that in other ways, too!!! 'Position' is the word I'd neglected to use - I kept referring to 'priority' or 'preference'... when ...
by DavidRTurner
17 Jan 2015, 19:43
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

OK; I think I see how this works now. But, it's not QUITE doing what I need. If this can be used for my purpose, I'm still unable to see it (so I apologize) :? I'll re-phrase my issue again... Here's a sample show: 7.39, The S01E01 - Episode 1 [Drama, Mini-Series, Romance] Here's a sample of this co...
by DavidRTurner
16 Jan 2015, 20:55
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

It appears to me that this will -sort the genres after re-mapping them to my liking (1), -test if there are no genres at all (4), -and mark the show with non-matched genres as No Match (3), but I can't see it helping me select a genre based on a rule I set up (2). I think what this is doing is 1)sor...
by DavidRTurner
16 Jan 2015, 01:02
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

Not sure if this will help... it's a much cleaner way to map the replacement genres, but that's only part of the process I need to figure out. I'd like to: 1) Map the existing genres for a show to my own ones - this can do that. But an if/then/else loop is needed here: 2) Check (all the genres for a...
by DavidRTurner
15 Jan 2015, 02:44
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

Well, I have to ask for a bit more help. I've searched high & low for weeks, to no avail. I just cannot find a way to get this to work. I use this code: Z:\Premiers\SORTED\{if(genres.contains ('Lifestyle')) {'Life'} else if (genres.contains ('Comedy')) {'Comedy'} else if (genres.contains ('Docum...
by DavidRTurner
04 Jan 2015, 19:04
Forum: Feature Requests and Bug Reports
Topic: [INCORRECT MATCH] Marry Me 2014
Replies: 11
Views: 5934

Re: [INCORRECT MATCH] Marry Me 2014

Hey sorry, found a another show messing up. Newsreaders. For instance, S02E07 will rename to s01e07. Doesnt seem to pull the 2nd season from thetvdb. It looks to me like the 2x07 episode data for 12/11 wasn't in the dbase at the time you posted this on the same day. Therefore, FB assumes x07, and f...
by DavidRTurner
03 Jan 2015, 16:23
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79420

Re: Wishlist for New Features and Scripts

Feature Request: give GUI Select 'Shows matching ______' wider range Presently, the 'Select' popup displays the term/word it has found for a given title, returning the shows it could match with that term. When running just a few shows at a time, it's easy to remember what you're running, and figure...
by DavidRTurner
27 Dec 2014, 23:44
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

1. Do share that 4k format expression sometime. I'd highly discourage anyone from doing anything crazy like that at home though. :D Once cleaned up again, I will (note: if I go to the trouble of slimming it down in more efficient terms, it would be quite a bit smaller) . I want to make DevXen &...
by DavidRTurner
27 Dec 2014, 21:55
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

1. I'm not enforcing a limit, but the toolkit might, and limiting a single line text field to ~10.000 chars seems perfectly reasonable choice to me. :D I'd make myself a script that strips away the comments. Yes, I retain a copy without comments & keep new code reconciled in both, so I can use ...
by DavidRTurner
26 Dec 2014, 22:36
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

Your format makes my eyes bleed. Well, I DID say it was 'kludgy'... I admitted it may not be efficient, but I'm still working to understand the code first, and make it work, then make it simpler. Performance is not my concern while I'm still trying to make things work; functionality is. *SIDEBAR: i...
by DavidRTurner
26 Dec 2014, 00:07
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

Thank you!! I was finally able to get something working, as I decided not to set specific strings for the genre check. If TVRage just changed a bunch of genres, they might change a bunch more; so a general function is preferable so that any major re-sort doesn't have to be manually checked. While th...
by DavidRTurner
24 Dec 2014, 19:30
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

1. The conclusive answer to having / in the filename is that you can't have / in the filename. I know this ;) ; but whoever maintains TVRage's dbase apparently doesn't know this, or has never used its API. 2. {'Military/War'.replace('/', '-')} I know this, too... ;) What I am searching for is a gen...
by DavidRTurner
24 Dec 2014, 17:28
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Re: Request a little help from a GUI format guru!

I've been working on this since I posted... I couldn't get your am/pm code to work fully, but it seems to be working with this code: .replaceAll(/[a|A]\.M\./, "AM").replaceAll(/[p|P]\.M\./, "PM") The McX... now works, thank you! The (AU) seems OK, but I know I have redundant, per...
by DavidRTurner
15 Dec 2014, 05:33
Forum: Help and Support
Topic: Request a little help from a GUI format guru!
Replies: 29
Views: 11617

Request a little help from a GUI format guru!

Big thanks to rednoah for creating this tool; and to (specifically) Ithiel & DevXen, whose 'ultimate' formatting posts have led so many forward. I'm not yet ready to run scripts on my files; too many exceptions to any given set of rules, to let it automatically run. So I'm quite happy using the ...
by DavidRTurner
10 Dec 2014, 03:55
Forum: Help and Support
Topic: Need direction on script for custom filename parsing
Replies: 14
Views: 6211

Re: Need direction on script for custom filename parsing

Sometimes the short works better than the long... that makes sense now, thank you!
And keep up the good work!!
by DavidRTurner
09 Dec 2014, 23:57
Forum: Help and Support
Topic: Need direction on script for custom filename parsing
Replies: 14
Views: 6211

Re: Need direction on script for custom filename parsing

I'm implementing a few changes with extended metadata lookup from into the format for all {info} related bindings. It will be more sane, but it'll stop working for case that used to sorta work. Basically i'm taking cross-database lookup out. I'm not sure what you mean by this... but I'm clearly not...
by DavidRTurner
09 Dec 2014, 04:08
Forum: Help and Support
Topic: Need direction on script for custom filename parsing
Replies: 14
Views: 6211

Re: Need direction on script for custom filename parsing

I've finally given up on finding a solution myself... the genres for some data simply don't "exist" and I don't know why. I'm hopeful that 1) there IS a solution, and 2) someone can explain it. Here's my format: Z:\Premiers\SORTED\{if(genres.contains ('Comedy')) {'Comedy'} else if (genres....
by DavidRTurner
09 Dec 2014, 02:46
Forum: Help and Support
Topic: Need direction on script for custom filename parsing
Replies: 14
Views: 6211

Re: Need direction on script for custom filename parsing

I've finally given up on finding a solution myself... the genres for some data simply don't "exist" and I don't know why. I'm hopeful that 1) there IS a solution, and 2) someone can explain it. Here's my (documented) format: { // Section 1 1) Set location for sorted files to go (Z:\Premier...
by DavidRTurner
02 Dec 2014, 03:55
Forum: Help and Support
Topic: Need direction on script for custom filename parsing
Replies: 14
Views: 6211

Re: Need direction on script for custom filename parsing

I've read, and tried to comprehend, but I'm only getting some of it. However, now I believe I understand the way bindings work, and the genres issue seems resolved, thank you. Sometimes what one needs is just a pointer to something that one may have skimmed over without realizing was actually the an...
by DavidRTurner
01 Dec 2014, 01:22
Forum: Help and Support
Topic: Need direction on script for custom filename parsing
Replies: 14
Views: 6211

Re: Need direction on script for custom filename parsing

Red - I can't get that to work; the genres[0] will fail about half the time. It's as if half of the 'missing' genres have blanks, where it works to return the NO GENRE string; but the other half of the 'missing' genres have empty spaces, which return a blank. I've worked around it for now, though. S...
by DavidRTurner
29 Nov 2014, 03:18
Forum: Feature Requests and Bug Reports
Topic: Cancel button for the Matching pop up window
Replies: 7
Views: 4042

Re: Cancel button for the Matching pop up window

Enable "Repeat" and then click "Select" or "Ignore". The "Repeat" is at the bottom right , albeit a bit small in your case. :D Though you could just not click the wrong database. :lol: :mrgreen: Is there a setting to bring this REPEAT button up? I've never se...