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 a default "character set" to a network. #77

Closed ljalves closed 10 years ago

ljalves commented 10 years ago

It would be nice to have a default "character set" for a given network. I'm asking this because all my service names are trashed.

adamsutton commented 10 years ago

I think I need to look at this more generally. I think atm their is a charset field (per service) but I think this is a free form text field. It'd be better to change this to an enumerated type and as suggested I think being able to specify this at the network (and mux) would make sense. Will svc override mux overrides network.

adamsutton commented 10 years ago

@ljalves can you try this, http://sprunge.us/bOCc, see if it does anything!

adamsutton commented 10 years ago

and you'll need this patch too, http://sprunge.us/jZeK, forgot to fallback properly where various entities aren't available.

adamsutton commented 10 years ago

I might tidy this code up a bit to get rid of that extra crap I just added.

adamsutton commented 10 years ago

@ljalves made a slight change, if you can can you test this, http://sprunge.us/eTTG

adamsutton commented 10 years ago

This should now be fixed.