Search found 81 matches

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

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

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

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

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

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

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...