Feature #5472
XMLTV Export to file
0%
Description
Hi.
Could this be done in future?
Only possible from terminal now, but would be nice to get it from web, like u guys did with channels.m3u.
History
Updated by T Pedersen almost 6 years ago
saen acro wrote:
already exist
When I try this with f.ex Perfect player it wont read it, suspect its not in a xml file pr.say, so nogo. Works with tvirl with http://tvh.ip:9981/xmltv/channels/?auth xxxx&password but not others i tried... Only /xmltv/ gives me 404..
Updated by Joe User almost 6 years ago
Look at the bottom of this page for examples:
[[https://github.com/dave-p/TVH-API-docs/wiki/Other-Functions]]
Updated by T Pedersen almost 6 years ago
Joe User wrote:
Look at the bottom of this page for examples:
[[https://github.com/dave-p/TVH-API-docs/wiki/Other-Functions]]
So in other words. NOT implemented yet. Cannot se any solution for an "xml file" generated from web, only trought terminal....
Updated by T Pedersen almost 6 years ago
saen acro wrote:
Why terminal use your web browser.
Sorry I dont get it, but i wanted a way that players like perfect player direct fetches an xml file direct from my tvh. server, instead of creating it from an web browser or terminal command
Updated by Joe User almost 6 years ago
Sorry, I guess we do not get it - saen acro gave you exactly what you asked for "XMLTV Export to file".
Maybe you need to start over again.
Updated by T Pedersen almost 6 years ago
Joe User wrote:
Sorry, I guess we do not get it - saen acro gave you exactly what you asked for "XMLTV Export to file".
Maybe you need to start over again.
Ok. I want to get a readable "xml file"(instead of plain) from my server that players like perfect player can read, only some players support plain and somewhat most players want an file. Better explained http://tvh:9981/xmltv/channels/channels.xml.. Get it?
Joe User wrote:
Sorry, I guess we do not get it - saen acro gave you exactly what you asked for "XMLTV Export to file".
Maybe you need to start over again.
Updated by saen acro almost 6 years ago
Not sure how you configure perfect player but put url of playlist and epg and all is done
on android can be used "PROGTV"https://play.google.com/store/apps/details?id=com.progdvb.progtva
else use KODI
Updated by saen acro almost 6 years ago
Not sure how you configure perfect player but put url of playlist and epg and all is done
on android can be used PROGTV
else use KODI
Updated by saen acro almost 6 years ago
Tom-Frode Pedersen wrote:
Ok. I want to get a readable "xml file"(instead of plain) from my server that players like perfect player can read, only some players support plain and somewhat most players want an file. Better explained http://tvh:9981/xmltv/channels/channels.xml.. Get it?
Still not get the idea from where you get this url
http://tvh:9981/xmltv/channels/channels.xml
when url is just
http://tvh:9981/xmltv/channels
there is a link to manual with you not read
Joe User wrote:
Look at the bottom of this page for examples:
[[https://github.com/dave-p/TVH-API-docs/wiki/Other-Functions]]
Updated by T Pedersen almost 6 years ago
saen acro wrote:
Not sure how you configure perfect player but put url of playlist and epg and all is done
on android can be used "PROGTV"https://play.google.com/store/apps/details?id=com.progdvb.progtva
else use KODI
Only tested this onde, but when i try putting epg url as u say http://tvh.ip:9981/xmltv, nor xmltv/channels/?auth it doesnt work with perfect player. It fails because it wants as and file f.ex xmltv.xml
saen acro wrote:
Not sure how you configure perfect player but put url of playlist and epg and all is done
on android can be used "PROGTV"https://play.google.com/store/apps/details?id=com.progdvb.progtva
else use KODI
Updated by T Pedersen almost 6 years ago
saen acro wrote:
Tom-Frode Pedersen wrote:
Ok. I want to get a readable "xml file"(instead of plain) from my server that players like perfect player can read, only some players support plain and somewhat most players want an file. Better explained http://tvh:9981/xmltv/channels/channels.xml.. Get it?
Still not get the idea from where you get this url
[...]
when url is just
[...]
there is a link to manual with you not readJoe User wrote:
Look at the bottom of this page for examples:
[[https://github.com/dave-p/TVH-API-docs/wiki/Other-Functions]]
I know the url is /xmltv/channels/, channels.xml is a pure example of a output file on server
Updated by saen acro almost 6 years ago
This is problem of creator of perfect player,
connect to him to fix it, this is not problem of TVH.
try PROGTV
Updated by Pablo R. almost 6 years ago
Tom-Frode Pedersen wrote:
I know the url is /xmltv/channels/, channels.xml is a pure example of a output file on server
Did you try
http://username:password@tvh:9981/xmltv/channels
Those URLs need credentials.
Updated by T Pedersen almost 6 years ago
Pablo R. wrote:
Tom-Frode Pedersen wrote:
I know the url is /xmltv/channels/, channels.xml is a pure example of a output file on server
Did you try
[...]
Those URLs need credentials.
Yep. Did this. Maybe because i have multiple epg grabbers with different priorities, nor maybe my tvh version
Updated by T Pedersen almost 6 years ago
saen acro wrote:
This is problem of creator of perfect player,
connect to him to fix it, this is not problem of TVH.try PROGTV
Maybe so. But tvh should have different solution to different very known players
Updated by saen acro almost 6 years ago
If software cannot grab live output of URL, its not good written.
There is no need to download store parse and delete,
when only live url parse is enough.
This is not problem of TVH is is a problem of developer of not so Perfect Player.
You problem is same as software's with NEED live streams with must end with .TS
But why it must end with .TS no one can explain.
Updated by Pablo R. almost 6 years ago
Its easy, do a cron or so and with a web server you can provide that file to your clients.
Updated by T Pedersen almost 6 years ago
Pablo R. wrote:
Its easy, do a cron or so and with a web server you can provide that file to your clients.
Im been doing so,but if tvh could provide xml file native on server i dont need to.
Updated by saen acro almost 6 years ago
Instead of curing the disease, we will treat the symptoms.
TVH is server, the client has to adapt to it, not the vice versa.
Updated by T Pedersen almost 6 years ago
saen acro wrote:
Instead of curing the disease, we will treat the symptoms.
TVH is server, the client has to adapt to it, not the vice versa.
Sure. I'll get it, Just continue with cronjob then for numerous clients with other players that cant grab live xml url.. There is actually alot of disease out there..
Updated by Jaroslav Kysela almost 6 years ago
- Status changed from New to Rejected
The scripting to resolve different requirements is the standard unix way to do things.