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

Service to channel mapping is broken #92

Closed ljalves closed 10 years ago

ljalves commented 10 years ago

In my config I have 3 services with the same name. Currently I have 1 channel for 1 service.

Bug, channel tab: Editing 1 channel to map to 2 or more services (same name) automatically places all services with the same name in the service selection box.

(Its a bit hard to describe, ping me if needed)

adamsutton commented 10 years ago

Agreed, looks like a bug in the way the UI component works. Which I did some messing about with, so could be my fault (or could just be its always been like that).

adamsutton commented 10 years ago

Stupid bug in the UI multi-select combo, I think its probably always been that way. It's assumed each display field is unique (which has some merit, but in this instance does not work). I think I've fixed this specific issue, but I'll probably have broken something else!