Opened 14 years ago

Closed 14 years ago

#7576 closed defect (worksforme)

Channel visibility can not be set or unset in mythweb 0.22

Reported by: anonymous Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: 0.22
Severity: medium Keywords:
Cc: Ticket locked: yes

Description

Using DVB-S(2) most channels need not be in the channel list, only a section for your own region. Deleting them removes them, but a rescan for channels re-enters them into the list: unpractical. Setting invisible is a good measure. This used to be possible for a large list of cahnnels in a very practical way using mythweb, simply by changing a tick in the designated column. In 0.22 changing this tick is not being passed on. i.e. it is ineffective as is any other modification in this screen: http://mythtvbackend/mythweb/settings/tv/channels. Quite annoying as this is the only way to attractively clean up the channel list.

Change History (4)

comment:1 Changed 14 years ago by Nijn <info@…>

I've tested this but all seems to be working here. If I understand correctly: any change you make on that page (name, callsign, visible, etc) is not being made after a submit of the form?

Do you notice any other strange behaviour in mythweb relating to the channels?

comment:2 Changed 14 years ago by stuartm

Priority: criticalminor
Ticket locked: set

There is a limit on the maximum size of a submitted form (imposed by the browser/webserver/php). With enough channels it's very easy to exceed this meaning that 'submit' quietly fails and no changes are made. This has been the case for as long as I can remember and no-one has ever expressed interest in working around it.

comment:3 Changed 14 years ago by Stuart Auchterlonie

Milestone: 0.220.24

Bumping open 0.22 milestone tickets to 0.24

comment:4 Changed 14 years ago by sphery

Milestone: 0.24unknown
Resolution: worksforme
Status: newclosed

This seems to work fine except in the circumstances stuartm described, above. Please configure your Apache with appropriate LimitRequestBody? and your PHP with appropriate upload_max_filesize and post_max_size.

Note: See TracTickets for help on using tickets.