LinHES Forums http://forum.linhes.org/ |
|
MythWeb - Upcoming Recordings show Previous Recordings http://forum.linhes.org/viewtopic.php?f=6&t=10396 |
Page 1 of 1 |
Author: | tjc [ Wed Jun 07, 2006 5:44 pm ] |
Post subject: | |
Actually it's always done that as long as I can remember. Just uncheck the boxes at the top that say "Duplicates" and "Deactivated". |
Author: | md10md [ Wed Jun 07, 2006 5:48 pm ] |
Post subject: | |
If you look though, they are unchecked. It's really annoying trying to see what's coming up when I have 3/4+ of them deactivated. Edit: For some reason the deactivated box does not work. Nothing changes when I check or uncheck it... |
Author: | tjc [ Wed Jun 07, 2006 6:35 pm ] |
Post subject: | |
Well that's probably the source of your problem. You're not using IE are you? |
Author: | md10md [ Wed Jun 07, 2006 7:11 pm ] |
Post subject: | |
God no. Firefox for life. But seriously, I checked IE and it's the same problem + png transparency issues because of its horrible support. |
Author: | ceenvee703 [ Wed Jun 07, 2006 7:16 pm ] |
Post subject: | |
I've seen the same behavior under R5B7 with both IE and Firefox, Mac/Win/Linux. Shows that aren't going to be recorded because they've hit the limit of # of shows I set, even if Duplicates and Deactivated are unchecked, still show up. It hasn't bothered me enough to try upgrading to R5C7 and see if that fixes things, but it's tempting. |
Author: | md10md [ Wed Jun 07, 2006 7:19 pm ] |
Post subject: | |
There has to be a switch in some php file somewhere that disables this. It's hard to believe the myth people seeing this as a wanted feature. |
Author: | tjc [ Wed Jun 07, 2006 7:44 pm ] |
Post subject: | |
Huhn? I often find it invaluable, and when I don't want to see it I can change the check boxes appropriately. The check boxes are supposed to work, they do for me, which probably means that there is some kind of minor misconfiguration somewhere on md10md's system. Maybe directory permissions, or mythweb-settings.php, or ... It might be worth checking http://<HOSTNAME>/mythweb/settings/session |
Author: | ceenvee703 [ Thu Jun 08, 2006 6:26 am ] |
Post subject: | |
tjc wrote: Huhn? I often find it invaluable, and when I don't want to see it I can change the check boxes appropriately.
The check boxes are supposed to work, they do for me, which probably means that there is some kind of minor misconfiguration somewhere on md10md's system. Maybe directory permissions, or mythweb-settings.php, or ... It might be worth checking http://<HOSTNAME>/mythweb/settings/session I don't see anything apropos under those session settings. I'm sure this is a bug, not a feature, and I'm not sure why we're seeing it. I did no custom configuration of mythweb beyond securing it with the security script. tjc, are you running R5B7 or C7? |
Author: | tjc [ Thu Jun 08, 2006 8:08 pm ] |
Post subject: | |
I'm running R5C7. Lets take a look at some things. How does your PHP settings file look? Code: root@black2:~# md5sum /etc/mythtv/mythweb-settings.php 19af249e7712cced7ec4f8f1259cc025 /etc/mythtv/mythweb-settings.php How about the ownership/permissions on these directories: Code: root@black2:~# find /usr /var -type d -user www-data -ls
711067 4 drwxr-xr-x 13 www-data www-data 4096 May 12 20:16 /usr/share/mythtv/mythweb 711119 4 drwxr-xr-x 4 www-data www-data 4096 May 12 21:22 /usr/share/mythtv/mythweb/data 793287 16 drwxr-xr-x 2 www-data www-data 16384 Jun 7 23:35 /usr/share/mythtv/mythweb/data/cache 803894 4 drwxr-xr-x 2 www-data www-data 4096 May 12 20:22 /usr/share/mythtv/mythweb/data/tv_icons 1083463 4 drwxr-xr-x 2 www-data www-data 4096 Jun 24 2004 /var/cache/apache 1083464 4 drwxr-xr-x 2 www-data www-data 4096 Nov 18 2004 /var/cache/apache-perl 1083529 4 drwxrwxrwx 4 www-data www-data 4096 Jun 24 2004 /var/lib/apache/mod-bandwidth 1083530 4 drwxrwxrwx 2 www-data www-data 4096 May 25 2004 /var/lib/apache/mod-bandwidth/link 1083531 4 drwxrwxrwx 2 www-data www-data 4096 May 25 2004 /var/lib/apache/mod-bandwidth/master 1097366 4 drwxr-xr-x 2 www-data www-data 4096 Apr 29 02:11 /var/www/motion If you make a session change (like putting a search term in the box) does it persist? |
Author: | md10md [ Thu Jun 08, 2006 8:12 pm ] |
Post subject: | |
Things like searches do persist and the md5sum of that settings file was identical. Code: root@mythtv:/etc/mythtv# find /usr /var -type d -user www-data -ls
210350 4 drwxr-xr-x 13 www-data www-data 4096 Apr 8 12:41 /usr/share/mythtv/mythweb 210402 4 drwxr-xr-x 5 www-data www-data 4096 Apr 10 20:16 /usr/share/mythtv/mythweb/data 210291 8 drwxr-xr-x 2 www-data www-data 8192 Jun 8 22:01 /usr/share/mythtv/mythweb/data/cache 210292 4 drwxr-xr-x 2 www-data www-data 4096 Apr 8 23:38 /usr/share/mythtv/mythweb/data/tv_icons 217175 4 drwxrwxrwx 2 www-data www-data 4096 Apr 8 12:40 /usr/share/mythtv/mythweb/php_sessions 274855 4 drwxr-xr-x 2 www-data www-data 4096 Jun 24 2004 /var/cache/apache 274856 4 drwxr-xr-x 2 www-data www-data 4096 Nov 18 2004 /var/cache/apache-perl 274921 4 drwxrwxrwx 4 www-data www-data 4096 Jun 24 2004 /var/lib/apache/mod-bandwidth 274922 4 drwxrwxrwx 2 www-data www-data 4096 May 25 2004 /var/lib/apache/mod-bandwidth/link 274923 4 drwxrwxrwx 2 www-data www-data 4096 May 25 2004 /var/lib/apache/mod-bandwidth/master |
Author: | tjc [ Thu Jun 08, 2006 8:49 pm ] |
Post subject: | |
Odd. My php_sessions dir is different, it's owned by root... Code: root@black2:~# ls -al /usr/share/mythtv/mythweb/php_sessions total 8 drwxrwxrwx 2 root root 4096 May 12 20:15 . drwxr-xr-x 13 www-data www-data 4096 May 12 20:16 .. Next I guess we look at the DB... I'll have to do some spelunking to figure out what to look at first... 'Kay try this as root: Code: mysql mythconverg -se 'select * from mythweb_sessions' You should be able to see the setting of those check boxes in a section that looks something like this: Code: {s:14:"disp_scheduled";b:1;s:15:"disp_duplicates";b:0;s:16:"disp_deactivated";b:1;s:14:"disp_conflicts";b:1;}
You might get some mileage out of deleting that(those) record(s) and creating a new session... |
Author: | md10md [ Fri Jun 09, 2006 5:24 am ] |
Post subject: | |
About that php_sessions directory, after you mentioned it might be a permissions issue, I chmoded it to 777 just in case. That query returned: Code: {s:14:"disp_scheduled";b:1;s:15:"disp_duplicates";b:0;s:16:"disp_deactivated";b:0;s:14:"disp_conflicts";b:0;}
along with a bunch of other crap. |
Author: | ceenvee703 [ Fri Jun 09, 2006 6:33 am ] |
Post subject: | |
I am playing along too; my results agree with md10md thus far. When I do the query, then change check boxes to display duplicates or deactivated, then requery, the query results change appropriately. In other words, if "display duplicates" is unchecked, it shows "b:0". If I check it and requery, it shows "b:1". Change it back and it's back to "b:0" |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |