Commit graph

12 commits

Author SHA1 Message Date
Adam Sutton
0b3fcdce58 channel: added support for getting icons from underlying services
Also added an initial implementation of picon support.
2014-10-01 17:27:53 +02:00
Jaroslav Kysela
ccb67158da epg api: apply the missing the ch_icon -> channelIcon change 2014-09-29 18:45:58 +02:00
Jaroslav Kysela
9b0537f2af api epg: fix memory leak 2014-09-29 09:00:21 +02:00
Jaroslav Kysela
60c5bcc934 api: initialize saveptr for api_epg and api_idnode 2014-09-28 15:19:21 +02:00
Jaroslav Kysela
0cb841a427 epg: query API rewrite 2014-09-27 22:19:05 +02:00
Jaroslav Kysela
220833201f dvr: rewrite to use the idnode system 2014-09-08 16:48:58 +02:00
Ian
7ad0f70ed3 webui: durationfilter code cosmetics (remove rogue whitespace) 2014-07-07 17:48:38 +01:00
Ian
812d801a99 WebUI: Add programme duration filtering 2014-07-07 17:27:02 +01:00
Ian
c622dc9b1c WebUI: Add programme duration filtering 2014-07-07 17:27:02 +01:00
Ian
423617a426 WebUI: Add programme duration filtering 2014-07-07 17:27:02 +01:00
Adam Sutton
db1656314f channel: remove direct usage of ch_name
This is because the field can now be NULL and there were places where this
was not properly checked. So now a function call channel_get_name() should
be used instead and is garaunteed to return non-NULL.

In addition to this there is a nice added benefit. You can NOT set the name,
and it will automatically pull the name from the first available service. This
will not be persistent (part of config) unless you change that name and save
from the UI. This means if the service name changes, so will the channel name.

However on that last point there will not be, currently, any message sent to
the clients (HTSP) to inform them of such a change. So there might be some lag
in getting the update.
2013-10-10 11:12:37 +01:00
Adam Sutton
1fe897492b api: started to migrate EPG functions to the common API 2013-09-16 14:22:10 +01:00