View Full Version : DailyMail: a daily e-mailed status report from your TiVo
Pages :
1
2
3
4
5
6
7
8
[
9]
10
11
gerti
08-19-2005, 04:01 PM
dailymail_jazz 0.38.8.p1 took care of the timezone problem for me. I set the manualtzoffset back to blank and run dailymail_jazz, all times are correct. Thanks Chris!!!
Now I guess my only nitpick would be the 1000px wide output, which is a bit wide for my mail window.
Gerd
tivo-onion
08-19-2005, 04:13 PM
dailymail_jazz 0.38.8.p1 took care of the timezone problem for me. I set the manualtzoffset back to blank and run dailymail_jazz, all times are correct. Thanks Chris!!!
Now I guess my only nitpick would be the 1000px wide output, which is a bit wide for my mail window.
Gerd
That width is updateable in the config file - (3.1.15) Width Of Program Bar?
cheers
Chris
gerti
08-19-2005, 04:25 PM
That width is updateable in the config file - (3.1.15) Width Of Program Bar?
(Note: The current cfg file uses 3.1.15 twice (Width Of Program Bar/What defines used space))
I must not be getting this. The width of the program bar in percent. It is set to 100, which I figured would use 100% of the width of the window, in standard html manner. Yet the output contains things like:
table width="1000" (second table in the output), as well as several 'width: 750px;' and a 'width: 850px;' in the styles. No '100%' anywhere in the html output...
Gerd
tivo-onion
08-19-2005, 04:38 PM
(Note: The current cfg file uses 3.1.15 twice (Width Of Program Bar/What defines used space))
I must not be getting this. The width of the program bar in percent. It is set to 100, which I figured would use 100% of the width of the window, in standard html manner. Yet the output contains things like:
table width="1000" (second table in the output), as well as several 'width: 750px;' and a 'width: 850px;' in the styles. No '100%' anywhere in the html output...
Gerd
The HTML output of the email is generated by the module, as is the stylesheet!
The email uses a maximum width as standard - i.e. 100%. This is a fixed width (usually about 1000px) and one that is deemed the best width to display the email information appropriately. However, you may reduce the width from the standard (i.e. 100%) to a smaller amount (prehaps 75%) if you are using a lower resolution screen or unforgiving email client. This will reduce the overall width of the email and the HTML tables within. Various email clients don't seem to react well to using a 100% width definition in the actual HTML, so a fixed width was used intead for stability.
So, if you find the "3.1.15 - Width Of Program Bar" variable and reduce its value to 75 from 100, you should see difference in the width of the generated email,
I will fix the duplication of variable id's in a later release.
hope this helps,
cheers
Chris
paulhlee
08-19-2005, 09:19 PM
I have an HDTivo running version 3.1.5f, normal hacks. Running the latest dailymail beta 38.8.p1. My problem is that in the section that is supposed to display what hacks are scheduled to run, I get the following error:
Error When Generating Status List - See Log - syntax error in _expression "newh + 24"
I searched but did not find anyone else having this problem with CRON - although there are many other CRON issues noted in the thread. I've attached the html file, the log file, the cfg file, and my cron file. Any help will be appreciated.
tivo-onion
08-20-2005, 04:04 AM
I have an HDTivo running version 3.1.5f, normal hacks. Running the latest dailymail beta 38.8.p1. My problem is that in the section that is supposed to display what hacks are scheduled to run, I get the following error:
Error When Generating Status List - See Log - syntax error in _expression "newh + 24"
I searched but did not find anyone else having this problem with CRON - although there are many other CRON issues noted in the thread. I've attached the html file, the log file, the cfg file, and my cron file. Any help will be appreciated.
Well done, you have found a previously undetected bug! I will sort this out in the next minor release in the next few days! Hopefully you can hold on until then!
cheers
Chris
Softail95
08-20-2005, 08:42 AM
Well done, you have found a previously undetected bug! I will sort this out in the next minor release in the next few days! Hopefully you can hold on until then!
cheers
Chris
This may be the same thing... I installed the new beta with the patch. I am US CDT, so my gmt offset should be -5. I have always run with setmanualoffset="". I used to get:
The following hack applications are scheduled to run on your TiVo:
* MovieSort (3:30AM daily)
* TrackerUpdate (4:AM every days)
* Rsync (4:15AM daily)
* Rsync (4:25AM daily)
* DailyMail (5:AM daily)
With the new beta I and setmanualoffset="" I get:
The following hack applications are scheduled to run on your TiVo:
* MovieSort (-2:30AM daily)
* TrackerUpdate (-1:0AM daily)
* Rsync (-1:15AM daily)
* Rsync (-1:25AM daily)
* DailyMail (0:0AM daily)
I have experimented with different values for setmanualoffset such as "-5", "-4", "-3", -2", etc, but I can't get it to produce the right times.....
Softail95
08-20-2005, 10:48 PM
This may be the same thing... I installed the new beta with the patch. I am US CDT, so my gmt offset should be -5. I have always run with setmanualoffset="". I used to get:
The following hack applications are scheduled to run on your TiVo:
* MovieSort (3:30AM daily)
* TrackerUpdate (4:AM every days)
* Rsync (4:15AM daily)
* Rsync (4:25AM daily)
* DailyMail (5:AM daily)
With the new beta I and setmanualoffset="" I get:
The following hack applications are scheduled to run on your TiVo:
* MovieSort (-2:30AM daily)
* TrackerUpdate (-1:0AM daily)
* Rsync (-1:15AM daily)
* Rsync (-1:25AM daily)
* DailyMail (0:0AM daily)
I have experimented with different values for setmanualoffset such as "-5", "-4", "-3", -2", etc, but I can't get it to produce the right times.....
More info: If I set the setmanualoffset to -5 it acts the same as if set it to "" so its actually computing the irght offset and the problem must be downstream of that....
tivo-onion
08-21-2005, 01:46 PM
More info: If I set the setmanualoffset to -5 it acts the same as if set it to "" so its actually computing the irght offset and the problem must be downstream of that....
Could you make your log available to me at level 3
cheers
Chris
Softail95
08-21-2005, 02:12 PM
Could you make your log available to me at level 3
cheers
Chris
Silly of me not to hae already done that...... Here it is:
tivo-onion
08-21-2005, 03:52 PM
More info: If I set the setmanualoffset to -5 it acts the same as if set it to "" so its actually computing the irght offset and the problem must be downstream of that....
I get the following error:
Error When Generating Status List - See Log - syntax error in _expression "newh + 24"
I searched but did not find anyone else having this problem with CRON - although there are many other CRON issues noted in the thread. I've attached the html file, the log file, the cfg file, and my cron file. Any help will be appreciated.
This patch should fix these issues. I have increased logging in pertinent areas, so if you still have problems with the cron releated times, then please send me your level 3 logging output for my further perusal.
Let me know how it goes!
cheers
Chris
tivo-onion
08-21-2005, 04:21 PM
It is kind of defeating me this one! I will have another crack at it tomorrow and over the weekend. I wll probably need you to run some more test modules though!
Softail95,
OK - had another think about this tivoweb related problem!
I have edited two modules:
(1) dailymail_jazz shell script - please replace the existing file in /var/hack/dailymail directory and perform a chmod 755 on it.
(2) managedailymail.itcl tivoweb module - please replace the existing file in the /var/hack/tivoweb-tcl/modules directory, perform a chmod 755 on it, and restart tivoweb to register the module.
Then go into tivoweb and try and send a dailymail from the interface.
Let me know what happens,
cheers
Chris
Softail95
08-21-2005, 08:03 PM
This patch should fix these issues. I have increased logging in pertinent areas, so if you still have problems with the cron releated times, then please send me your level 3 logging output for my further perusal.
Let me know how it goes!
cheers
Chris
Same results in the dailymail, but the log is larger. Here it is:
Softail95
08-21-2005, 08:04 PM
Softail95,
OK - had another think about this tivoweb related problem!
I have edited two modules:
(1) dailymail_jazz shell script - please replace the existing file in /var/hack/dailymail directory and perform a chmod 755 on it.
(2) managedailymail.itcl tivoweb module - please replace the existing file in the /var/hack/tivoweb-tcl/modules directory, perform a chmod 755 on it, and restart tivoweb to register the module.
Then go into tivoweb and try and send a dailymail from the interface.
Let me know what happens,
cheers
Chris
Same results:
INTERNAL SERVER ERROR
--cut here--
action_extramail '' ''
child process exited abnormally
while executing
"exec $preshell $command > $postcommand 2>&1"
(procedure "::action_extramail" line 19)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
Let me know if there is anything I can do to gather info....
paulhlee
08-22-2005, 12:28 AM
Originally Posted by Softail95
More info: If I set the setmanualoffset to -5 it acts the same as if set it to "" so its actually computing the irght offset and the problem must be downstream of that....
Quote:
Originally Posted by paulhlee
I get the following error:
Error When Generating Status List - See Log - syntax error in _expression "newh + 24"
I searched but did not find anyone else having this problem with CRON - although there are many other CRON issues noted in the thread. I've attached the html file, the log file, the cfg file, and my cron file. Any help will be appreciated.
This patch should fix these issues. I have increased logging in pertinent areas, so if you still have problems with the cron releated times, then please send me your level 3 logging output for my further perusal.
Let me know how it goes!
cheers
Chris
Now it's not even running the script. Some syntax error in the tcl is my guess, but as I looked through it nothing jumped out at me. I've attached the logfile.
vertigo235
08-22-2005, 12:50 AM
Is there a maximum limit I should use for TIVOSH_POOLSIZE?
I'm still getting reboots because mine isn't big enough...
I guess I could move my hours down from 120 though.
vertigo235
08-22-2005, 02:14 AM
Does embedding the images take up a bunch more memory?
tivo-onion
08-22-2005, 03:38 AM
Same results:
INTERNAL SERVER ERROR
--cut here--
action_extramail '' ''
child process exited abnormally
while executing
"exec $preshell $command > $postcommand 2>&1"
(procedure "::action_extramail" line 19)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
Let me know if there is anything I can do to gather info....
Softail95,
ho ho - now I know for an absolute fact that you are not running the new module here because the new module I provided last night does not even have that line of code in it. I have triple and quadruple checked the code, but the line of code:
exec $preshell $command > $postcommand 2>&1
has been removed and replaced with something that looks much different. Feel free to examine it yourself! I am 100% certain that there is a flaw in your FTP process or you are not running what you think you are running! You need to check this out,
cheers
Chris
Softail95
08-22-2005, 09:59 AM
Softail95,
ho ho - now I know for an absolute fact that you are not running the new module here because the new module I provided last night does not even have that line of code in it. I have triple and quadruple checked the code, but the line of code:
exec $preshell $command > $postcommand 2>&1
has been removed and replaced with something that looks much different. Feel free to examine it yourself! I am 100% certain that there is a flaw in your FTP process or you are not running what you think you are running! You need to check this out,
cheers
Chris
Chris,
It's working now. I'm so sorry to have caused you so much work. You are right, of course. I examined the tivoweb modules directory and found a senddailymail.itcl, which says it is designed to work with dailymail_jazz.tcl v.0.22 and a viewdailymail.itcl which says it is designed to work with dailymail_jazz.tcl v.0.24. I did not see these in the modules you shipped with 3.8, so I ftped them off and deleted them. I did a full reload and the tivoweb dailymail generation worked great after that.
Softail95
08-22-2005, 10:09 AM
Same results in the dailymail, but the log is larger. Here it is:
latest tz offset section from log. Should tzoffset be getting set to -18000?
3:56:35-System time part #1: >>Mon Aug 22 13:56:35 UTC 2005<<.
13:56:35-System time part #2: >>Mon Aug 22 13:56:35 2005<<.
13:56:35-System time part #3: >>1124718995<<.
13:56:35-System time part #4: >>1124718995<<.
13:56:35-System time part #5: >>0<<.
13:56:35-about to formally set tzoffset
13:56:35-STARTING GET_TZOFFSET MODULE
13:56:35-GET_TZOFFSET - Checkpoint #1
13:56:35-GET_TZOFFSET - mfstz = >>2<<
13:56:35-GET_TZOFFSET - dst = >>2<<
13:56:35-GET_TZOFFSET - value was not overrided!
13:56:35-GET_TZOFFSET - Checkpoint #2b
13:56:35-GET_TZOFFSET - tz = >>-6<<
13:56:35-GET_TZOFFSET - Checkpoint #3
13:56:35-GET_TZOFFSET - Checkpoint #4
13:56:35-GET_TZOFFSET - date = >>22 1 8 13 56<<
13:56:35-GET_TZOFFSET - dom = >>22<<
13:56:35-GET_TZOFFSET - dow = >>1<<
13:56:35-GET_TZOFFSET - month = >>8<<
13:56:35-GET_TZOFFSET - hour = >>13<<
13:56:35-GET_TZOFFSET - min = >>56<<
13:56:35-GET_TZOFFSET - Checkpoint #5b
13:56:35-GET_TZOFFSET - Checkpoint #5bi
13:56:35-GET_TZOFFSET - dlsval = >>1<<
13:56:35-GET_TZOFFSET - Checkpoint #6
13:56:35-GET_TZOFFSET - Checkpoint #9
13:56:35-GET_TZOFFSET - Checkpoint #10
13:56:35-tzoffset : >>-18000<<
13:56:35-COMPLETED GET_TZOFFSET MODULE
13:56:35-tzoffset value before finalization >>-18000<<
13:56:35-Identified time zone offset : >>-18000<<.
13:56:35-ESTABLISHING TIMEZONE OFFSET - COMPLETED
tivo-onion
08-22-2005, 10:15 AM
latest tz offset section from log. Should tzoffset be getting set to -18000?
-18000 seconds is GMT - 5 hrs. This obviously includes any saylight savings effects, which it looks like is an hour. This looks good I think!
cheers
Chris
tivo-onion
08-22-2005, 10:17 AM
Chris,
It's working now. I'm so sorry to have caused you so much work. You are right, of course. I examined the tivoweb modules directory and found a senddailymail.itcl, which says it is designed to work with dailymail_jazz.tcl v.0.22 and a viewdailymail.itcl which says it is designed to work with dailymail_jazz.tcl v.0.24. I did not see these in the modules you shipped with 3.8, so I ftped them off and deleted them. I did a full reload and the tivoweb dailymail generation worked great after that.
Fantastic!
tivo-onion
08-22-2005, 10:19 AM
Is there a maximum limit I should use for TIVOSH_POOLSIZE?
I'm still getting reboots because mine isn't big enough...
I guess I could move my hours down from 120 though.
I am working on some serious smartening up of the code to increase performance and reduce memory usage. I hope to have something out in the next few days that should blow these memory problems out of the water.
cheers
Chris
Softail95
08-22-2005, 11:13 AM
-18000 seconds is GMT - 5 hrs. This obviously includes any saylight savings effects, which it looks like is an hour. This looks good I think!
cheers
Chris
It also seems to be parsing crontab correctly:
13:57:01-line : >>30 8 * * * /var/hack/moviesort.tcl > /var/hack/log/moviesort 2>&1<<
13:57:01-permitted item found in line : >>moviesort.tcl<<
13:57:01-about to split cron line into parameter items
13:57:01-before tab and space manipulation: >>30 8 * * * /var/hack/moviesort.tcl > /var/hack/log/moviesort 2>&1<<
13:57:01-after tab and space manipulation: >>30 8 * * * /var/hack/moviesort.tcl > /var/hack/log/moviesort 2>&1<<
13:57:01-cron split successfully into individual items
13:57:01-this item is valid - not comment
13:57:01-minute parameter : >>30<<
13:57:01-hour parameter : >>8<<
13:57:01-day of month parameter : >>*<<
13:57:01-month parameter : >>*<<
13:57:01-day of week parameter : >>*<<
13:57:01-checkpoint 001
13:57:01-offsethours >>-5<<
13:57:01-offsetminutes >>0.0<<
13:57:01-timezone related hour adjustment : >>3<<
13:57:01-timezone related minute adjustment : >>30.0<<
13:57:01-hour parameter now : >>3<<
13:57:01-minute parameter now : >>30<< correct!!!
13:57:01-checkpoint 006
13:57:01-checkpoint 007
13:57:01-checkpoint 008a
How does it get to be MovieSort (-2:30AM daily)??? The -5 gets applied again somewhere?
tivo-onion
08-22-2005, 11:42 AM
It also seems to be parsing crontab correctly:
13:57:01-line : >>30 8 * * * /var/hack/moviesort.tcl > /var/hack/log/moviesort 2>&1<<
13:57:01-permitted item found in line : >>moviesort.tcl<<
13:57:01-about to split cron line into parameter items
13:57:01-before tab and space manipulation: >>30 8 * * * /var/hack/moviesort.tcl > /var/hack/log/moviesort 2>&1<<
13:57:01-after tab and space manipulation: >>30 8 * * * /var/hack/moviesort.tcl > /var/hack/log/moviesort 2>&1<<
13:57:01-cron split successfully into individual items
13:57:01-this item is valid - not comment
13:57:01-minute parameter : >>30<<
13:57:01-hour parameter : >>8<<
13:57:01-day of month parameter : >>*<<
13:57:01-month parameter : >>*<<
13:57:01-day of week parameter : >>*<<
13:57:01-checkpoint 001
13:57:01-offsethours >>-5<<
13:57:01-offsetminutes >>0.0<<
13:57:01-timezone related hour adjustment : >>3<<
13:57:01-timezone related minute adjustment : >>30.0<<
13:57:01-hour parameter now : >>3<<
13:57:01-minute parameter now : >>30<< correct!!!
13:57:01-checkpoint 006
13:57:01-checkpoint 007
13:57:01-checkpoint 008a
How does it get to be MovieSort (-2:30AM daily)??? The -5 gets applied again somewhere?
I have found the problem! Fixing it now! It was being added again in a less sophisticated manner for people who had yankspeak set to true!
cheers
Chris
tivo-onion
08-22-2005, 12:54 PM
All,
I think I have fixed the CRON and time offset problems now. I have also attempted to address the issue of performance and memory usage. The only module changed so far is the dailymail_jazz.tcl module - please install it in /var/hack/dailymail and chmod 755 it before using.
The module is v0.38.8 Patch 3, but should work with later v0.38.7 versions.
Please let me know if it does the job!
cheers
Chris
vertigo235
08-22-2005, 06:07 PM
I am working on some serious smartening up of the code to increase performance and reduce memory usage. I hope to have something out in the next few days that should blow these memory problems out of the water.
cheers
Chris
That would be awesome, I was having trouble getting it to work with the shell script last night. So I just set it for 92 hours, and crossed my fingers.
The Dailymail executed great from cron this morning and I received an email from both TiVo's, so it seems to work fine from cron, and that's all that really matters.
paulhlee
08-22-2005, 09:08 PM
All,
I think I have fixed the CRON and time offset problems now. I have also attempted to address the issue of performance and memory usage. The only module changed so far is the dailymail_jazz.tcl module - please install it in /var/hack/dailymail and chmod 755 it before using.
The module is v0.38.8 Patch 3, but should work with later v0.38.7 versions.
Please let me know if it does the job!
cheers
Chris
Excellent. This patch seems to have fixed my problem with reading the cron file. All looks good so far!
Softail95
08-23-2005, 12:52 AM
All,
I think I have fixed the CRON and time offset problems now. I have also attempted to address the issue of performance and memory usage. The only module changed so far is the dailymail_jazz.tcl module - please install it in /var/hack/dailymail and chmod 755 it before using.
The module is v0.38.8 Patch 3, but should work with later v0.38.7 versions.
Please let me know if it does the job!
cheers
Chris
Sweet. Everything is perfect.:
The following hack applications are scheduled to run on your TiVo:
* MovieSort (3:30AM daily)
* TrackerUpdate (4:00AM daily)
* Rsync (4:15AM daily)
* Rsync (4:25AM daily)
* DailyMail (5:00AM daily)
Looks better than ever.......
tivo-onion
08-23-2005, 03:18 AM
Fantastic news on the Patch 3 front. Please continue to keep me updated on any problems over the next few days. I have eliminated all "global" variables from the script, a big job, so I would be surprised if there are not one of twominor transposition bugs in there. In terms of "speed", on my TiVo the performance has increased by approximately 40%. I have also been more dudicious about clearing down variables and have done some tidying up of code. Please be patient if we have the odd bug or two.
On an alternate note, I would like 3 volunteers (existing users of v0.38.7 or above) who are interested in the "to do" list as part of the dailymail, who would be willing to do some testing over the next few days for me. If you are interested, please volunteer on this thread only (not PM) and I will then contact you via PM to send you files. Only 3 volunteers please, so first come first serve - although I would like at least one version 3 or above user in that group - please please tell me your version number!
Thanks for your assistance in this matter,
cheers
Chris
cashew1970
08-23-2005, 03:21 AM
You can count me in if you like ?? :-)
Fozzie
08-23-2005, 07:43 AM
Count me in - UK SA 2.5.5.
Softail95
08-23-2005, 08:46 AM
Fantastic news on the Patch 3 front. Please continue to keep me updated on any problems over the next few days. I have eliminated all "global" variables from the script, a big job, so I would be surprised if there are not one of twominor transposition bugs in there. In terms of "speed", on my TiVo the performance has increased by approximately 40%. I have also been more dudicious about clearing down variables and have done some tidying up of code. Please be patient if we have the odd bug or two.
On an alternate note, I would like 3 volunteers (existing users of v0.38.7 or above) who are interested in the "to do" list as part of the dailymail, who would be willing to do some testing over the next few days for me. If you are interested, please volunteer on this thread only (not PM) and I will then contact you via PM to send you files. Only 3 volunteers please, so first come first serve - although I would like at least one version 3 or above user in that group - please please tell me your version number!
Thanks for your assistance in this matter,
cheers
Chris
I'd like to try it out for you!
10:00:05-TiVo Model : >>0<<.
10:00:05-TiVo Manufacturer : >>Sony<<.
10:00:05-TiVo Type : >>StandAlone<<.
10:00:05-TiVo Software version : >>3.0-01-1-010<<.
10:00:05-TiVo : >>Series 1<<.
10:00:05- setuptz identified : >>2<<.
10:00:05- daylightsavings identified : >>2<<.
10:00:05-Cleaned Up TiVo Software version : >>3.0<<.
10:00:05-Just 1 tuner found - 'To Do' Endpad functionality set ON : >>1<<.
10:00:05-Is TiVo UKTiVo? : >>0<<.
10:00:05-Is TiVo Direct TiVo : >>0<<.
tivo-onion
08-23-2005, 09:00 AM
Excellent: Softail95, Fozzie & cashew1970 are my three volunteers then. I will PM you the code ASAP. You will have to replace the following files:
- dailymail_jazz
- dailymail_jazz.tcl
- dailymail.cfg
- managedailymail.itcl
- handlemultievents.itcl
as a minimum. You will need to reconfigure your config file based on the new one - sorry - but things, including overall numbering have changed.
Do all the usual, chmodding and restaring etc.
Please let me know how it goes, and I am interested both in bugs/errors and in any additional functionality you would like to see to make it the bee's knees!
cheers
Chris
vertigo235
08-23-2005, 09:31 AM
hmm for some reason my tofo list on my series 1 dtivo was cut short this morning with patch 3.
I'm running it again right now.
vertigo235
08-23-2005, 09:47 AM
Ok I still had the problem, so I guess maybe there is a problem with patch 3.
Here is a zip of my log and html file.
http://www.lnyc.org/dm.zip
vertigo235
08-23-2005, 09:54 AM
hmm
Error When Generating To Do List - See Log - can't read "organize_word": no such variable
?
tivo-onion
08-23-2005, 10:08 AM
hmm
Error When Generating To Do List - See Log - can't read "organize_word": no such variable
?
Typo - here is the fix in patch 4,
cheers
Chris
Softail95
08-23-2005, 10:10 AM
Excellent: Softail95, Fozzie & cashew1970 are my three volunteers then.
Please let me know how it goes, and I am interested both in bugs/errors and in any additional functionality you would like to see to make it the bee's knees!
cheers
Chris
Looks good. New "now showing" section looks very good. Everything else seems to working as well as in patch 3.8.3... Is there anything specific that you want me to test, or any doc you want me to send you?
One other thing that has been nagging me... When I click on any thumbs to update them, I get a 404 screen from TW+. I may be missing a module. This problem happened in patch 3.8.3, too...
cashew1970
08-23-2005, 10:10 AM
Just Installing.... will this be for me too???
tivo-onion
08-23-2005, 10:18 AM
Just Installing.... will this be for me too???
Patch 4 is for all people! However, if you are testing the version with now showing functionality (details PMed to you) then this is not for you - the "now showing" version does not have this problem!
cheers
Chris
tivo-onion
08-23-2005, 10:22 AM
Looks good. New "now showing" section looks very good. Everything else seems to working as well as in patch 8... Is there anything specific that you want me to test, or any doc you want me to send you?
One other thing that has been nagging me... When I click on any thumbs to update them, I get a 404 screen from TW+. I may be missing a module. This problem happened in patch 8, too...
Cannot see why you would be getting this error. Prehaps it is to do with the dynamic ip stuff. Try setting the (2.3.4.1) External IP Setting Required variable to false (i.e. set externalipsetting false), and see if this makes any difference. Do the other links work OK to your tivoweb work OK? Are you sure that you have the handlemultievents.itcl module in place in your tivoweb-tcl/modules directory? Maybe send me your generated HTML document for me to take a look at!
In terms of testing, just let it run for the next few days and make sure it is working ok. Also, if there is any functionality missing that you would quite fancy in this area then let me know,
cheers
Chris
tivo-onion
08-23-2005, 10:24 AM
Does embedding the images take up a bunch more memory?
Yes - avoid image embedding if you are struggling with tivo reboots and core memory dumps,
cheers
Chris
cashew1970
08-23-2005, 10:52 AM
Chris....
On the beta... there seems to be an issue with the multi delete from the Now Showing...
The list comes up with TivoWeb.... but message that gele faile failed.... Not sure if this is yours or not....
One other thing that would be nice, is to change the colour of each of the listings so that they are defined when scrolling (I.e use the blue/grey for the To Do.... and a Light purple for the Now Showing)
Cheers for all the hard work
tivo-onion
08-23-2005, 10:59 AM
Chris....
On the beta... there seems to be an issue with the multi delete from the Now Showing...
The list comes up with TivoWeb.... but message that gele faile failed.... Not sure if this is yours or not....
One other thing that would be nice, is to change the colour of each of the listings so that they are defined when scrolling (I.e use the blue/grey for the To Do.... and a Light purple for the Now Showing)
Cheers for all the hard work
Cashew,
can you make sure you copied the new handlemultievents.itcl file into your /var/hack/tivoweb-tcl/modules directory, chmod 755'ed it and then did a restart/reload of tivoweb prior to testing this functionality. The old module would have failed, but the new one in the zip you downloaded should work ok,
let me know,
cheers
Chris
tivo-onion
08-23-2005, 11:01 AM
One other thing that would be nice, is to change the colour of each of the listings so that they are defined when scrolling (I.e use the blue/grey for the To Do.... and a Light purple for the Now Showing)
Do you mean each table in a solid colour, or alternate lines in each table in different colours?
cheers
Chris
Softail95
08-23-2005, 11:15 AM
Cannot see why you would be getting this error. Prehaps it is to do with the dynamic ip stuff. Try setting the (2.3.4.1) External IP Setting Required variable to false (i.e. set externalipsetting false), and see if this makes any difference. Do the other links work OK to your tivoweb work OK? Are you sure that you have the handlemultievents.itcl module in place in your tivoweb-tcl/modules directory? Maybe send me your generated HTML document for me to take a look at!
In terms of testing, just let it run for the next few days and make sure it is working ok. Also, if there is any functionality missing that you would quite fancy in this area then let me know,
cheers
Chris
I keep externalipsetting=false. No difference in thumb update operation either way. Other links work ok. For example I can delete a scheduled recording from todo with no problem. I have attached a zip of the latest html.
Should there be a thumbs.itcl in TW+ modules directory, or is that routine part of another module? I have no thumbs.itcl....
Softail95
08-23-2005, 11:16 AM
Chris....
One other thing that would be nice, is to change the colour of each of the listings so that they are defined when scrolling (I.e use the blue/grey for the To Do.... and a Light purple for the Now Showing)
Cheers for all the hard work
I like this idea. Anything to make it easier to navigate a long email and know where you are.....
Softail95
08-23-2005, 11:36 AM
Also, if there is any functionality missing that you would quite fancy in this area then let me know,
cheers
Chris
It would be nice if I could choose the sorting of the output of "Now Showing".... ;)
tivo-onion
08-23-2005, 11:40 AM
I keep externalipsetting=false. No difference in thumb update operation either way. Other links work ok. For example I can delete a scheduled recording from todo with no problem. I have attached a zip of the latest html.
Should there be a thumbs.itcl in TW+ modules directory, or is that routine part of another module? I have no thumbs.itcl....
Now I know why, the thumbs update module is not available for TW+. It capitalizes on a module provided by LJ, and it does not work on TW+ - you will have to use standard TW if you want that functionality, and then download LJ's updated modules,
apologies - the dailymail module should not provide the link for TW+ users, including the multi-thumb update functionality.
Did you set the (2.1.1) variable - set tivowebplususer false
cheers
Chris
tivo-onion
08-23-2005, 01:01 PM
Now I know why, the thumbs update module is not available for TW+. It capitalizes on a module provided by LJ, and it does not work on TW+ - you will have to use standard TW if you want that functionality, and then download LJ's updated modules,
apologies - the dailymail module should not provide the link for TW+ users, including the multi-thumb update functionality.
Did you set the (2.1.1) variable - set tivowebplususer false
cheers
Chris
It only seems to work on series 1 tivos also! Sorry,
cheers
Chris
Softail95
08-23-2005, 01:18 PM
Did you set the (2.1.1) variable - set tivowebplususer false?
cheers
Chris
No. I have Tivowebplususer=true
Softail95
08-23-2005, 01:20 PM
It only seems to work on series 1 tivos also! Sorry,
cheers
Chris
Mine is a Series 1. Do you mean 'not showing thumb updates if tw+user=true' only works on series 1? I'm confused (again).
Fozzie
08-23-2005, 01:30 PM
Works great, first time.
What is external logging?
Softail95
08-23-2005, 01:34 PM
From back in March:
Chris just PMed me about this one - it's definitely a version 2+ issue. From memory (i was quite a few months ago!), FalconTX and I had nailed down a possible fix for it. I've not been following TWP developments too closely (not having a dual tuner TiVo :( )... so I don't know if the TWP guys have got round to coding a new S2+ version... I'll have a dig through old PMs to find out what the fix was...
LJ,
Any luck running the thumbs utility under TW+ for a series 1 running 3.0?
Fozzie
08-23-2005, 01:42 PM
Hmm, everything was working that I had tried ;)
I've just tried a multi-delete; my web browser goes to correct_tivo_address/handle_multi_events/ but just stays on a blank page?
tivo-onion
08-23-2005, 04:42 PM
Take a look at this old chain of posts - any of it relevant!
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2731309&highlight=handle_multi_events#post2731309
I would deffo try a full reload of tivoweb, if not a reboot of the tivo!
cheers
Chris
tivo-onion
08-23-2005, 04:46 PM
From back in March:
LJ,
Any luck running the thumbs utility under TW+ for a series 1 running 3.0?
I took a look at LJ's site. There does not seem to have been any work done on thumbs update for TW+, or for any tivos with 2+ software! So the thumbs update will not work for any tivos meeting this criteria.
The strange thing is that you should still be getting the first screen appearing when you click on the button. It works like a dream on mine, so I struggling to figure what the problem is. The only difference between the other links and the multi-functions is that it uses a form instead of a straight link! Any ideas?
cheers
Chris
Fozzie
08-23-2005, 05:47 PM
Take a look at this old chain of posts - any of it relevant!
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2731309&highlight=handle_multi_events#post2731309Very similar actually! I use Orenosp and two of the DynDNS services. I have a 'normal' address e.g http://tivo.home.com 'web-hopped' to my secure address e.g https://tivo.another.com:12345 which in turn is translated to my STB's external IP address.
Up until now, I have always used the http address in Dailymail's setup (I'm not sure that I've actually tried to use multi-events before) and everything else has worked fine.
I can now get to the multi-event page fine, by using the https address in the dailymail config and multi-thumbs updates seem to be working fine (I don't know why it doesn't work with the webhop'd http address though). However, multi-delete isn't. I get the correct page in Tivoweb asking if I want to delete the showings but when I select yes, I get 'Delete Failed'. I've tried a number of different recordings but they're all the same.
(What does the external logging option in the config file enable?)
vertigo235
08-23-2005, 08:02 PM
Hmm, everything was working that I had tried ;)
I've just tried a multi-delete; my web browser goes to correct_tivo_address/handle_multi_events/ but just stays on a blank page?
I have almost the exact same setup and to no surprise it does the same thing.
However, all you have to do is hit refresh on the blank page and everything then comes up.
I'm going to try putting the actual url in and see if it fixes it like you said. My webhop is only for convienience anyhow when I'm typing the url in manually.
Fozzie
08-24-2005, 02:29 AM
I have almost the exact same setup and to no surprise it does the same thing.
However, all you have to do is hit refresh on the blank page and everything then comes up.So it does; strange :confused:
Multi-delete still isn't working for me; I get 'Delete Failed'. How about you?
cashew1970
08-24-2005, 02:42 AM
I have almost the exact same setup and to no surprise it does the same thing.
However, all you have to do is hit refresh on the blank page and everything then comes up.
I'm going to try putting the actual url in and see if it fixes it like you said. My webhop is only for convienience anyhow when I'm typing the url in manually.
I had the same thing before, and got around it bt just using the full http address rather than the webhoped address.....
Now I just log into my machine using logmein.com, and run a direct link to the tivo address (Added in my host file) so the url is just http://tivo
Despite this.... I still have issues with multi delete not working, but only on the Now showing section.... all is OK on the to do list section
cashew1970
08-24-2005, 02:44 AM
Do you mean each table in a solid colour, or alternate lines in each table in different colours?
cheers
Chris
Yes, I was thinking of a sparate colour per list
cashew1970
08-24-2005, 02:59 AM
Cashew,
can you make sure you copied the new handlemultievents.itcl file into your /var/hack/tivoweb-tcl/modules directory, chmod 755'ed it and then did a restart/reload of tivoweb prior to testing this functionality. The old module would have failed, but the new one in the zip you downloaded should work ok,
let me know,
cheers
Chris
Chris....
Have checked, and rechecked that the new tcl is in.... and that it was 755ed
Restarted TW and re checked the Now showing multi delete.
First takes me to http://tivo/handle_multi_events/ and shows the list of things to do fine.
I then click on "Yes" and it takes me to http://tivo/deletetodo/7/ but in the result field, all are listed with "Delete Failed"
tivo-onion
08-24-2005, 10:08 AM
Chris....
Have checked, and rechecked that the new tcl is in.... and that it was 755ed
Restarted TW and re checked the Now showing multi delete.
First takes me to http://tivo/handle_multi_events/ and shows the list of things to do fine.
I then click on "Yes" and it takes me to http://tivo/deletetodo/7/ but in the result field, all are listed with "Delete Failed"
Something is wrong here. For deleting from the Now Showing list, it should navigate to http://tivo/deletens/6/ on that second stage. The old version of the module did not do this, but the new version does. Can you check the code and make sure that the module you have FTP'ed down to your TiVo has the following info up-front -
##
## handlemultievents.itcl
##
## created by Chris Stennett (tivo-onion) at www.tivocommunity.com
##
## all usual disclaimers apply.
## much / most of this code donated from other modules - thanks where appropriate
## especially to lj for use of lj_utils module code.
##
## this version designed to work with dailymail_jazz.tcl v.0.38.9 Beta
## until specified superceded
##
## All seperate modules from previous version consolidated and superceded
##
##
## 23/08/2004
##
cheers
Chris
tivo-onion
08-24-2005, 10:14 AM
I am sending you guys a PM with the new file location in it!
Updates include a sort capability on the Now Showing list, and alternating colours on the tables. I will not be doing different colour schemes for each table, as this is a royal pain (alternating colours was painful enough) and it increases the size of the email quite a lot too.
Files that have changes are the dailymail_jazz.tcl and the dailymail.cfg files. Two variables added in the dailymail.cfg file:
## (3.1.21) Multi-Colour Rows In Tables
## If you want alternately coloured rows in the main tables in the email then set
## the following variable to true, else set to false.
## (3.9.2) Sorting of Now Showing List
## If you want the now showing list sorted by the default then please leave the following
## variable blank. Otherwise, you may sort by title, record start time, expiry time or call sign
## (channel). If not set to blank, please set this variable to on of the following
## allowed values - TITLE, RECTIME, EXPTIME or CALLSIGN.
Let me know how it all goes.
cheers
Chris
cashew1970
08-24-2005, 11:51 AM
Something is wrong here. For deleting from the Now Showing list, it should navigate to http://tivo/deletens/6/ on that second stage. The old version of the module did not do this, but the new version does. Can you check the code and make sure that the module you have FTP'ed down to your TiVo has the following info up-front -
##
## handlemultievents.itcl
##
## created by Chris Stennett (tivo-onion) at www.tivocommunity.com
##
## all usual disclaimers apply.
## much / most of this code donated from other modules - thanks where appropriate
## especially to lj for use of lj_utils module code.
##
## this version designed to work with dailymail_jazz.tcl v.0.38.9 Beta
## until specified superceded
##
## All seperate modules from previous version consolidated and superceded
##
##
## 23/08/2004
##
cheers
Chris
Hi Chris definately reads as this in the file on the tivo
##
## handlemultievents.itcl
##
## created by Chris Stennett (tivo-onion) at www.tivocommunity.com
##
## all usual disclaimers apply.
## much / most of this code donated from other modules - thanks where appropriate
## especially to lj for use of lj_utils module code.
##
## this version designed to work with dailymail_jazz.tcl v.0.38.9 Beta
## until specified superceded
##
## All seperate modules from previous version consolidated and superceded
##
##
## 23/08/2004
##
cashew1970
08-24-2005, 11:54 AM
I am sending you guys a PM with the new file location in it!
Updates include a sort capability on the To Do list, and alternating colours on the tables. I will not be doing different colour schemes for each table, as this is a royal pain (alternating colours was painful enough) and it increases the size of the email quite a lot too.
Files that have changes are the dailymail_jazz.tcl and the dailymail.cfg files. Two variables added in the dailymail.cfg file:
## (3.1.21) Multi-Colour Rows In Tables
## If you want alternately coloured rows in the main tables in the email then set
## the following variable to true, else set to false.
## (3.9.2) Sorting of Now Showing List
## If you want the now showing list sorted by the default then please leave the following
## variable blank. Otherwise, you may sort by title, record start time, expiry time or call sign
## (channel). If not set to blank, please set this variable to on of the following
## allowed values - TITLE, RECTIME, EXPTIME or CALLSIGN.
Let me know how it all goes.
cheers
Chris
Cheers Chris.... I will look at this tomorrow... if thats OK....
Fozzie
08-24-2005, 03:36 PM
Looks good to me Chris - I like it :)
Still the prob with multi-delete (going to the same page as posted above).
Edit: Just seen your post above. Am trying now...
tivo-onion
08-24-2005, 03:43 PM
I have figured out what is wrong with the managedailymail.itcl module and fixed it. Here is the replacement module,
cheers
Chris
Fozzie
08-24-2005, 04:32 PM
Yep, fixed :) Thanks Chris.
(Still the oddity with going to my webhop'd URL but I can live with hitting refresh or going straight to the https URL)
Softail95
08-24-2005, 05:02 PM
I am sending you guys a PM with the new file location in it!
Let me know how it all goes.
cheers
Chris
Looks good. I like the coloring (colouring?)...
Ok, now I sound like one of those users who is never satisfied, but now that I can sort now showing by RECTIME, can I also pick the sequence? ASCENDING or DESCENDING?
vertigo235
08-24-2005, 05:29 PM
I had the same thing before, and got around it bt just using the full http address rather than the webhoped address.....
Now I just log into my machine using logmein.com, and run a direct link to the tivo address (Added in my host file) so the url is just http://tivo
Despite this.... I still have issues with multi delete not working, but only on the Now showing section.... all is OK on the to do list section
No problem like that here, try restarting the TiVo.
tivo-onion
08-24-2005, 06:01 PM
Ok, now I sound like one of those users who is never satisfied, but now that I can sort now showing by RECTIME, can I also pick the sequence? ASCENDING or DESCENDING?
Gosh - what a moaner you are :eek:
I will have this functionality out to you to test ASAP!
cheers
Chris
Fozzie
08-24-2005, 06:11 PM
No problem like that here, try restarting the TiVo.That won't fix it. What is needed is the the fixed handlemultievents.itcl that Chris posted after that; I had the same problem ;)
tivo-onion
08-24-2005, 06:25 PM
Gosh - what a moaner you are :eek:
I will have this functionality out to you to test ASAP!
cheers
Chris
Right guys, the new testing release is out - I have PMed you info on it.
Changes to dailymail_jazz.tcl file:
- Added sort ascend / descend capability
- Added Premiere and Air Date Information To Now Showing List
One parameter added to the config file:
#### (3.9.2.1) Sorting Order for Now Showing List
#### If you are using the sorting function you can sort ascending (increasing - smallest first)
#### or descending (decreasing - largest first). Please choose ASC or DESC for the following
#### variable.
set sortnowshowingascdesc "ASC"
Enjoy, and let me know how it goes.
I think we are almost ready for a formal release in the next day or so!
cheers
Chris
vertigo235
08-24-2005, 06:43 PM
That won't fix it. What is needed is the the fixed handlemultievents.itcl that Chris posted after that; I had the same problem ;)
yes I see that now, I wonder why mine doesn't do that
Fozzie
08-24-2005, 06:44 PM
I'm getting a blank now showing section. Settings are:
set nowshowingrepeatfreq 15
set sortnowshowing ""
set sortnowshowingascdesc "ASC"
Fozzie
08-24-2005, 06:57 PM
Here's the appropriate section of the level 3 log.
The "22:49:36-Items Found >>0<<" looks suspicious.
Softail95
08-24-2005, 08:00 PM
I'm getting a blank now showing section. Settings are:
set nowshowingrepeatfreq 15
set sortnowshowing ""
set sortnowshowingascdesc "ASC"
Works fine for me. Now Showing shows newest to oldest with:
set nowshowingrepeatfreq 15
set sortnowshowing "RECTIME"
set sortnowshowingascdesc "DESC"
Maybe you are getting blanks because of your null sortnowshowing?
Fozzie
08-25-2005, 01:42 AM
Shouldn't be - it worked in the previous version (and it's what the readme says to do) ;)
tivo-onion
08-25-2005, 03:13 AM
Here's the appropriate section of the level 3 log.
The "22:49:36-Items Found >>0<<" looks suspicious.
My fault - there was a bug if you set the sort string to blank. There will be a new PM in your inbox in a matter of minutes,
cheers
Chris
cashew1970
08-25-2005, 03:38 AM
Trying to catch up on the testing for you....
Just installed the latest Full version..... and then updated the tcl that you updated thismorning....
On both versions... I get a page cannot be found error on the Multidelete from Noww showing...
I did not put in the version that you posed for errors.... would you still like me to do this????
Just restarting the box to see if that helps.... because reloading TW did not
cashew1970
08-25-2005, 03:47 AM
Box restarted...
Checked in the to do also.......
It just is not working anywhere!!!
Now where ever I am in the mail... it takes me to http://www.tivo/handle_multi_events/ and gives page can't be found
tivo-onion
08-25-2005, 03:48 AM
Trying to catch up on the testing for you....
Just installed the latest Full version..... and then updated the tcl that you updated thismorning....
On both versions... I get a page cannot be found error on the Multidelete from Noww showing...
I did not put in the version that you posed for errors.... would you still like me to do this????
Just restarting the box to see if that helps.... because reloading TW did not
No, don't bother with the error oriented script.
We seem to have fixed the problem for everyone else, so I am struggling now! It could be a symptom of your web browser? Have you tried a different one?
Also, did you investigate this web hop thing? I would suggest turning off the dynamic-ip setting, and manually defining your TiVo url in the config file, including any "https://" prefix if appropriate.
Let me know how it goes,
cheers
Chris
cashew1970
08-25-2005, 03:58 AM
Think It was me....
I left the web hop issue ages ago.......
I do everthing on my own machine, so have edited my host file so all i do is go to http;//tivo
FOUND THE ISSUE in the LOG FILE
I put the url for hyperlinks to http://www.tivo (I get the prize for being the biggest Wally today!! :-)
tivo-onion
08-25-2005, 04:04 AM
Think It was me....
I left the web hop issue ages ago.......
I do everthing on my own machine, so have edited my host file so all i do is go to http;//tivo
FOUND THE ISSUE in the LOG FILE
I put the url for hyperlinks to http://www.tivo (I get the prize for being the biggest Wally today!! :-)
Fantastic - you had a Monday moment - on a Thursday! :p Remember to use the SHIFT key in future!
cheers
Chris
cashew1970
08-25-2005, 04:13 AM
Oooopppppsss!!!
Cheers for all your great work Chris
Suppose I had better do some work now... and log off of my box at home!! :-)
Fozzie
08-25-2005, 10:26 AM
Thanks Chris. The blank Now Showing is indeed fixed :)
mqarkcambie
08-26-2005, 05:13 PM
Chris,
Thank you for adding the dynamic IP utilities to the updated daily mail version, It is really useful and will help me a great deal.
Thanks for taking the time and effort to produce something so good :)
tivo-onion
08-27-2005, 08:45 AM
Softail95, Fozzie & cashew1970 ,
Is everything working OK with the testing release still? Let me know, and I will work on a public release in the next few days,
cheers
Chris
Softail95
08-27-2005, 09:27 AM
Softail95, Fozzie & cashew1970 ,
Is everything working OK with the testing release still? Let me know, and I will work on a public release in the next few days,
cheers
Chris
Everything is working perfectly here.....
I was thinking about an option to limit the "Now Showing" section to a configurable number of hours or days prior to the run date.... I have some things on the Tivo that have been there for years--I am more interested in what is on Now Showing from the last few weeks..... Just a thought....
Great work.
Fozzie
08-27-2005, 10:55 AM
Yep, everything working fine here too. :)
I agree with Softail95 - it would be good if you could configure how many days back the Now Showing section should go.
vertigo235
08-27-2005, 02:47 PM
I'm very interested in the now playing section, can't wait to try it out.
mqarkcambie
08-28-2005, 05:12 PM
Chris,
I'm using the public beta v0.38.
I've noticed an issue in the reporting of my cron schedule
This is my actual crontab entry:
# m h dom mon dow command
30 08 * * 0-6 /tvbin/tivosh /var/hack/dailymail_jazz.tcl > /var/log/dailymail 2>&1
This is what dailymail Jazz reports as my cron setup:
The following hack applications are currently running on your TiVo:
TiVo Telnet
TiVo FTP
TivoWeb
cron Scheduler
The following hack applications are scheduled to run on your TiVo:
DailyMail (09:30 daily)
Any ideas for the 1 hour offset?
As far as I can see there is no real reason for this to happen, my manualtzoffset = "" as I am just a plain old UK user.
Fozzie
08-28-2005, 06:02 PM
Dailymail is correct. Tivo (and hence Cron) always work in GMT; Dailymail reports in local time. 0830 GMT is 0930 BST/local time, which is when you currently get your Dailymail email. Come Winter, and with your current setup, you will get your email an hour earlier, at 0830.
If you want the email to arrive at the same time, regardless of GMT or BST then you should take a look at ljay's summerzone script, available on his web page: http://www.ljay.org.uk/tivoweb/
tivo-onion
08-29-2005, 06:45 AM
Any ideas for the 1 hour offset?
As far as I can see there is no real reason for this to happen, my manualtzoffset = "" as I am just a plain old UK user.
Absolutely, just a result of daylight savings in action,
cheers
Chris
cashew1970
08-30-2005, 02:48 AM
All is great with the Beta....
Having no issues at all :-)
Cheers Chris
ash_bluewomble
08-30-2005, 12:19 PM
I've just noticed that the tracker functionality of dailymail appears to be broken in 0.38.6 beta... -- Nothing is highlighted in my dailymail (other than blocklist items), but lots of things are ticked when I use the tracker tivoweb module...
Has anyone else noticed this? Has it been fixed in later versions?
I'll probably upgrade to 0.38.8 beta tonight and have a play with it... see if that fixes it. Just wondering if it had been reported... I can't see anything about it in the thread...
Cheers,
Ash.
andyjenkins
08-30-2005, 02:01 PM
Chris,
Any chance you can point me in some instructions in installing DailyMail from scratch ?
Looking at your site I see 0.38.8 available, but this says
a) replace files ... implying that a previous install needs to exist, correct ? So I should start with .37 ?
b) mentions the image server / webserver. I thought I saw mention of imbedding images in some thread or other ... but I dont see instructions on how to do this.
Any pointers ?
Cheers,
Andy
vertigo235
08-30-2005, 03:14 PM
Maybe you should visit the website and download the versino posted there?
http://www.deepinthejungle.com/Tivo/Tivoindex.htm
Essentially you palce the file sin their respective directories, chmod +x dailymail_jazz.*, and go through all the questions in the .cfg file.
ash_bluewomble
08-30-2005, 07:10 PM
I definitely seem to be having problems with the tracker functionality in dailymail...
When I run the tracker module from tivoweb (process suggestions), I get:
Sat 3rd Sep 18:00 SKYONE The Simpsons - Smart and Smarter
ticked as watched
but in my dailymail, it is not... I am now running 0.38.8 beta on a UK series 1 tivo.
Any ideas what is going on? Has anyone else noticed any problems with tracker no longer working in dailymail?
Here is the relevent part of my config file:
##------------------------------------------------------------------------------------------------
## (3.4) TO DO LIST CONFIGURATION
##
## (3.4.1) Suggestions listed ?
## You may select whether or not you want suggestions shown in the to do list generated
## as part of the daily e-mail. If you do not want suggestions displayed, then set the
## value to false, else set it to true. Quote marks should not be used.
set dmailShowSuggestions true
## (3.4.2) List seperator required ?
## If you want to seperate daily items with a date based list seperator to make the lists
## easier to read then set the following variable value to true, else set to false. Quotes
## are not required.
set listseperator true
#### (3.4.2.1) List seperator offset :
#### If you want the list seperators offset by a number of hours then specify that here.
#### Using an offset of 6 (six) will move the day change-over from midnight to 6am the
#### next day. Specifying an offset of 0 (zero) will use the standard midnight date
#### change-over. Set the variable value to the number of hours offset required. Quotes
#### are not required.
set listseperatoroffset 6
## (3.4.3) Thumbs displayed in to-do list required ?
## Set to false if you do not want to see thumbs in the to-do list. Quote marks should
## not be used.
set viewthumbs true
## (3.4.4) Multi-Delete Capability Required On To Do List?
## If you would like to have a multi-item delete capability of the to-do list section
## then set this to true, else set to false.
set todomultidelete true
## (3.4.5) User Sanderton's "Tracker" module to highlight & pre-select "blocked" programs?
## If you use Sanderton's Tracker module to track your watched programs you can use
## this to pre-select programs to delete on using the Multi-Delete capability, or just
## highlight blocked programs if you do not use this capability. If you want to use
## this functionality set the following variable to true, else set to false
set trackerblockreq true
## (3.4.6) Multi-Thumb-Update Capability Required On To Do List?
## If you would like to have a multi-item thumb-update capability of the to-do list
## section then set this to true, else set to false. This capability is not available
## for users with TiVo software version 4 or above.
set todomultithumbupdate true
## (3.4.7) Multi-Thumb-Delete Repeat Action Button?
## For the multi-delete and multi-thumb-update capability, if you would like to have the
## actions button repeated every seperator row then set to true, else set to false.
set multirepeat false
## (3.4.8) Programme Details Shown?
## You may show a variety of basic info including Full Minutes, Megabytes, Percentage
## Space Used and Time Remaining Info next to each program in the to do list. Set the
## appropriate items to true or false depending on your requirements:
set progstatusdurationreq true
set progstatuspacereq false
set progstatuspercentageusedreq true
set progstatustimeremainingreq true
## (3.4.9) Show Program level high space indicator
## If you want to show a space level high indicator per programme then set this to true,
## else set to false:
set proglevelhighspaceindreq true
## (3.4.10) Show Padding Graphics?
## If you want to show graphics that indicate whether start and/or end padding is to
## be added to the programme then set the following variable to true, else set to false:
set paddinggraphicsreq true
## (3.4.11) Show space added back graphic?
## As the To Do list progresses there are points within the time window covered that
## items would expire and availble space would be effectively increased. if you want to
## see an icon at appropriate times that indicates that this is the case then set the
## following variable to true, else set to false :
set showspaceaddedbackicon true
## (3.4.12) Show delete to make room graphic?
## In the To Do list, there comes a point that the TiVo would start deleting exired items
## and suggestions to make room for necessary recordings. If you want to see and icon at
## the apporpriate times that indicates that this is the case then set the following
## variable to true, else set to false:
set deleteforroomicon true
## (3.4.13) Show new episode / program graphic?
## If you want to display an indicator to indicate a new episode or program then set the
## following variable to true, else set to false:
set shownewepisodeprogramicon true
## (3.4.15) Show season pass / wishlist graphic?
## If you want to display an indicator to indicate a season pass or wishlist then set the
## following variable to true, else set to false:
set showseasonpasswishlisticon true
## (3.4.16) Use Global Blocklist module to highlight & pre-select "blocked" programs?
## If you use Kevin Reilly's Blocklist or "xlist" module then you can you can use
## this to pre-select programs to delete on using the Multi-Delete capability, or just
## highlight blocked programs if you do not use this capability. If you want to use
## this functionality set the following variable to true, else set to false
set globalblockreq true
## (3.4.17) Use Global Blocklist functionality to block or unblock titles?
## If you use Kevin Reilly's Blocklist or "xlist" module then you can you can use
## this perform basic blocking or unblocking of titles from the to-do list. If you want
## to use this functionality set the following variable to true, else set to false
set globalblockfunction true
Blocklist items are being pre-selected properly...
Have I missed something silly?
Cheers,
Ash
cashew1970
08-31-2005, 02:37 AM
Hi Ash..
I have only just installed Tracker (About a week ago) so I do not know what to expect yet! (I guess that things only start working with it after the 30 day rule.
So I am unable to confirm if it is working!!
Sorry
Martin
tivo-onion
08-31-2005, 04:54 PM
I definitely seem to be having problems with the tracker functionality in dailymail...
When I run the tracker module from tivoweb (process suggestions), I get:
Sat 3rd Sep 18:00 SKYONE The Simpsons - Smart and Smarter
ticked as watched
but in my dailymail, it is not... I am now running 0.38.8 beta on a UK series 1 tivo.
Have I missed something silly?
Cheers,
Ash
Hmmm!
I think I have found a little bug - if you have global blocklist functionality enabled as well as tracker then it may accidentally stop tracker-blocked programmes from being displayed.
I will update for the next release. In the meanwhile, search for the following code :
} else {
# no match with pattern
set blockthis ""
set globalblock ""
}
and replace with:
} else {
# no match with pattern
# do nothing
}
and see if this sorts it out.
cheers
Chris
Fozzie
08-31-2005, 07:11 PM
Just tried this but a Tracker blocked recording just shows up 'normally' in the email; I presume the multi-delete box should be pre-selected? Should there be an extra icon too, against the recording to indicate that Tracker would block it?
tivo-onion
09-01-2005, 03:10 AM
Just tried this but a Tracker blocked recording just shows up 'normally' in the email; I presume the multi-delete box should be pre-selected? Should there be an extra icon too, against the recording to indicate that Tracker would block it?
Could you please pass me your level 3 log file for this problem, and tell me what the program is that should be blocked!
cheers for your help,
Chris
tivo-onion
09-01-2005, 04:00 AM
Just tried this but a Tracker blocked recording just shows up 'normally' in the email; I presume the multi-delete box should be pre-selected? Should there be an extra icon too, against the recording to indicate that Tracker would block it?
THis I have found it - search for all instances of the "$trackerdir" variable and make sure that they are converted to "$::trackerdir". Looks like a casualty of my performance sweep of the software. This should work - let me know!
cheers
Chris
tivo-onion
09-01-2005, 04:10 AM
THis I have found it - search for all instances of the "$trackerdir" variable and make sure that they are converted to "$::trackerdir". Looks like a casualty of my performance sweep of the software. This should work - let me know!
cheers
Chris
Actually - I have found another bug too - a clash of "blocklist" variables between tracker and global block modules. Forget doing it yourself - I will be releasing the new version in the next few days - just as soon as I get this install guide a bit better!
cheers
Chris
ash_bluewomble
09-01-2005, 06:02 AM
Sorry Chris, I didn't get a chance to hack around with it last night, but it sounds like you've got the tracker bug sorted now anyways...
I'll wait until the new version comes out...
Cheers,
Ash.
Hmm, I seem to be having some very strange Status data here:
The following daily call information is available:
Last successful call: Thursday, January 01 at 08:42AM
Next scheduled call: Thursday, January 01 at 12:55AM
Guide data exists through: Sunday, September 11 2005
(running Dailycall 0.38.8)
Any ideas why the dailycall info is wrong?
mrtickle
09-01-2005, 02:44 PM
Why do you only have data until the 11th Sep - or is that an error too? I have data until 22nd Sep.
Why do you only have data until the 11th Sep - or is that an error too? I have data until 22nd Sep.
No thats correct, since I'm in canada, and I have to get my guide data from my own tivo server :)
If I go to the Tivo Info screen, the correct last & next call dates show up though.. just not in dailymail
tivo-onion
09-01-2005, 04:10 PM
Hmm, I seem to be having some very strange Status data here:
The following daily call information is available:
Last successful call: Thursday, January 01 at 08:42AM
Next scheduled call: Thursday, January 01 at 12:55AM
Guide data exists through: Sunday, September 11 2005
(running Dailycall 0.38.8)
Any ideas why the dailycall info is wrong?
What should it be?
I have never had a problem myself. Has anyone else noticed an issue? If so, what software / hardware setup do you have?
I have looked at the code - nothing has changed for quite some time - and nothing leaps out at me as incorrect.
cheers
Chris
Fozzie
09-01-2005, 05:54 PM
No problems here.
What should it be?
I have never had a problem myself. Has anyone else noticed an issue? If so, what software / hardware setup do you have?
I have looked at the code - nothing has changed for quite some time - and nothing leaps out at me as incorrect.
cheers
Chris
Well, I just forced a daily call and then ran dailymail.
Output from Dailymail:
The following daily call information is available:
Last successful call: Thursday, January 01 at 02:13PM
Next scheduled call: Wednesday, December 31 at 05:45PM
Guide data exists through: Tuesday, September 13 2005
I can't check the tivo infoscreen right now to see what the real values should be, but here is the info out of the MFS:
PhoneConfig 166984/10 {
Version = 537
DialConfig = 127
LocalAreaCode = 250
DialPrefix = ,#401
DialInAreaCode = {}
DialInPrefix = {}
DialInNum = 5551212
LastCallAttemptDay = 13027
LastCallAttemptSecInDay = 76404
LastDialInUpdateDate = 13027
InventoryFile = {}
NextCallAttemptDays = 13029
NextCallAttemptSecInDay = 2754
LastSuccessCallDay = 13027
LastSuccessCallSecInDay = 76404
LastSuccessPgdCallDay = 13027
LastSuccessPgdCallSecInDay = 76404
LastCallStatus = Succeeded
CallStatusInfo = 1
IndexPath = /State/PhoneConfig
}
I'm running a Series II TCD240 type machine with Tivo Version 4.01b
Anything else you need, let me know..
tivo-onion
09-02-2005, 03:22 AM
I'm running a Series II TCD240 type machine with Tivo Version 4.01b
Anything else you need, let me know..
Is it correct in TiVoWeb or TiVoWeb Plus? Which are you using and which module do you check?
cheers
Chris
Is it correct in TiVoWeb or TiVoWeb Plus? Which are you using and which module do you check?
cheers
Chris
Tivowebplus.
I just checked on the Tivo this morning and it shows the proper dates for last and next call in the system info screen.
In tviowebplus I go to MFS, then click on State and then Phoneconfig and that gives me the info I pasted in my last message
alanjrobertson
09-06-2005, 12:50 PM
All,
here is a patched dailymail_jazz.tcl module that includes what I hope will be fixes for both the non-GMT time offset (tzoffset) problems, and any problems people are having with the alert-only option kicking in when it has not been requested. Please could those of you that are affected install and test it for me! It also now hides the left-over variable cataloging, as that is only really required for the development process.
This module should work with the latest 0.38.7 install, but to achieve the full functionality it provides (which mainly include the ability to handle dynamic IP home sites) you will need to install the 0.38.8 version as a baseline which is currently available on my web site (see my signature!) and then install this patched version.
cheers
Chris
Excellent - thanks for that patch Chris - my DailyMail is now (hopefully!) working consistently. I'd had trouble for months with it being a hit-or-miss whether it sent a message or not and I now realise it's because of the 'no alert' issue.
Cheers
Alan
Krypt Keeper
09-07-2005, 07:05 PM
Is it correct in TiVoWeb or TiVoWeb Plus? Which are you using and which module do you check?
cheers
Chris
Msan & Tivo-onion -
I posted a fix for this in this thread, post # 1821, search for my username if that's not it. (I don't post very much) try this - http://www.tivocommunity.com/tivo-vb/showthread.php?p=2932700#post2932700
It's not very graceful as I don't code, but basically dailymail was just adding some wrong stuff up to get the daily call statuses. It appears as if it is just a problem w/ version 4 & greater of the TiVo s/w
Krypt Keeper
tivo-onion
09-08-2005, 07:03 AM
Msan & Tivo-onion -
I posted a fix for this in this thread, post # 1821, search for my username if that's not it. (I don't post very much) try this - http://www.tivocommunity.com/tivo-vb/showthread.php?p=2932700#post2932700
It's not very graceful as I don't code, but basically dailymail was just adding some wrong stuff up to get the daily call statuses. It appears as if it is just a problem w/ version 4 & greater of the TiVo s/w
Krypt Keeper
Cheer for this - will bundle this fix in the next release out soon!
cheers
Chris
propman07
09-13-2005, 07:47 PM
I hate to ask, but I'm having some trouble configuring the latest version of Dailymail (38).
I am able to get it to run, but I get an error when it tries to send out the e-mail. I connected to my HR10-250 via telnet to check to see if I could ping my mailserver. I got the following error message:
ping: sendto: Network is unreachable
I also tried to ping google via it's IP address and got the same error.
The error in the log for dailymail is:
16:04:01-FAILURE WHEN CALLING SENDMAIL FOR FIRST RECIPIENT >>couldn't open socket: host is unreachable<<
Thanks in advance for any assistance that people can provide.
Fozzie
09-14-2005, 02:47 AM
This doesn't sound like a Dailymail problem; it's a networking one. What IP addresses, subnet masks, default gateways etc have you got set up on Tivo, your PC, router (if you have one), broadband STB etc?
Ian_m
09-14-2005, 03:50 AM
Try setting your routers MTU to 1500. My Netgear DG845G's default was 1492 and daily mail failed with with the same error.
Been working since April wiith MTU of 1500, fine.
propman07
09-14-2005, 10:36 AM
This doesn't sound like a Dailymail problem; it's a networking one. What IP addresses, subnet masks, default gateways etc have you got set up on Tivo, your PC, router (if you have one), broadband STB etc?
Fozzie-
Yeah, I figured it was a networking problem when I couldn't ping various test IP addresses. I was able to resolve it by adding the default gateway address.
I tried to run dailymail again, but I got some other error messages. I'll set the debug level to 3, and post the log here for troubleshooting.
Thanks for the reply.
Try setting your routers MTU to 1500. My Netgear DG845G's default was 1492 and daily mail failed with with the same error. Been working since April wiith MTU of 1500, fine.
Ian_m-
Thanks for your reply as well. I think that I got the network issue figured out.
Thanks again.
Ian_m
09-14-2005, 10:43 AM
Ian_m-
Thanks for your reply as well. I think that I got the network issue figured out.
Thanks again.
The MTU thing confused me for ages. I was using a crappy Linksys WAG54G, default MTU 1500 and finally got a refund (after 8 months of very poor operation) and got a DG834G whose default MTU was 1482. Suddenly dailymail was no more. Eventually I enabled logging in Outlook (which worked) to see how it communicated with the mail server and there were references to MTU values in the log, which is what gave me the clue.
tivo-onion
09-14-2005, 11:51 AM
I tried to run dailymail again, but I got some other error messages. I'll set the debug level to 3, and post the log here for troubleshooting.
What issues are you having?
cheers
Chris
propman07
09-14-2005, 02:41 PM
What issues are you having?
cheers
Chris
Chris-
I can't run dailymail right now, but I'll run it when I get home later today, and post the log file if I can't figure out what's wrong.
Thanks for the reply.
propman07
09-14-2005, 11:43 PM
What issues are you having?
cheers
Chris
Chris-
I'm attaching the level 3 log output from dailymail. I have confirmed that the Tivo can ping my mailserver, but for some reason, I get an error stating that it can't open a socket for connection.
I am also using the Dailymail module on my other two DTivos (SAT-T60 and a Philips DSR-6000), so I am confident that the address is correct. The version that the two other DTivos are using is v0.35.6.
One last thing...in the log, there is a reference to a record_dailymail_details.cgi program. What is this doing?
Thanks in advance.
dailymail_jazz log file (http://www.fur-babies.com/hdtivo/dailymail_jazz.log)
Fozzie
09-15-2005, 02:05 AM
This looks like an ISP/mail server issue. Have you tried the procedure earlier in this thread to connect to your mailserver through command line, and send a mail? I just tried and all I get is "220 comcast.net - Maillennium ESMTP/MULTIBOX sccrmhc11 #2" and then it hangs; no prompts for user name or password etc.
tivo-onion
09-15-2005, 02:54 AM
I have confirmed that the Tivo can ping my mailserver, but for some reason, I get an error stating that it can't open a socket for connection.
Definately a mail server issue, I get the same response as Fozzie! try telnetting the mailk server yourself and performing a HELO or something like that.
One last thing...in the log, there is a reference to a record_dailymail_details.cgi program. What is this doing?
External statistics logging. Would not cause this issue!
cheers
Chris
ash_bluewomble
09-15-2005, 08:11 AM
When can we expect the new release to come out... ;-)
I'm looking forward to all the new features and the fix for the tracker bug... ;-)
Cheers,
Ash.
propman07
09-15-2005, 10:35 AM
This looks like an ISP/mail server issue. Have you tried the procedure earlier in this thread to connect to your mailserver through command line, and send a mail? I just tried and all I get is "220 comcast.net - Maillennium ESMTP/MULTIBOX sccrmhc11 #2" and then it hangs; no prompts for user name or password etc.
Fozzie-
Thanks for the reply. I'll have to look through the thread for the command line information that you are speaking of. Thanks.
Definately a mail server issue, I get the same response as Fozzie! try telnetting the mailk server yourself and performing a HELO or something like that.
tivo-onion-
That's kind of what I figured. I'll give the HELO command a try, and see what happens. I guess that it's puzzling, since my other two DTivos don't have any trouble working with the same IP address for the mailserver.
Thanks again for the support.
propman07
09-16-2005, 12:57 AM
Okay...now I'm really confused. I was able to send e-mail using the Dailymail modules that I have on my other two Tivos without issue.
When I try to manually send the e-mail via telnet, I get the following:
220 comcast.net - Maillennium ESMTP/MULTIBOX sccrmhc13 #3
HELO comcast.net
250 comcast.net
MAIL FROM: <hdtivo@comcast.net>
501 need MAIL FROM:<name@domain>
No matter what I try, I get the same response. I guess that I don't quite understand why I can send the mail via Dailymail, but I can't send it manually.
I also noticed that I have some TX packet errors. Could that be part of the problem (on the HD Tivo box)
TIA
tivo-onion
09-18-2005, 04:44 AM
When can we expect the new release to come out... ;-)
I'm looking forward to all the new features and the fix for the tracker bug... ;-)
Cheers,
Ash.
The module is tested and ready to go. However, I am working on the detailed instructions which are taking a while - maybe by next weekend I will have something to release. Thanks for you patience!
cheers
Chris
tivo-onion
09-18-2005, 04:46 AM
Okay...now I'm really confused. I was able to send e-mail using the Dailymail modules that I have on my other two Tivos without issue.
When I try to manually send the e-mail via telnet, I get the following:
220 comcast.net - Maillennium ESMTP/MULTIBOX sccrmhc13 #3
HELO comcast.net
250 comcast.net
MAIL FROM: <hdtivo@comcast.net>
501 need MAIL FROM:<name@domain>
No matter what I try, I get the same response. I guess that I don't quite understand why I can send the mail via Dailymail, but I can't send it manually.
I also noticed that I have some TX packet errors. Could that be part of the problem (on the HD Tivo box)
TIA
Is the config file on the problem tivo an exact copy of that on your working tivos? I am presuming you are running the same versions on all three of course!
cheers
Chris
propman07
09-19-2005, 01:35 AM
Is the config file on the problem tivo an exact copy of that on your working tivos? I am presuming you are running the same versions on all three of course!
cheers
Chris
Chris-
Yeah, I was running the same version. I seemed to have the e-mail problem figured out. I found a "paired down" script that just sends an e-mail...nothing fancy...and I have had success in getting that to work. I tried the same settings on Dailymail, and now, I am getting a new error:
05:28:43-EMAIL & HTML FILE MANAGEMENT - START
expected boolean value but got "trueConflict - "
while executing
"if {$alertstatus || $alertonlyemail == 0} {
if {$emailsendrequired} {
if {$debuglvl>0} { puts "[clock format [clock seconds] -format {%H:%M:%S} -..."
(file "/var/hack/dailymail/dailymail_jazz.tcl" line 7876)
I have run it a few times, and get the same error message each time.
TIA
tivo-onion
09-19-2005, 07:53 AM
Chris-
Yeah, I was running the same version. I seemed to have the e-mail problem figured out. I found a "paired down" script that just sends an e-mail...nothing fancy...and I have had success in getting that to work. I tried the same settings on Dailymail, and now, I am getting a new error:
05:28:43-EMAIL & HTML FILE MANAGEMENT - START
expected boolean value but got "trueConflict - "
while executing
"if {$alertstatus || $alertonlyemail == 0} {
if {$emailsendrequired} {
if {$debuglvl>0} { puts "[clock format [clock seconds] -format {%H:%M:%S} -..."
(file "/var/hack/dailymail/dailymail_jazz.tcl" line 7876)
I have run it a few times, and get the same error message each time.
TIA
This problem was fixed a while ago. Are you on the latest patch? Try downloading the latest one and see how it goes?
cheers
Chris
propman07
09-19-2005, 10:28 AM
This problem was fixed a while ago. Are you on the latest patch? Try downloading the latest one and see how it goes?
cheers
Chris
Chris-
Okay, I'll head over to your site, and grab the latest version and give that a try.
Thanks for the support.
EDIT
I'm using version v0.38.8 Beta (10 August 2005). I just downloaded it from your site, and installed it again. I ran Dailymail from the command line, level 3 debug log, and got the same results.
tivo-onion
09-21-2005, 02:43 AM
Chris-
Okay, I'll head over to your site, and grab the latest version and give that a try.
Thanks for the support.
EDIT
I'm using version v0.38.8 Beta (10 August 2005). I just downloaded it from your site, and installed it again. I ran Dailymail from the command line, level 3 debug log, and got the same results.
Search your code for a line that reads:
(a) set ::alertstatus "Conflict - "
or
(b) append ::alertstatus "Conflict - "
or
(c) set alertstatus "Conflict - "
or
(d) append alertstatus "Conflict - "
these lines should be replaced with the following:
(a) or (b) set ::alertstatus true
(c) or (d) set alertstatus true
if you need to make one of these changes could you please tell me where it is in the code,
cheers
Chris
propman07
09-21-2005, 10:35 AM
Search your code for a line that reads:
(a) set ::alertstatus "Conflict - "
or
(b) append ::alertstatus "Conflict - "
or
(c) set alertstatus "Conflict - "
or
(d) append alertstatus "Conflict - "
these lines should be replaced with the following:
(a) or (b) set ::alertstatus true
(c) or (d) set alertstatus true
if you need to make one of these changes could you please tell me where it is in the code,
cheers
Chris
Chris-
I'll check the code, and post back my results. It may be a few days...work is kind of kicking my butt.
Thanks again.
I've just upgraded to tivo software 7.2 and now dailymail won't work anymore.. I'm getting following when I try to run it:
------welcome to the jazzed dailymail program - v0.38.9 Beta Patch #2 (24 August 2005) - starting
------the debug level is set at >>3<<
------generated content presented in American English for your reading pleasure!
------started at 22:21:36 (debugging times specified in gmt)
invalid command name "pool"
while executing
"pool pool0 size"
(file "/var/hack/dailymail/dailymail_jazz.tcl" line 1)
Does anyone have any suggestions on how to fix this??
propman07
09-22-2005, 12:14 AM
Search your code for a line that reads:
(a) set ::alertstatus "Conflict - "
or
(b) append ::alertstatus "Conflict - "
or
(c) set alertstatus "Conflict - "
or
(d) append alertstatus "Conflict - "
these lines should be replaced with the following:
(a) or (b) set ::alertstatus true
(c) or (d) set alertstatus true
if you need to make one of these changes could you please tell me where it is in the code,
cheers
Chris
Chris-
I was able to find option (d) in the dailymail_jazz.tcl file, around line 1537. Here is a clip:
writehtml "</td></tr>"
set conflictsFound 1
set alertstatus true
append alertstatus "Conflict - "
}
}
}
}
set debugfinished true
Should I remove the line with the append alertstatus "Conflict -" ?
It looks like this line needs to be deleted, but I'm not sure if it does.
I will have to give it a try once I get time.
tivo-onion
09-22-2005, 07:55 AM
Chris-
I was able to find option (d) in the dailymail_jazz.tcl file, around line 1537. Here is a clip:
writehtml "</td></tr>"
set conflictsFound 1
set alertstatus true
append alertstatus "Conflict - "
}
}
}
}
set debugfinished true
Should I remove the line with the append alertstatus "Conflict -" ?
It looks like this line needs to be deleted, but I'm not sure if it does.
I will have to give it a try once I get time.
replace:
append alertstatus "Conflict - "
with
append alertreasons "Conflict - "
cheers
Chris
propman07
09-22-2005, 03:24 PM
replace:
append alertstatus "Conflict - "
with
append alertreasons "Conflict - "
cheers
Chris
Hey Chris-
Thanks...I'll give that a try, and post results.
Raisltin Majere
09-25-2005, 09:14 AM
Hi
I don't think this has been covered yet. I am setting up dailymail_jazz and am getting a 550 relay not permitted error.
I have tried telnetting the mail server as suggested by sanderton (on page 3 I think) and am getting the same error when I type RCPT TO: etc
Any ideas, please?
Thanks
[edit] Sorry forgot to say, it works fine if I have the to address the same as the from ddress, but not if I use my work or gmail addresses.
Fozzie
09-25-2005, 11:12 AM
I don't think this has been covered yet.Apart from these 2 posts (and many others) in this very thread, found by searching for 'relay'!
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2645484&highlight=relay#post2645484
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2644886&highlight=relay#post2644886
Both of which are relevant to your problem. ;)
Raisltin Majere
09-25-2005, 03:22 PM
Apart from these 2 posts (and many others) in this very thread, found by searching for 'relay'!
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2645484&highlight=relay#post2645484
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2644886&highlight=relay#post2644886
Both of which are relevant to your problem. ;)
Ah! I read about twenty pages and then searched for "relay not permitted" and got no results.
Thanks for that.
Raisltin Majere
09-25-2005, 04:31 PM
Okay,
I've changed authreq to true and put put my username and password on the subsequent lines (in base64).
Now when I run dailymail I get "AUTH command used when not advertised". I also tried by telnetting and got the same.
I found a post (by UKtivo) detailng the same problem, the solution there was not to authenticate. Obviously this is not the solution for me because I get the relay not permitted error!
Any ideas?
Thanks
gerti
09-25-2005, 04:49 PM
"relay not permitted" comes from the mail server you are using. Basically the mail server sees itself as being responsible for domain abc, and your are emailing to domain xyz. The mail server will not allow that, otherwise anyone could use it to relay spam (the dreaded 'open relays'). Most mail servers will only allow:
1) any mail to their domain (abc)
2) mail to anyone coming from a machine/IP recognized as being 'inside' of their domain/responsibility.
Apparently your Tivo does not qualify for either of these conditions.
Raisltin Majere
09-25-2005, 04:55 PM
Right, how do I sort that then? Can I force the server to request authentication?
Thanks
Fozzie
09-25-2005, 05:00 PM
What ISP are you using? What is your SMTP server? Are you connected to this ISP when trying to send?
Raisltin Majere
09-25-2005, 05:07 PM
I'm with talktalk. SMTP.talktalk.net (62.24.199.11). And yes, I am connected via them when trying to send the email.
Thanks
thepicman
09-26-2005, 10:29 AM
Why would my new version of DMJ think that it is 2003? Latest beta on a new install on a S2. I have DMJ running on a different S1 for many moons.
tivo-onion
09-26-2005, 11:38 AM
Why would my new version of DMJ think that it is 2003? Latest beta on a new install on a S2. I have DMJ running on a different S1 for many moons.
You will have to give us a bit more info than that! A log file at level three logging would be good!
cheers
Chris
thepicman
09-26-2005, 12:16 PM
You will have to give us a bit more info than that! A log file at level three logging would be good!
cheers
Chris
Sorry, should not type when I am not yet coffied... :D I know better than this, assume I am not stupid, just damaged.
I also have this error which shows in my DMJ email
11:01:38-ERROR IN STATUS MODULE >>syntax error in expression "newh + 24"<<
tivo-onion
09-26-2005, 04:44 PM
Ok All,
I unfortunately have not had time yet to complete my detailed install instructions for the latest release (damn work!). However, this release contains a lot of bug fixes that people have been asking for, including those issues in the last few posts in this forum. I am therefore going to make this release available without the instructions for those of you that are familiar with how to install this module. If you are not sure - then avoid this for now until I have complete the detailed installation instructions.
You will need to replace the following files:
- dailymail_jazz
- dailymail_jazz.tcl
- dailymail.cfg
- ip-utilities.tcl
- handlemultievents.itcl
- managedailymail.itcl
I suggest you set-up a new dailymail.cfg file using the new template.
This version contains the "now showing" list functionality, as well as many bug fixes.
You can download the zip file from here (http://deepinthejungle.servehttp.com/Tivo/downloads/Dailymail Jazz Install v1.0 26Sep05.zip).
Please let me know if you encounter any problems and I will address them ASAP,
cheers
Chris
Fozzie
09-26-2005, 06:04 PM
Looking good so far Chris; tracker selected items are showing up nicely :)
I think there may be an issue with the thumbs ratings though (which I must admit, have noticed in the past but never got around to reporting it - apologies).
There are lots of '-' against the ratings but when I check in Tivoweb, they do have thumbs ratings; some implied, some explicit etc.
Another example is my next recording "Trust Me I'm A Holiday Rep" (I've attached the level 3 log extract). Dailymail says '+3' thumbs but Tivoweb says '1' thumb, 'implied', confidence '128'.
Edit: Just done a bit more checking and all has become clear. The values are only displayed for explicit thumbs, which makes sense - I must engage brain before posting! I hadn't even noticed the big green thumb icons next to the numbers!
The example case I quoted is actually a manual recording (because it overlapped with something else). Tomorrows showing is displaying the correct, expected thumbs. Would you expect a manual recording to have no thumbs icon and +3 value?
Ta.
alanjrobertson
09-26-2005, 06:17 PM
Agree - looking good, Chris! One minor thing - the heading for the table in 'Manage Dailymail' in TivoWeb still says v.0.38 rather than v.1.0 ;-) (and I did double check and it is the new .tcl I've installed and I did do a full restart of Tivoweb :))
Re. thumbs - just to confirm that like Fozzie I'd also noticed a bit of inconsistency re. ratings in the Dailymail and on the Tivo (but hand't got round to mentioning it!).
One other thing - in my Now Playing list there are a number of boxes that are coloured pink rather than light/dark blue - I can't qutie work out what the significance is though. At first I thought it was something to do with expiry but there seem to be plenty of items that are expired/about to expire both in pink and blue!
Cheers
Alan
vertigo235
09-26-2005, 11:31 PM
has trackerupdate.tcl changed? the rev date is 9/13 in the zip?
Fozzie
09-27-2005, 02:35 AM
Changed compared to which version? If you're talking about 0.38.9 patch 3, then it's just the creation date comment changed.
Fozzie
09-27-2005, 02:41 AM
Hmm, ref. my thumbs post earlier. I've just noticed another recording that doesn't have a thumbs icon but says +3; Tivoweb says 'No thumbs'.
Multi-delete: I get your new 'test page' "This is a test page! If you can see this page then well done, the first stage of connectivity has been achieved!" If I hit refresh, in the browser, I then get the 'correct' delete page. Is this as planned? :)
tivo-onion
09-27-2005, 03:31 AM
Edit: Just done a bit more checking and all has become clear. The values are only displayed for explicit thumbs, which makes sense - I must engage brain before posting! I hadn't even noticed the big green thumb icons next to the numbers!
Absolutely - you mean you never noticed this before? ;-)
The example case I quoted is actually a manual recording (because it overlapped with something else). Tomorrows showing is displaying the correct, expected thumbs. Would you expect a manual recording to have no thumbs icon and +3 value?
Dunno - prehaps the TiVo allocates a +3 thumbs to something you manually record. Never noticed before. There is certainly nothing in the code that would allocate a +3 based on the "manual" recording type.
So are you still having a problem? I have to say that I have been tracking consistency for a number of weeks now as part of my testing process and have not noticed any problems at all, so this is wierd if there is a problem.
Let me know,
cheers
Chris
tivo-onion
09-27-2005, 03:34 AM
Hmm, ref. my thumbs post earlier. I've just noticed another recording that doesn't have a thumbs icon but says +3; Tivoweb says 'No thumbs'.
Multi-delete: I get your new 'test page' "This is a test page! If you can see this page then well done, the first stage of connectivity has been achieved!" If I hit refresh, in the browser, I then get the 'correct' delete page. Is this as planned? :)
No - this is not the planned result. There must be someting wierd with your browser setup - there is absolutely no reason why it should show the same page on a refresh since exactly the same information is posted to the server both times. The test page is only shown when no parameters are posted to the tivoweb script. Try having a fiddle with your security settings on this one,
cheers
Chris
tivo-onion
09-27-2005, 03:35 AM
Changed compared to which version? If you're talking about 0.38.9 patch 3, then it's just the creation date comment changed.
Nah - just aligning the release dates,
cheers
Chris
tivo-onion
09-27-2005, 03:40 AM
Agree - looking good, Chris! One minor thing - the heading for the table in 'Manage Dailymail' in TivoWeb still says v.0.38 rather than v.1.0 ;-) (and I did double check and it is the new .tcl I've installed and I did do a full restart of Tivoweb :))
I'll sort this out!
One other thing - in my Now Playing list there are a number of boxes that are coloured pink rather than light/dark blue - I can't qutie work out what the significance is though. At first I thought it was something to do with expiry but there seem to be plenty of items that are expired/about to expire both in pink and blue!
These are items that will expire in the next few days. There should be some bold text also that says when it expires.
Fozzie
09-27-2005, 03:55 AM
Hmm, ref. my thumbs post earlier. I've just noticed another recording that doesn't have a thumbs icon but says +3; Tivoweb says 'No thumbs'.
I forgot to say, this one isn't a manual recording - it's from an SP. Any other ideas?
No - this is not the planned result. There must be someting wierd with your browser setup - there is absolutely no reason why it should show the same page on a refresh since exactly the same information is posted to the server both times. The test page is only shown when no parameters are posted to the tivoweb script.I think this one is to do with my setup; orenosp, DynDNS etc. IIRC, someone else had the same thing happening with the same setup. In fact, it was them that said about hitting refresh to get the correct page. It doesn't occur if Dailymail is configured for 'direct' access to TiVo as opposed to secure remote access.
It's no great drama but perhaps it would be useful if you could change the test page to say something to the effect of "You have probably arrived at this page due to your running some form of secure remote access. Hit refresh on your browser and you should be taken to the correct page"
Fozzie
09-27-2005, 03:58 AM
These are items that will expire in the next few days. There should be some bold text also that says when it expires.On mine, everything that is about to expire is pink. However, some expired programmes are pink whilst others blue?!
tivo-onion
09-27-2005, 04:00 AM
I forgot to say, this one isn't a a manual recording - it's from an SP. Any other ideas?
Make sure you are using the new .cfg file as a template, as there was some incorrect graphics name allocations in the old version which may acound for some of the inconsistency.
Otherwise, it is very difficult to analyse any specific issues without your TiVo in front on me. I will take a look at the code anyway and see if anything obvious sticks out.
It may be worth seeing if any issues on your dailymail are the result of transposition between programmes. i.e. are the thumbs shifted one programme up or down at any point? Knowing this would help.
cheers
Chris
tivo-onion
09-27-2005, 04:06 AM
On mine, everything that is about to expire is pink. However, some expired programmes are pink whilst others blue?!
Sounds about right. It indicates those that are within 48 hours of expiring and have expired in the last 24 hours.
cheers
Chris
Fozzie
09-27-2005, 08:06 AM
Sounds about right. It indicates those that are within 48 hours of expiring and have expired in the last 24 hours.Understood. I thought it was indicating showings which were just about to expired and ALL showings that had expired; I can see the rationale for limiting it to those just expired in the last day ;)
Fozzie
09-27-2005, 08:09 AM
Make sure you are using the new .cfg file as a templateYep, definitely using the new template. (ExamDiffPro comes in handy ;))
It may be worth seeing if any issues on your dailymail are the result of transposition between programmes. i.e. are the thumbs shifted one programme up or down at any point? Knowing this would help.Everything else looks fine; all other thumbs values and icons are correct (less the one manual recording).
I'll have another dig around tonight and see if I can find anything.
vertigo235
09-27-2005, 11:40 AM
This new version uses more memory, I can't get it to run on my TiVo without a reboot. Although it is expected since it has an entorely new section.
I guess I need to play with it till I get it right.
vertigo235
09-27-2005, 12:43 PM
I finaly was able to get it working, by creeping down my hours from 120 to 72 (hours ahead etc), but now I get this in the "Now Showing" section, with a max days of 8
"Now Showing
The following recordings are currently available on this TiVo. This list only includes those programs recorded in the last 8 days:
Error When Generating Now Showing List - See Log - can't read "xthumbtype": no such variable "
ash_bluewomble
09-27-2005, 04:41 PM
Has the ability to change the thumbs disappeared in the latest release? It doesn't seem to work for me anymore... anyone else noticed it?
alanjrobertson
09-27-2005, 05:01 PM
Still seemed to work OK for me.
vertigo235
09-27-2005, 05:30 PM
HEre is what the log says
"
17:42:24-ERROR IN NOW SHOWING MODULE >>can't read "xthumbtype": no such variable<<
17:42:24-Items Found >>-1<<
----------------------------------------------------------------
can't read "xthumbtype": no such variable
while executing
"list "${title}${eptitlexx}${rectime}" $title $expsecs $rectime $callsign $durationminutes $seltype $eptitle $descr $fsid $showingfsid $imagef $xthumbt..."
("uplevel" body line 168)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFileTrans fsid name type $::nowshowingdir "" 10 {
set rec [db $::db openid $fsid]
set expdate [dbobj $rec get ExpirationDate]
set ..."
(procedure "getnowshowing" line 63)
invoked from within
"getnowshowing "
----------------------------------------------------------------"
ash_bluewomble
09-27-2005, 05:49 PM
The thumbs editing stuff definitely seems to have disappeared for me... here is the relevent portion of my config file...
##------------------------------------------------------------------------------------------------
## (3.4) TO DO LIST CONFIGURATION
##
## (3.4.1) Suggestions listed ?
## You may select whether or not you want suggestions shown in the to do list generated
## as part of the daily e-mail. If you do not want suggestions displayed, then set the
## value to false, else set it to true. Quote marks should not be used.
set dmailShowSuggestions true
## (3.4.2) List seperator required ?
## If you want to seperate daily items with a date based list seperator to make the lists
## easier to read then set the following variable value to true, else set to false. Quotes
## are not required.
set listseperator true
#### (3.4.2.1) List seperator offset :
#### If you want the list seperators offset by a number of hours then specify that here.
#### Using an offset of 6 (six) will move the day change-over from midnight to 6am the
#### next day. Specifying an offset of 0 (zero) will use the standard midnight date
#### change-over. Set the variable value to the number of hours offset required. Quotes
#### are not required.
set listseperatoroffset 6
## (3.4.3) Thumbs displayed in to-do list required ?
## Set to false if you do not want to see thumbs in the to-do list. Quote marks should
## not be used.
set viewthumbs true
## (3.4.4) Multi-Delete Capability Required On To Do List?
## If you would like to have a multi-item delete capability of the to-do list section
## then set this to true, else set to false.
set todomultidelete true
## (3.4.5) User Sanderton's "Tracker" module to highlight & pre-select "blocked" programs?
## If you use Sanderton's Tracker module to track your watched programs you can use
## this to pre-select programs to delete on using the Multi-Delete capability, or just
## highlight blocked programs if you do not use this capability. If you want to use
## this functionality set the following variable to true, else set to false
set trackerblockreq true
## (3.4.6) Multi-Thumb-Update Capability Required On To Do List?
## If you would like to have a multi-item thumb-update capability of the to-do list
## section then set this to true, else set to false.
set todomultithumbupdate true
## (3.4.7) Multi-Thumb-Delete Repeat Action Button?
## For the multi-delete and multi-thumb-update capability, if you would like to have the
## actions button repeated every seperator row then set to true, else set to false.
set multirepeat false
## (3.4.8) Programme Details Shown?
## You may show a variety of basic info including Full Minutes, Megabytes, Percentage
## Space Used and Time Remaining Info next to each program in the to do list. Set the
## appropriate items to true or false depending on your requirements:
set progstatusdurationreq true
set progstatuspacereq true
set progstatuspercentageusedreq true
set progstatustimeremainingreq true
## (3.4.9) Show Program level high space indicator
## If you want to show a space level high indicator per programme then set this to true,
## else set to false:
set proglevelhighspaceindreq true
## (3.4.10) Show Padding Graphics?
## If you want to show graphics that indicate whether start and/or end padding is to
## be added to the programme then set the following variable to true, else set to false:
set paddinggraphicsreq true
## (3.4.11) Show space added back graphic?
## As the To Do list progresses there are points within the time window covered that
## items would expire and availble space would be effectively increased. if you want to
## see an icon at appropriate times that indicates that this is the case then set the
## following variable to true, else set to false :
set showspaceaddedbackicon true
## (3.4.12) Show delete to make room graphic?
## In the To Do list, there comes a point that the TiVo would start deleting exired items
## and suggestions to make room for necessary recordings. If you want to see and icon at
## the apporpriate times that indicates that this is the case then set the following
## variable to true, else set to false:
set deleteforroomicon true
## (3.4.13) Show new episode / program graphic?
## If you want to display an indicator to indicate a new episode or program then set the
## following variable to true, else set to false:
set shownewepisodeprogramicon true
## (3.4.15) Show season pass / wishlist graphic?
## If you want to display an indicator to indicate a season pass or wishlist then set the
## following variable to true, else set to false:
set showseasonpasswishlisticon true
## (3.4.16) Use Global Blocklist module to highlight & pre-select "blocked" programs?
## If you use Kevin Reilly's Blocklist or "xlist" module then you can you can use
## this to pre-select programs to delete on using the Multi-Delete capability, or just
## highlight blocked programs if you do not use this capability. If you want to use
## this functionality set the following variable to true, else set to false
set globalblockreq true
## (3.4.17) Use Global Blocklist functionality to block or unblock titles?
## If you use Kevin Reilly's Blocklist or "xlist" module then you can you can use
## this perform basic blocking or unblocking of titles from the to-do list. If you want
## to use this functionality set the following variable to true, else set to false
set globalblockfunction true
Any ideas? I get the thumbs displayed, but I no longer have the drop down box next to the thumb, or the "update" button at the top... come to think of it, I think his _might_ have been missing from the previos versio (0.38.8 beta) as well...
Fozzie
09-27-2005, 05:50 PM
Has the ability to change the thumbs disappeared in the latest release? It doesn't seem to work for me anymore... anyone else noticed it?Works fine here. What problem are you having?
Edit: You beat me to it with your explanation!
Fozzie
09-27-2005, 05:58 PM
Chris,
Regarding the preselection of +3 thumbs for some recordings - I just tried to manually change one of the 'working' thumbs settings from '-' to '+1'. In Tivoweb I got not only the programme that I changed but also got the two recordings with +3 and no thumbs images. So this is telling me that Dailymail has not read +3 from TiVo's database but for some reason pre-selected this value in the email. Hope that makes sense. Please see attached.
HEre is what the log says
"
17:42:24-ERROR IN NOW SHOWING MODULE >>can't read "xthumbtype": no such variable<<
17:42:24-Items Found >>-1<<
XXXXXXXXXXXXXXXXXXXXXX snip XXXXXXXXXXXXXxxx
----------------------------------------------------------------
I was getting this same variable output for xthumbtype. I found that, for some reason, the binaries ls and ps weren't executing in /var/hack/bin so they were moved to /busybox with changes duly noted in the cfg file. This with a reboot got rid of that problem.
I'm still not able to produce a Now Showing list in the Dailyemail. I get about 2/3 of the now showing list processed and then develop an error as noted.
16:08:28-within now showing loop-check point #2
16:08:28-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>113<<
16:08:28-Other Thumb Type
16:08:28-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:28-----new programme >>The Forgotten<<
16:08:28-item not invisible
16:08:28-item not ignored
16:08:28-item not out of date range
16:08:28-within now showing loop-check point #1
16:08:28-within now showing loop-check point #2
16:08:28-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>124<<
16:08:28-Other Thumb Type
16:08:28-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:28-----new programme >>Just Shoot Me<<
16:08:28-item not invisible
16:08:28-item not ignored
16:08:28-item not out of date range
16:08:28-within now showing loop-check point #1
16:08:28-within now showing loop-check point #2
16:08:28-Thumb Data Type: >>Explicit<< Qty: >>1<< Confidence: >>255<<
16:08:28-Explicit Thumb Type
16:08:28-thumb image : >>explicitthumbup1.gif<< | thumb count : >>1<< | thumb type : >>E<<
16:08:28-----new programme >>The Simpsons<<
16:08:28-item not invisible
16:08:28-item not ignored
16:08:28-item not out of date range
16:08:28-within now showing loop-check point #1
16:08:28-within now showing loop-check point #2
16:08:28-Thumb Data Type: >>Explicit<< Qty: >>3<< Confidence: >>255<<
16:08:28-Explicit Thumb Type
16:08:28-thumb image : >>explicitthumbup3.gif<< | thumb count : >>3<< | thumb type : >>E<<
16:08:29-----new programme >>Everybody Loves Raymond<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>2<< Confidence: >>139<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup2.gif<< | thumb count : >>2<< | thumb type : >>P<<
16:08:29-----new programme >>Everybody Loves Raymond<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>2<< Confidence: >>139<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup2.gif<< | thumb count : >>2<< | thumb type : >>P<<
16:08:29-----new programme >>Fastlane<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>117<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:29-----new programme >>Rockford Files<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>117<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:29-----new programme >>Sidekicks<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>3<< Confidence: >>53<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup3.gif<< | thumb count : >>3<< | thumb type : >>P<<
16:08:29-----new programme >>South Park<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>3<< Confidence: >>80<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup3.gif<< | thumb count : >>3<< | thumb type : >>P<<
16:08:29-----new programme >>Law & Order<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>120<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:29-----new programme >>Law & Order<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>120<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:29-----new programme >>Law & Order<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>120<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:29-----new programme >>Screech Owls<<
16:08:29-item not invisible
16:08:29-item not ignored
16:08:29-item not out of date range
16:08:29-within now showing loop-check point #1
16:08:29-within now showing loop-check point #2
16:08:29-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>124<<
16:08:29-Other Thumb Type
16:08:29-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:30-----new programme >>Foolproof<<
16:08:30-item not invisible
16:08:30-item not ignored
16:08:30-item not out of date range
16:08:30-within now showing loop-check point #1
16:08:30-within now showing loop-check point #2
16:08:30-Thumb Data Type: >>Predicted<< Qty: >>1<< Confidence: >>124<<
16:08:30-Other Thumb Type
16:08:30-thumb image : >>predictedthumbup1.gif<< | thumb count : >>1<< | thumb type : >>P<<
16:08:30-ERROR IN NOW SHOWING MODULE >>syntax error in expression "13050 * 86400 + "<<
16:08:30-Items Found >>-1<<
----------------------------------------------------------------
syntax error in expression "13050 * 86400 + "
while executing
"expr $startdate * 86400 + $starttime"
("uplevel" body line 10)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFileTrans fsid name type $::nowshowingdir "" 10 {
set rec [db $::db openid $fsid]
set expdate [dbobj $rec get ExpirationDate]
set ..."
(procedure "getnowshowing" line 63)
invoked from within
"getnowshowing "
----------------------------------------------------------------
16:08:30-handle section module completed ok
tivo-onion
09-28-2005, 05:17 PM
HEre is what the log says
"
17:42:24-ERROR IN NOW SHOWING MODULE >>can't read "xthumbtype": no such variable<<
17:42:24-Items Found >>-1<<
----------------------------------------------------------------
can't read "xthumbtype": no such variable
while executing
"list "${title}${eptitlexx}${rectime}" $title $expsecs $rectime $callsign $durationminutes $seltype $eptitle $descr $fsid $showingfsid $imagef $xthumbt..."
("uplevel" body line 168)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFileTrans fsid name type $::nowshowingdir "" 10 {
set rec [db $::db openid $fsid]
set expdate [dbobj $rec get ExpirationDate]
set ..."
(procedure "getnowshowing" line 63)
invoked from within
"getnowshowing "
----------------------------------------------------------------"
Can I have the whole log file please at level 3 logging,
cheers
Chris
tivo-onion
09-28-2005, 06:18 PM
----------------------------------------------------------------
syntax error in expression "13050 * 86400 + "
while executing
"expr $startdate * 86400 + $starttime"
("uplevel" body line 10)
invoked from within
"uplevel $body"
invoked from within
"ForeachMfsFileTrans fsid name type $::nowshowingdir "" 10 {
set rec [db $::db openid $fsid]
set expdate [dbobj $rec get ExpirationDate]
set ..."
(procedure "getnowshowing" line 63)
invoked from within
"getnowshowing "
----------------------------------------------------------------
16:08:30-handle section module completed ok
I don't understand why an item in the now showing list would not have a start time? Anyone got any ideas?
cheers
Chris
tivo-onion
09-28-2005, 06:26 PM
All,
try this version for a probable fix of the thumb issues.
FILE REMOVED
cheers
Chris
vertigo235
09-28-2005, 06:28 PM
Can I have the whole log file please at level 3 logging,
cheers
Chris
Yes Sir!
Attached.
Memory usage seems to be up with this version, even with the Now Showing section turned off, suggestions off, and the recording history section off, have you made any of the memory tweaks you were planning to make yet? It's much easier for me to cause reboots with this new version :D
Does the level 3 debugging use more memory?
tivo-onion
09-28-2005, 06:38 PM
Yes Sir!
Attached.
Memory usage seems to be up with this version, even with the Now Showing section turned off, suggestions off, and the recording history section off, have you made any of the memory tweaks you were planning to make yet? It's much easier for me to cause reboots with this new version :D
Does the level 3 debugging use more memory?
No more memory tweaks that I am aware of - I have done the best I can. Prehaps someone in the know could suggest a bigger pool size? Dunno myself - I am not experiencing any reboots at all! I think the sort function in the now showing module may eat up some extra memory. Also, if you have a lot of problems with reboots then don't use the embedded images function as I have to load the whole email body into memory to search it for specific file names for inclusion into the email. Also try fiddling with the fragmenthtmlemailwrite variable in the cfg file,
cheers
Chris
vertigo235
09-28-2005, 06:46 PM
All I know is that I was running everything except the Exipry section at 120 days before, with this version I run ToDo and Conflicts, with Sugestions off and I have to drop down to 72 hours :(
I'll check out the other settings.
I don't understand why an item in the now showing list would not have a start time? Anyone got any ideas?
cheers
Chris
Chris,
As noted this starts about 2/3 down the list. I deleted several of the programs (one at a time) as it caused an error; then it just keeps preceding downward (if you can follow what I mean :rolleyes:
I'm in the States, -5 gmt, series 2 HDVR2 if that helps.
I noted earlier someone having problems with early am programs not showing up in some listing. I set tzoffset in the configure file to 0 to see if it had any effect. It didn't.
The only other time related anomoly I've noticed is at the end of the email.
Since I installed the program and got it working a few versions back, I've always had this sort of daily call information:
The following daily call information is available:
Last successful call: Thu, 01 Jan at 10:20
Next scheduled call: Thu, 01 Jan at 04:36
Guide data exists through: Tue, 11 Oct 2005
My fakecall.tcl is called by cron, not DailyMail (if this makes a difference).
Last, but not incidentally, let me compliment you on one hell of a program....and the ability to keep this thing delivering the way it does. It blows my mind every AM when I get my DailyEmails telling me what's going on with my Tivos.
Alan
tivo-onion
09-28-2005, 06:46 PM
Works fine here. What problem are you having?
Edit: You beat me to it with your explanation!
The multi-update-thumbs piece is automatically disabled for tivowebplus users and non series 1 users. I believe I am correct that LJ's update thumb functionality does not work for either tivowebplus users or those users with TiVos later than series 1. Am I?
cheers
Chris
vertigo235
09-28-2005, 06:46 PM
I doubt the sort function is causing me any problems because it looks like it's not even running that section due to the error I posted above.
tivo-onion
09-28-2005, 06:51 PM
Chris,
As noted this starts about 2/3 down the list. I deleted several of the programs (one at a time) as it caused an error; then it just keeps preceding downward (if you can follow what I mean :rolleyes:
I'm in the States, -5 gmt, series 2 HDVR2 if that helps.
I noted earlier someone having problems with early am programs not showing up in some listing. I set tzoffset in the configure file to 0 to see if it had any effect. It didn't.
The only other time related anomoly I've noticed is at the end of the email.
Since I installed the program and got it working a few versions back, I've always had this sort of daily call information:
The following daily call information is available:
Last successful call: Thu, 01 Jan at 10:20
Next scheduled call: Thu, 01 Jan at 04:36
Guide data exists through: Tue, 11 Oct 2005
My fakecall.tcl is called by cron, not DailyMail (if this makes a difference).
Last, but not incidentally, let me compliment you on one hell of a program....and the ability to keep this thing delivering the way it does. It blows my mind every AM when I get my DailyEmails telling me what's going on with my Tivos.
Alan
Hmmmm - Wierd - I will try default setting the start time to zero if it comes back as blank - maybe this will help overcome the problem.
Dunno about the call information. This version had some adjustments to allow for later tivo versions as requested earlier in this thread (someone please let me know if this works now) - however I an not that familiar with fakecall. Try calling it from the Dailymail modules and see if it makes a difference? Let me know your success!
cheers
Chris
tivo-onion
09-28-2005, 06:52 PM
I doubt the sort function is causing me any problems because it looks like it's not even running that section due to the error I posted above.
True. Try the new code I just posted - it should fix your problem based on the inspection of the log you just sent!
cheers
Chris
tivo-onion
09-28-2005, 07:07 PM
This version should help fix the blank starttime's for some programmes in the now showing list,
FILE REMOVED
cheers
Chris
Chris
Calling fakecall from within DailyMail gives the following:
The following daily call information is available:
* Last successful call: Thu, 01 Jan at 19:12
* Next scheduled call: Wed, 07 Jan at 23:37
* Guide data exists through: Tue, 11 Oct 2005
The time of the call is correct (unadjusted for our longitude) and we've made a week's progress in the scheduling of the next call :)
Perhaps it'd be helpful to know that a start time does exist in the normal Now Showing screen obtained through the Tivowebplus User Interface on those programs that seem to stall the Now Showing report in the DailyMail.
Alan
Fozzie
09-28-2005, 07:38 PM
All,
try this version for a probable fix of the thumb issues.
cheers
ChrisLooks good so far Chris, thanks. Nothing with a +3 showing up yet. I'll keep monitoring.
As an aside, I've not had any problems with TiVo rebooting when running Dailymail. (I do often get a reboot if I use the managedailymail module to edit dailymail.cfg - I tend to use Hackman for any editing because that doesn't reboot TiVo).
This version should help fix the blank starttime's for some programmes in the now showing list,
cheers
Chris
Many thanks!!!
You certainly were able to scope that problem out in a hurry. Everything looks great.
Thanks again.
Alan
vertigo235
09-28-2005, 07:39 PM
True. Try the new code I just posted - it should fix your problem based on the inspection of the log you just sent!
cheers
Chris
It sure does! I turned off sugestionsin the to-do list, can you have this disable them in the now showing list as well, or add a new variable that disables suggestions in the now showing list?
ash_bluewomble
09-29-2005, 04:41 AM
The multi-update-thumbs piece is automatically disabled for tivowebplus users and non series 1 users. I believe I am correct that LJ's update thumb functionality does not work for either tivowebplus users or those users with TiVos later than series 1. Am I?
cheers
Chris
That's odd... I am using tivowebplus, but I definitely remember the multi-thumbs update working in earlier version of dailymail and I was still using tivowebplus then...
I'm using a series 1 UK tivo.
Chris: Is it simple to remove the code which disables thumbs update for tivowebplus users? If you could point out the line/line that need to be modified, I'd like to try it out -- just as a sainity check!
Cheers,
Ash.
tivo-onion
09-29-2005, 04:50 AM
OK,
here is another mildly updated version that
- adds more debugging to the call time stuff so I can pin down any problems
- finally sorts out this blank start time thingy
- fixes a bug I saw regarding adding back in space and the name of the program
- ripples suggestion preferences through to the now showing list
if you are having problems with the call time stuff, please send me a logging file (using this new module) at level 3 logging so I can take a look at the detail.
Could people please tell me whch version of hackman allows you to edit the config file successfully - my version of hackman (2.2.27) does not seem to provide this functionality.
let me know how it goes,
I have had no comback on the topic of disabling thumb updates for non-series1 and tivowebplus users. Am I correct on this count?
cheers
Chris
c
Fozzie
09-29-2005, 05:02 AM
Could people please tell me whch version of hackman allows you to edit the config file successfully - my version of hackman (2.2.27) does not seem to provide this functionality.Chris, I'm running 4.0.4 (which I think is the latest). There were some problems a long time ago with editing files but these were fixed.
tivo-onion
09-29-2005, 05:46 AM
That's odd... I am using tivowebplus, but I definitely remember the multi-thumbs update working in earlier version of dailymail and I was still using tivowebplus then...
I'm using a series 1 UK tivo.
Chris: Is it simple to remove the code which disables thumbs update for tivowebplus users? If you could point out the line/line that need to be modified, I'd like to try it out -- just as a sainity check!
Cheers,
Ash.
Just for sanity check purposes find:
## MULTI THUMB UPDATE
if {$::tivowebplususer} {
## null
} else {
and change it to:
## MULTI THUMB UPDATE
if {$::tivowebplususer} {
you should find this code twice in the dailymail_jazz.tcl module.
if it works then give me a yell. I am presuming you have a series 1 TiVo?
cheers
Chris
ash_bluewomble
09-29-2005, 06:16 AM
Just for sanity check purposes find:
## MULTI THUMB UPDATE
if {$::tivowebplususer} {
## null
} else {
and change it to:
## MULTI THUMB UPDATE
if {$::tivowebplususer} {
you should find this code twice in the dailymail_jazz.tcl module.
if it works then give me a yell. I am presuming you have a series 1 TiVo?
cheers
Chris
Now I come to think of it, I think I might have been using Tivowebplus 1.1pre2 (beta) at the time... I think that has thumbs update stuff in it... but I had some problems with 1.1pre2, so I moved back to 1.0... I'll give it a go later on anyways...
Cheers,
Ash.
tivo-onion
09-29-2005, 07:20 AM
Chris, I'm running 4.0.4 (which I think is the latest). There were some problems a long time ago with editing files but these were fixed.
Downloaded and installed this - but i am struggling in finding how to edit a file other than the init file? Any guidance would be appreciated,
cheers
Chris
Fozzie
09-29-2005, 08:33 AM
Downloaded and installed this - but i am struggling in finding how to edit a file other than the init file? Any guidance would be appreciated,Click on the link at the bottom of the page (above 'Support for Version 4.0.4) to be taken to the 'Edit files and prefernces' screen. Select 'other' in th drop-down for 'Select file to be edited' and then type the full path for Dailymail.cfg.
(It would be worth asking PortlandPaw to add Dailymail.cfg to the drop-down list, for the next release)
Fozzie
09-29-2005, 08:48 AM
Chris,
Is it a bug or by design that you treat multi-thumbs update seperately for the To Do List and Now Playing sections of the email? I'd like to be able to do them both in one hit.
Thanks.
tivo-onion
09-29-2005, 05:14 PM
Chris,
Is it a bug or by design that you treat multi-thumbs update seperately for the To Do List and Now Playing sections of the email? I'd like to be able to do them both in one hit.
Thanks.
By design.
The multi delete functionality has to be seperate, because seperate modules in tivoweb need to be called to delete now showing items and to do items. Therefore the multi-thumb functionality is kept seperate for consistency. I have no plans to change it - sorry,
cheers
Chris
tivo-onion
09-29-2005, 05:15 PM
Click on the link at the bottom of the page (above 'Support for Version 4.0.4) to be taken to the 'Edit files and prefernces' screen. Select 'other' in th drop-down for 'Select file to be edited' and then type the full path for Dailymail.cfg.
(It would be worth asking PortlandPaw to add Dailymail.cfg to the drop-down list, for the next release)
Tried to update the module base on Portland's code, but it still reboots my TiVo every time. I think I will just point to the hackman editor module from my module and wash my hands of the whole editor thing! Phew,
cheers
Chris
Fozzie
09-29-2005, 05:18 PM
Ok Chris, understood. Would you like me to stick a post in the Hackman thread asking PP to include Dailymail.cfg in the drop-downs or will you?
tivo-onion
09-29-2005, 06:12 PM
Ok Chris, understood. Would you like me to stick a post in the Hackman thread asking PP to include Dailymail.cfg in the drop-downs or will you?
No need - I can reference his editor directly from my module - makes it quick to access. I attach an updated tivoweb module. Thanks for asking though!
Interestingly - my TiVo still reboots when I try and edit it with hackmans editor also - maybe it is due to the length of the setup file? Dunno - but I am happy to remove the editor from my sphere of responsibility anyway,
cheers
Chris
Fozzie
09-29-2005, 06:39 PM
Hmmm, I get:
INTERNAL SERVER ERROR
--cut here--
action_editor '' 'set "filetobeedited" "/var/hack/dailymail/dailymail.cfg";'
can't read "edit": no such variable
while executing
"if {$edit == "Update"} {set filetobeedited $author\.draft
set filetitle $author}"
(procedure "::action_editor" line 10)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
Edit: Even more hmmmm... now it's working!?!
Edit 2: The error above occurs after Tivoweb has been started. Once you have opened Hackman and gone into the 'Edit files and preferences' screen once, the error goes away; this only needs to be done after Tivoweb has been (re)started.
vertigo235
09-30-2005, 07:23 PM
mine reboots when I edit in hackman as well
cwaring
10-01-2005, 11:11 AM
Okay. Just about to set this up and don't really want to wade through 74 pages :) so if some kind soul could answer my bold-ed comments it would be very-much appreciated. Thanks :D
Sorry if these are stupid questions but I'm new at this :)
#set email variables
set mailserver xxx.xxx.xxx.xxx ; # Does it HAVE to be the IP? Can't I just use SMTP.ISP.WHATEVER?
set domain myemaildomain.com ;# IS THIS REQUIRED? Can I just put my ISP in here - blueyonder.co.uk - as it's their mail server I am using.
set recipient "" ; #Got this
set sender "tivo@$domain" ;# Dunno about this? Should I check if my ISP Needs this set?
set senderName "TiVo" ;# Default will do
set authreq true ; # Done this
set username_base64 "" ; Got this
set password_base64 "" ; Got this
Edited to add:
Just had a reply from my ISP....
> smtp comes up as 195.xxx.xx.xx and pop3 comes up as 195.xxx.xx.xx.
> However please note that these ip addresses can change.
Do others who use this module have their own mail servers?
tivo-onion
10-01-2005, 04:51 PM
#set email variables
set mailserver xxx.xxx.xxx.xxx ; # Does it HAVE to be the IP? Can't I just use SMTP.ISP.WHATEVER?
This has to be the i.p. for now, not the domain/url. Your TiVo cannot automatically resolve domains like your PC can - so you have to discretely specify the i.p. address. I am working on a solution to this using fake dns for the future.
#set domain myemaildomain.com ;# IS THIS REQUIRED? Can I just put my ISP in here - blueyonder.co.uk - as it's their mail server I am using.
That is exactly what it is intended to be.
#set recipient "" ; #Got this
Fine.
#set sender "tivo@$domain" ;# Dunno about this? Should I check if my ISP Needs this set?
Leave as is.
#set senderName "TiVo" ;# Default will do
Leave as is for now.
#set authreq true ; # Done this
Fine.
#set username_base64 "" ; Got this
set password_base64 "" ; Got this
Make sure that these are base64 encoded.
cheers
Chris
cwaring
10-01-2005, 05:25 PM
This has to be the i.p. for now, not the domain/url.
Thanks Chris. The problems will arise if and when BY decide to change the IP.
Your TiVo cannot automatically resolve domains like your PC can - so you have to discretely specify the i.p. address.
Stuff I don't know about I tend to take for granted :D
I am working on a solution to this using fake dns for the future.
Hope you find one :)
cwaring
10-01-2005, 07:24 PM
As I said, I'm new to this so am a little daunted by all the cofiguration options that are available. I don't know which I need and which I can ignore. For example, I have not yet made my Tivo accessible through the interenet. Is this required for this module to work? (ie 'web server based variables') That's the sort of thing I need to know, if you have the time :)
cwaring
10-03-2005, 02:51 PM
One other point. Although my email account requires a username/password, it does not require authentication. How do I edit the .cfg file to reflect this?
Rob Nespor Bellis
10-03-2005, 03:04 PM
Um, a username/password *is* authentication.......
Rgds,
R.
cwaring
10-03-2005, 03:21 PM
Bah! Of course. I was looking at the wrong thing in OE6 :( That's it! No more Tivo hacking for me tonight!
Has anybody gotten dailymail to run on a 7.2 version tivo yet??
programx
10-04-2005, 08:41 AM
Hi,
Re-visited the forum for the first time in a while, as I have my Linux box back which puts me in the hacking mood.
This new DailyMail thing looks excellent. I could never get the original one to work, but gave up before I really gave it a decent amount of effort on account of being busy.
However, Tivo-onion, despite following the guide on your web-site, I can't get mine to work!
I egt:
INTERNAL SERVER ERROR
--cut here--
action_extramail '' ''
child process exited abnormally
while executing
"exec $preshell $command > $postcommand 2>&1"
(procedure "::action_extramail" line 19)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--
when I click the 'Send a standard daily email' option.
Any help would be great!
I am using TiVoWeb (normal).
vertigo235
10-04-2005, 10:57 AM
I'm still haveing memory issues with my Series 1 DTiVo, I'm getting reboots with 72 hours set, when my Series 2 DTiVo is funning fine at 120 hours ahead.
I didn't have a problem with .38.8 at 120 hours on either?
Is there hope?
Softail95
10-05-2005, 01:53 PM
Make sure you only have the .itcl's that are in the dailymail .zip. If you have an option on the main TW menu to 'send daily mail', it's old--delete the itcl for it. You should be having to 'manage daily mail' and then pick 'send daily mail' in that submenu. I had this problem and it took Chris and me a long time to find. same error messages as yours....
thepicman
10-07-2005, 10:08 AM
I'm still haveing memory issues with my Series 1 DTiVo, I'm getting reboots with 72 hours set, when my Series 2 DTiVo is funning fine at 120 hours ahead.
I didn't have a problem with .38.8 at 120 hours on either?
Is there hope?
I have been running v1 on my SVR2000 for a week or so now with no ill effects. Switched over from .38.8, so yes.
thepicman
10-07-2005, 10:14 AM
Ok All,
This version contains the "now showing" list functionality, as well as many bug fixes.
Chris
Thanks for that! A feature I hoped for back in v.36 :D
Curious as to why you turn off endpad functionality if found dual tuners?
TIA
TPM
cwaring
10-07-2005, 12:11 PM
Okay. So, I downloaded v.037b as I think this is the latest stable version and nstalled everything as per instructions. Not 100% certain I've got all setting in the .cfg covered correctly but it looks okay and I don't think this problem is related.
I'm getting this error:
INTERNAL SERVER ERROR
--cut here--
action_manage_dailymail '/' ''
can't read "htmlfilerequired": no such variable
while executing
"if { $htmlfilerequired } {
puts $chan [tr "" [td [html_link "/viewdailymail/" "View most recent generated daily status e-mail?"]]]
}"
(procedure "::action_manage_dailymail" line 14)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"--cut here--
With knowing nothing about this utility, I can only assume this is related to this bit of the readme:
USERS INSTALLING DAILYMAIL ONTO A READ-ONLY FILESYSTEM:
- The HTML file is generated regardless of what htmlfilerequired is
set to. The config item htmlfilerequired only dictates whether the
generated HTML file will be deleted when dailymail exits. Therefore,
create a link for the dailymail_jazz.html file to a writeable
filesystem (such as /var/tmp).
Example:
$> ln -s /var/tmp/dailymail_jazz.html /var/hack/dailymail/dailymail_jazz.html
However, when trying to execute that line, I get the following:
ln: cannot create symbolic link `/var/hack/dailymail/dailymail_jazz.html' to `/var/tmp/dailymail_jazz.html': No such file or directory
Can anyone assist fixing this?
It wouldn't surprise me to learn that it's something really, really simple? :D
Fozzie
10-07-2005, 05:17 PM
Okay. So, I downloaded v.037b as I think this is the latest stable version...Where did you get that from? The latest version on his web site is 0.38.8 beta but now we're on a full release:
http://deepinthejungle.servehttp.com/Tivo/downloads/Dailymail%20Jazz%20Install%20v1.0%2026Sep05.zip plus the updated mangedailymail.tcl here:
http://www.tivocommunity.com/tivo-vb/showthread.php?p=3300292&&#post3300292 and updated dailymail_jazz.tcl here:
http://www.tivocommunity.com/tivo-vb/showthread.php?p=3297308&&#post3297308
You haven't installed Dailymail on to a read-only file system, so that bit of the readme is irrelevant to you.
Post the area around 3.1.6 of your dailymail.cfg.
cwaring
10-07-2005, 07:10 PM
Where did you get that from?
http://www.deepinthejungle.com/Tivo/Tivoindex.htm
Thanks for the other links.
You haven't installed Dailymail on to a read-only file system, so that bit of the readme is irrelevant to you.
I thought the Tivo was a RO system, which is why I have to make it RW in telnet before altering stuff. I@ve probably mis-understood something. PCs I know about; Linux I don't :D
Post the area around 3.1.6 of your dailymail.cfg.
I'll try this new version first. Looks more fool-proofed, but I'm a better class of fool ;):D
Edited to add:
Okay. I was mistooked :) I just tried FTPing a text file on Tivo (/var/hack) without first Telnetting in to set it to RW and it worked. Great! I've learned something new and also confused myself at the same time. Isn't learning fun :p
I typed as Fozzie answered :)
Fozzie
10-07-2005, 07:41 PM
I thought the Tivo was a RO system, which is why I have to make it RW in telnet before altering stuff./var is permanently read-write ;)
cwaring
10-08-2005, 06:50 AM
Well, I've got the basics working. One or two little niggles, though. I have attached the latest daily email for reference.
SMART: How do I disable this check and are the errors anything to worry about?
TODO: There's obviously a file missing. The Tracker module (that came with DailyMailJazz) is installed but there's no instructions so don't know how to fix this. It mentions Stuart in the .cfg file. I have done a quick Forum search and found too many references to it to plod through them all for a file :)
IMAGES: As far as I can tell, I have images set to display, but embedded rather than served. Where are they?
Oh, and you see under the "Conflicts" heading? Well, there's nothing in the TDL until after 7pm and there never was, as far as I know. Also, I don't have a SP or ARWL for TNG! How can I have a conflict for something I never planned on recording? That's just silly :)
Fozzie
10-08-2005, 07:22 AM
SMART: How do I disable this check and are the errors anything to worry about?Just enable SMART monitoring on that drive:
/var/hack/bin smartctl -e /dev/hda (if you've a second drive then hdb)
TODO: There's obviously a file missing. The Tracker module (that came with DailyMailJazz) is installed but there's no instructions so don't know how to fix this. It mentions Stuart in the .cfg file. I have done a quick Forum search and found too many references to it to plod through them all for a file :)Latest Tivoweb tracker module here (don't forget to re-load Tivoweb for it to show up)
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2662479&&#post2662479
A script so that the Tracker module databse can be automatically updated (using cron) here:
http://www.tivocommunity.com/tivo-vb/showthread.php?p=2660229&&#post2660229
Fozzie
10-08-2005, 07:27 AM
Oh, and you see under the "Conflicts" heading? Well, there's nothing in the TDL until after 7pm and there never was, as far as I know. Also, I don't have a SP or ARWL for TNG! How can I have a conflict for something I never planned on recording? That's just silly :)What does it say in Tiveoweb when you click on 'details' for that entry?
cwaring
10-08-2005, 08:20 AM
Just the usual "programme details" page with 'record' and 'get SP' options at the bottom so it is obvously NOT scheduled or SP'd.
cwaring
10-08-2005, 09:50 AM
More non-existant conflicts :(
Conflicts
The following unresolvable conflicts occur in the next 120 hours. TiVo has determined that these programmes that you have selected to be recorded via season-pass or wishlist will not be recorded:
However, NONE of the episodes it mentions are actually due to be recorded. They're all dormant (ie FRO) SPs :confused:
Fozzie
10-08-2005, 10:21 AM
Just the usual "programme details" page with 'record' and 'get SP' options at the bottom so it is obvously NOT scheduled or SP'd.It's the 'details' that should give a clue as to what's happening! Can you post a screen grab?
cwaring
10-08-2005, 11:19 AM
Sure thing. As today's only conflict has passed, here's one from an email with details 120 hours ahead :)
http://img326.imageshack.us/img326/1860/image18hn.th.png (http://img326.imageshack.us/my.php?image=image18hn.png) http://img326.imageshack.us/img326/796/image27et.th.png (http://img326.imageshack.us/my.php?image=image27et.png)
On the left is the Daily Email, on the right is programme details for the first "Charmed" episode listed; after "Jade's Salon" which, incidently, I have never shown any interest in nor previously recorded.
However there was a Guide Data problem some time ago that listed "Jade's Salon" with the synopsis and actor details for "Charmed" so that might explain that one, but not the others :)
I've just checked on my actual Tivo and a lot of these 'conflicts' are showing up in the "Recording History" too; even the TNG eps which I have never had an SP for. It's all very :confused:ing :D
Fozzie
10-08-2005, 12:23 PM
It looks like one of your wishlists picked it up? Have you got details of some of the ones that you think may not have been to do with a guide data error. It would also be handy to know what wishlists & type you have.
One other possible explanation is that these programmes were TiVo Suggestions that have been cancelled by TiVo along the way?
programx
10-08-2005, 01:13 PM
Excellent! Well impressed at that!
Thanks guys.
I guess I just wait now to see if my cron's going to work....
programx
10-08-2005, 01:22 PM
Actually, another post ... is there a key to all the icons somewhere?
cwaring
10-08-2005, 01:27 PM
It looks like one of your wishlists picked it up?
Sounds right, now I think about it. However, I don't have any set up to auto-record. Thinking some more about it, it is possible that I did, at one point, set it to auto-record and then cancelled it which would probably explain this phenomenon.
Never mind. I'll simply remove the listing from my daily mail.
Is there another Module available that will cross-check my SPs with each other and tell me of any actual clashes?
Also, while I'm here... I'm not bothered about the ability to edit the DM config file from within TW; mainly due to the security issues if and when I get round to sorting out net access. Is there a way to remove that function safely without breaking the Module?
Thanks for your continued help.
Fozzie
10-08-2005, 04:13 PM
Is there another Module available that will cross-check my SPs with each other and tell me of any actual clashes?Some thing like >>this<< (http://www.tivocommunity.com/tivo-vb/showthread.php?t=250628) perhaps, from the great mrtickle? :)
cwaring
10-08-2005, 04:33 PM
Nope. Got that one already. Not what I was wanting. While excellent, that module seems to only check for other shows/titles similar to your SPs.
I was thinking more along the lines of "won't record this ep of this SP as this it clashes with this one".
Fred1
10-10-2005, 10:33 AM
Hi
I have been running version 0.35.6 for quite a while very successfully.
However since I changed my ISP to Tiscali (from Zen) last week, it has not been able to even generate an email.
I have edited the config file ( I think correctly) with the ip address of the smtp server, and changed the email domain also.
Here is an extract from the log.
##################
09:09:39-debug-about to parse crontab file
09:09:39-debug-e-mail required
09:09:39-debug-about to send e-mail
09:09:39-debug-entered sendmail procedure
09:09:39-debug-variable check:
09:09:39-debug-mailserver : >>212.74.114.61<<
09:09:39-debug-domain : >>tiscali.co.uk<<
09:09:39-debug-recipient : >>xxx@xx.com<< (edited to protect me from spam)
09:09:39-debug-subject: >>TiVo status e-mail for Monday October 10, 2005<<
09:09:39-debug-attempting to open socket 25 to mailserver specified >>212.74.114.61<<
09:09:39-debug-got reply : >>220 mk-smarthost-9.mail.uk.tiscali.com ESMTP Exim 4.30 1 Mon, 10 Oct 2005 10:07:24 +0100<<
09:09:39-debug-connected
09:09:39-debug-got reply : >>250 mk-smarthost-9.mail.uk.tiscali.com Hello xx.xx.xx.xx.dynamic.dsl.as9105.com [xx.xx.xx.xx]<<
09:09:39-debug-helo acknowledged
09:09:39-debug-got reply : >>250 OK<<
09:09:39-debug-from acknowledged
09:09:39-debug-got reply : >>250 Accepted<<
09:09:39-debug-to acknowledged
09:09:39-debug-got reply : >>354 Enter message, ending with "." on a line by itself<<
09:09:39-debug-sending message
09:09:39-debug-building header
09:09:39-debug-about to set recipient
09:09:39-debug-recipient set
09:09:39-debug-building content
09:09:39-debug-html starts
09:09:39-debug-body starts
##########################
And that is where it stops.
Anyone got any ideas?
greenward
10-11-2005, 01:43 PM
Is it just me, or is deepinthejungle down? I got tivowebplus working this weekend and am itching to try out the dailymail.
Jeff
thepicman
10-11-2005, 02:48 PM
Is it just me, or is deepinthejungle down? I got tivowebplus working this weekend and am itching to try out the dailymail.
Jeff
He self-serves, so probably just a cat in the router. Its not unusual. I can email it to you if you want. Which version?
TPM
greenward
10-11-2005, 03:22 PM
TPM,
I guess I should start with the latest version, if it runs under tivowebplus. I know it may not yet be stable, but it's probably more fun! If you could email it to me, I would be thankful.
Alternatively, if the previous stable version is better for me getting started, I'll take that.
Thanks
Jeff
thepicman
10-11-2005, 04:17 PM
TPM,
I guess I should start with the latest version, if it runs under tivowebplus. I know it may not yet be stable, but it's probably more fun! If you could email it to me, I would be thankful.
Jeff
You want to PM me your email address? :D
I'm running DailyMail Jazz 0.38.8 but am having a bit of a problem.
I've got it on a cron, to run it at 6:48am every morning. That seems to work fine, I've checked the logs and confirmed that it does in fact run every day.
But, my problem is, I'm not receiving any emails.
I set debug mode to 3 and waited till the next morning to see if I could find anything.
I found this worrying line in the debug output:
06:49:52-EMAIL NOT SENT BECAUSE THERE IS NO ALERT DISCOVERED!Now, I know there is an option in the config file to only send an email if an alert is found:## (3.1.19) Email Required On Alert Only?
## Generally, an email will always be sent if the user has defined that they want an
## email. If you only want an email to be sent if there is an Alert i.e. there is
## something that needs to be addressed then select the following variable to true
## else set to false. Remember that if you set this variable to true, you will only
## receive an email if something is found that needs user attention.
set alertonlyemail falseBut, as you can see, it's set to false.
So, any idea what the problem could be?
Thanks :)
Fozzie
10-13-2005, 02:32 AM
Sounds like the one of ususal problems of either ISP or home PC spam filtering. Try things like another email account, turning off firewalls, AV etc...
programx
10-13-2005, 08:02 AM
I have it all working on demans now, which is great. Awesome email.
I thought I had my cron set-up right to do it, but obviously not. What are the requirements for cron to work?
It is in my crontab as per the documentation.
thepicman
10-13-2005, 09:44 AM
I have it all working on demans now, which is great. Awesome email.
I thought I had my cron set-up right to do it, but obviously not. What are the requirements for cron to work?
It is in my crontab as per the documentation.
This is how I got mine running.
http://www.planetbuilders.org/tivo/tivo_cron.html
programx
10-14-2005, 03:29 AM
Thanks, will play tonight.
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.