View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Jun 07, 2006 11:08 am 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
I'm running R5B7 and ever since I've upgraded to it I've noticed that on mythweb, shows that aren't going to be recorded because of previous recordings or because they just aren't new episodes still show up. Anyone know how to disable this "feature" which never appeared before R5B7 afaik. Here's a pic to illustrate what I mean.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 5:44 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Actually it's always done that as long as I can remember. Just uncheck the boxes at the top that say "Duplicates" and "Deactivated".


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 5:48 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
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...


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 6:35 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Well that's probably the source of your problem. You're not using IE are you?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 7:11 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
God no. Firefox for life. But seriously, I checked IE and it's the same problem + png transparency issues because of its horrible support.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 7:16 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
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.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 7:19 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
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.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jun 07, 2006 7:44 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 08, 2006 6:26 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
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?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 08, 2006 8:08 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
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?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 08, 2006 8:12 pm 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 08, 2006 8:49 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
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...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 09, 2006 5:24 am 
Offline
Joined: Sat Jun 25, 2005 7:39 pm
Posts: 162
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 09, 2006 6:33 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
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"


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 23 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu