adamsutton / tvheadend

Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.
http://www.lonelycoder.com/hts/tvheadend_overview.html
Other
18 stars 5 forks source link

add advance settings to dialogs #59

Closed clandmeter closed 10 years ago

clandmeter commented 10 years ago

For instance in satconfig in the edit dialog, there are uncommitted settings. What i read so far is that uncommitted is not regular and is used for multi switch setups. I don't think regular users know about it or will use it. Lets not confuse them and try to hide these settings with a fieldset called "Advanced settings". Does extjs have something like collapsible fieldsets as html does?

adamsutton commented 10 years ago

This might be a bit of a pain with the current grids, since they're driven from the C code. But it might be possible to do something. What we really need is a simple setup wizard so that normal, initial, setup doesn't require using the grids at all.

clandmeter commented 10 years ago

Yes setup wizard is the way to go. But i didn't dare to put this in the feature queue :-)

adamsutton commented 10 years ago

I have added the mechanism for making things "advanced" (also added a hidden option for grids). But I think there will be some difference of opinion as to what constitutes "advanced".