Search found 83 matches

by bonelifer
25 Mar 2013, 21:45
Forum: Episode / Movie Naming Scheme
Topic: XBMC naming schemes
Replies: 8
Views: 33080

Re: XBMC naming schemes

Wish I had a current better example, as the S00E01 and S00E02 are also listed in the regular seasons for some reason. But S00E03 is definitely a special all by itself. From this: Waiting For God--Stephanie Cole Funny Women.mkv I get(with my code): Y:/Videos/TV/Waiting For God/Season 00/Waiting For G...
by bonelifer
25 Mar 2013, 15:01
Forum: Episode / Movie Naming Scheme
Topic: XBMC naming schemes
Replies: 8
Views: 33080

Re: XBMC naming schemes

zorofroozo could I get some assistance from you? I'd like to add in specials support in my line below but in the format I use for my files. I'm using XBMC Frodo. Example of a British show I have "Waiting for God": http://thetvdb.com/?tab=series&id=77998&lid=7 Y:/Videos/TV/Waiting f...
by bonelifer
25 Mar 2013, 12:30
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10722

Re: Need help figuring out how to deal with certain tv show

1. I knew it wasn't Filebot, I was just asking if it was possible for a different format or work around for shows containing an asterisk(*). 2. Thanks. 3. I'll have to stick with the script as it works, and I use Ember Media Manager. Don't want to run it in wine. I've tried Mediaelch(only cross-plat...
by bonelifer
25 Mar 2013, 00:47
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10722

Re: Need help figuring out how to deal with certain tv show

1. I'm running Filebot on Windows 7. The files are on another computer(Mythbuntu machine) on a SMB share that is mapped to a drive letter on windows. Since Windows(SMB) doesn't consider * to be a legal char the filename is shown as "MOHFOW~2.mkv". Which obviously not going to mean anything...
by bonelifer
24 Mar 2013, 23:21
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10722

Re: Need help figuring out how to deal with certain tv show

Ok, one more scenario: The tv show, M*A*S*H. These video files are on mapped SMB folders. The "*" character isn't a valid character as far as Windows(SMB) is concerned, so "M*A*S*H--Farewell and Amen.mkv" is shown as "MOHFOW~2.mkv" in Windows. After much searching onlin...
by bonelifer
24 Mar 2013, 16:16
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10722

Re: Need help figuring out how to deal with certain tv show

Thanks. Obviously I was over thinking it. I had looked at Filebot before, but thought it was a little to complicated and the forum may not have been very active at the time. I just gave it a second chance because tvnamer started acting up(ie would rename the file, but not move it, had to then rerun ...
by bonelifer
24 Mar 2013, 04:23
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10722

Re: Need help figuring out how to deal with certain tv show

From that I got this code, it doesn't show any errors, but it isn't using the replacement either: Y:/Videos/TV/{def a; new File('Y:/incoming/scripts/names.csv').splitEachLine(';'){ if (n == it[0]) a = it[1]}; a ?: n.upperInitial().replaceTrailingBrackets()}/{"Season"} {s.pad(2)}/{n} - [{s....
by bonelifer
23 Mar 2013, 22:13
Forum: Help and Support
Topic: Need help figuring out how to deal with certain tv show name
Replies: 17
Views: 10722

Need help figuring out how to deal with certain tv show name

I've got the naming/pathway the way I it. But I'm not sure how to deal with say tv show names that are two parts, like NCIS: LA, CSI: NY, etc. I'm getting my recordings from a mythtv + mythnuv2mkv.sh script. It's naming the file: CSI_Miami--Cyberlebrity.mkv Great so far, but then when Filebot rename...