Feature #538
generic (xml?) export (and import)
| Status: | Rejected | Start date: | 05/26/2011 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - |
Description
instead of having here or there a m3u download,
please make all data, channels, epg, http/whatever urls available via plain http interface (maybe without auth, or simple auth), so that different clients or connecting software can be made easily. As a starter, I would like to write myself an analyser / alert interface for EPG. Currently my Install (six cards on Astra 19.2E, three dvb-t usb receivers) hold 26xxx Entries in EPG.
xml (which can be transformed via xslt to m3u or anything) for EPG please including filters (GET parameter for limits),
in a later step the xml format could be imported after editing (for channels, iptv urls, etc.) and would lead to a simple REST interface for all data hold in ~/.hts/tvheadend.
I'm not a big friend of xml, but most frameworks allow xml to be written and read from objects hold in storage. So it could be an easy solution.
History
#1
Updated by Andreas Öman almost 2 years ago
I think the best solution would be to add a decent REST+JSON based interface that the web user interface also uses.
The web ui uses json based RPC methods today for all its stuff so if you want to do some kind of hack you could see what
it does (use webinspector or firebug or whatever)
#2
Updated by Matthias Subik almost 2 years ago
Your suggestion worked.
so the only part which is open would be a document stating which parameters are fixed, and what are the accepted ranges (and what is unlimited).
Of course you could say "use the source, luke", it took me more time to dig up the following then to write the code to use the epg info.
(thanks for this software!)
e.g.:
/epg
start=10052&limit=300
I guess start is offset in seconds, limit is limit of answers.
On 01.06.2011, at 07:10, redmine@lonelycoder.com wrote:
Issue #538 has been updated by Andreas Öman.
I think the best solution would be to add a decent REST+JSON based interface that the web user interface also uses.
The web ui uses json based RPC methods today for all its stuff so if you want to do some kind of hack you could see what
it does (use webinspector or firebug or whatever)----------------------------------------
Feature #538: generic (xml?) export (and import)
https://www.lonelycoder.com/redmine/issues/538Author: Matthias Subik
Status: New
Priority: Low
Assigned to:
Category:
Target version:instead of having here or there a m3u download,
please make all data, channels, epg, http/whatever urls available via plain http interface (maybe without auth, or simple auth), so that different clients or connecting software can be made easily. As a starter, I would like to write myself an analyser / alert interface for EPG. Currently my Install (six cards on Astra 19.2E, three dvb-t usb receivers) hold 26xxx Entries in EPG.xml (which can be transformed via xslt to m3u or anything) for EPG please including filters (GET parameter for limits),
in a later step the xml format could be imported after editing (for channels, iptv urls, etc.) and would lead to a simple REST interface for all data hold in ~/.hts/tvheadend.
I'm not a big friend of xml, but most frameworks allow xml to be written and read from objects hold in storage. So it could be an easy solution.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: https://www.lonelycoder.com/redmine/my/account
---
A: Yes.
Q: Are you sure?
A: Because it reverses the logical flow of conversation.
Q: Why is top posting annoying in email?
#3
Updated by Andreas Öman almost 2 years ago
No I 'start' should just be an entry starting from 0 i think?
#4
Updated by Adam Sutton 10 months ago
- Status changed from New to Rejected
Removing this, EPG export is currently possible via HTSP and there are plans to add better web based interfaces.