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

Adapter network shows uuid (on first click) #70

Closed clandmeter closed 10 years ago

clandmeter commented 10 years ago

Tv adapters -> Bus -> Adapter name -> Adapter path

Network: 73d1e17f22b78f3775290ce3167af3f3

adamsutton commented 10 years ago

Bloody UI crap! The problem is the combobox store is fed (async) from a sep. query to get the UUID->NetworkName mappings. Probably something gets out of step, thought I'd fixed them all, but obviously not.

clandmeter commented 10 years ago

Another thing i noticed, I am able to toggle enable for: BUS ID and Adapter name. But this actually doesn't do anything?

adamsutton commented 10 years ago

hmm, I don't think that's right. There are some enable flags I think you can set that do nothing (unfortunately I've not come up with a sensible way to hide them).

clandmeter commented 10 years ago

Make them readonly?

On Tue, Sep 24, 2013 at 12:15 PM, Adam Sutton notifications@github.comwrote:

hmm, I don't think that's right. There are some enable flags I think you can set that do nothing (unfortunately I've not come up with a sensible way to hide them).

— Reply to this email directly or view it on GitHubhttps://github.com/adamsutton/tvheadend/issues/70#issuecomment-24991281 .

adamsutton commented 10 years ago

unfortunately its not that simple. They're inherited from a generic object that they have to share much with, what I've not figured out, is how within the object/introspection framework to allow a child class to override the settings of a parent one.

For now the only place where it happens is the enable field in anything that inherits from input, which unfortunately includes the entire DVB HW stack.

adamsutton commented 10 years ago

I'm seeing this as well, not sure of the fix. bloody UI.

adamsutton commented 10 years ago

Horrible hack in place, but should fix the issue.