Opened 13 years ago
Closed 13 years ago
#10903 closed Bug Report - General (Duplicate)
channel list empty in Manual Recording form in mythweb
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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: </dt> <dd><select name="channel"></select></dd> <dt>Start Date: </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: </dt> <dd><input type="text" name="starttime" size="10" maxlength="8" value="14:03:00"></dd> <dt>Length (min): </dt> <dd><input type="text" name="length" value="120" size="10" maxlength="4"></dd> <dt>Title: </dt> <dd><input type="text" name="title" value="Use callsign" size="30"></dd> <dt>Subtitle: </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.
Note: See
TracTickets for help on using
tickets.
Duplicate of #10902