[mythtv-commits] Ticket #10902: channel list empty in Manual Recording form in mythweb

MythTV noreply at mythtv.org
Thu Jul 12 11:14:07 UTC 2012


#10902: channel list empty in Manual Recording form in mythweb
--------------------------------------+-------------------------
     Reporter:  yiannividalis@…       |      Owner:  kormoc
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Plugin - MythWeb      |    Version:  Master Head
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 Hi.

 I had raised this issue in the users list in Feb/12 with no solution
 (http://www.gossamer-threads.com/lists/mythtv/users/507538), and I still
 don't know if it's a config issue (in which case I apologise) or an actual
 bug.

 I've still got this problem. In the page source (I know php is dynamically
 generated but maybe it helps) the relevant section is:


 {{{
 <div class="x-options">
             <h3>Recording Options:</h3>

             <dl>
                 <dt>Channel:&nbsp;</dt>
                 <dd><select name="channel"></select></dd>
                 <dt>Start Date:&nbsp;</dt>
                 <dd><input type="text" name="startdate" size="10"
 maxlength="10" value="2012-07-12"><br />For daily recordings, 5 weekdays
 if a weekday, or 7 days per week if a weekend day.</dd>
                 <dt>Start Time:&nbsp;</dt>
                 <dd><input type="text" name="starttime" size="10"
 maxlength="8" value="14:03:00"></dd>
                 <dt>Length (min):&nbsp;</dt>
                 <dd><input type="text" name="length" value="120" size="10"
 maxlength="4"></dd>
                 <dt>Title:&nbsp;</dt>
                 <dd><input type="text" name="title" value="Use callsign"
 size="30"></dd>
                 <dt>Subtitle:&nbsp;</dt>
                 <dd><input type="text" name="subtitle" value="Use
 date/time" size="30"></dd>
             </dl>

         </div>
 }}}

 Maybe it's irrelevant but the select for channel doesn't have any more
 parameters.

 Mythweb is at the 23ecd7b3edc03778a4ffae8329d7fe1bcd808ef4 commit.

 I'd appreciate any help.

 Best regards,

 Yianni.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10902>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list