View Full Version : Problem with Merge module on TIVOweb
JustinBaron
01-29-2006, 05:21 AM
Hi
I am trying to get thismodule to work but am getting the following error:
INTERNAL SERVER ERROR
--cut here--
action_merge '' ''
can't read "::tyshow_links": no such variable
while executing
"if { $::tyshow_links } {
set merge_th "$merge_th [th ""]"
}"
(procedure "::action_merge" line 62)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
Can anyone help or tell me a better way to dump multiple shows to VCR?
All my other recent hacks seem to have worked fine!
Thanks!
Justin
PhilG
01-29-2006, 10:42 AM
Where did you get your merge module? I am looking for something that does this as well.....
Thanks
sanderton
01-29-2006, 12:26 PM
Sounds like you are trying to run a module for TiVoweb Plus on TiVoweb, or possibly vice versa.
JustinBaron
01-29-2006, 12:44 PM
Here...
http://www.alt.org/wiki/index.php/TiVoWeb%20Modules
There is also a something called BatchSave - do search in this group
Justin
PhilG
01-30-2006, 02:51 AM
Maybe it's me, but that link doesn't work. Also, a search on "batchsave" only finds this post!
Cainam
01-30-2006, 10:31 AM
See my comments in this (http://www.tivocommunity.com/tivo-vb/showthread.php?p=3715453&&#post3715453) thread :)
randap
01-31-2006, 06:19 AM
I have seen the same error, and after reading all the threads, I can't find a solution......
Cainam
01-31-2006, 06:51 AM
I never got the TivoWeb one working either, as I think it requires TivoWebPlus.
The stand alone one works fine though
goony
03-15-2007, 04:22 AM
I got this to work on my TivoWebPlus V1.3.1 install - I used a "traditional hack" method of just removing the offending code! No, you can't always be this lucky, but I didn't really care anything about tyshow links, so I figured I could just disable that part and viola! - it works!!
In the V0.4 merge.itcl module itself, I commented out these lines (note: I did a cat -n merge.itcl to create the line numbers as an aid to finding the lines - they are not in the code!):
Before:
92 if { $::tyshow_links } {
93 set merge_th "$merge_th [th ""]"
94 }
After:
92 # if { $::tyshow_links } {
93 # set merge_th "$merge_th [th ""]"
94 # }
andBefore:
266 if { $::tyshow_links && $type != "" } {
267 set merge_td "$merge_td [td [html_link "/asx/$fsid.asx" "View"]]"
268 }
After:
266 # if { $::tyshow_links && $type != "" } {
267 # set merge_td "$merge_td [td [html_link "/asx/$fsid.asx" "View"]]"
268 # }
mikerr
03-15-2007, 05:53 AM
There is also one to send keypresses to the tivo to play each show:
I recently updated it to work witk UK tivos:
http://www.tivocommunity.com/tivo-vb/showthread.php?p=4937879#post4937879
vBulletin® v3.6.8, Copyright ©2000-2013, Jelsoft Enterprises Ltd.