atreyu
04-18-2003, 02:23 PM
I've searched this board and TC extensively, and can't seem to find any (complete) info on this.
I have a DSR6k w/3.1 -- no eXtreme, etc, and have recently set up TivoTitle to run on the half hour.
What I want to do is add a step to TivoTitle.tcl which will check for the presence of a "Manual: " tag and remove it if present (on 3.x, looks like I'd be searching for ProgramGuideBehavior=3 & set it to 1).
What I have are snippets that I believe (hope?) should add up to a solution, but I don't know tcl and am a pretty poor bash scripter to boot, so I don't know how to combine them to craft a function for TivoTitle.
First snippet: Written for Tivoweb, this (http://www.tivocommunity.com/tivo-vb/attachment.php?s=&s=&postid=682735) bash script is supposed to take a "full" FSID (e.g. 269119/10) and remove the "Manual: " tag from it. However, TivoTitle and EditTitle only give out FSID's like "269119" -- I don't know what the "/10" in the long version means, or how to retrieve it, so I haven't been able to check whether this works. I don't have Tivoweb installed.
Second snippet: universaledittitle.tcl (http://www.dealdatabase.com/forum/attachment.php?s=&postid=76208) -- lines 182-187 and 264-268 are intended to retrieve and remove the "Manual: " tag. Unfortunately, this is the one EditTitle function that doesn't seem to work on my box... I get script breakage. I can edit later to add the output.
Anybody out there who has this working and/or can help?
Thanks,
Atreyu
I have a DSR6k w/3.1 -- no eXtreme, etc, and have recently set up TivoTitle to run on the half hour.
What I want to do is add a step to TivoTitle.tcl which will check for the presence of a "Manual: " tag and remove it if present (on 3.x, looks like I'd be searching for ProgramGuideBehavior=3 & set it to 1).
What I have are snippets that I believe (hope?) should add up to a solution, but I don't know tcl and am a pretty poor bash scripter to boot, so I don't know how to combine them to craft a function for TivoTitle.
First snippet: Written for Tivoweb, this (http://www.tivocommunity.com/tivo-vb/attachment.php?s=&s=&postid=682735) bash script is supposed to take a "full" FSID (e.g. 269119/10) and remove the "Manual: " tag from it. However, TivoTitle and EditTitle only give out FSID's like "269119" -- I don't know what the "/10" in the long version means, or how to retrieve it, so I haven't been able to check whether this works. I don't have Tivoweb installed.
Second snippet: universaledittitle.tcl (http://www.dealdatabase.com/forum/attachment.php?s=&postid=76208) -- lines 182-187 and 264-268 are intended to retrieve and remove the "Manual: " tag. Unfortunately, this is the one EditTitle function that doesn't seem to work on my box... I get script breakage. I can edit later to add the output.
Anybody out there who has this working and/or can help?
Thanks,
Atreyu