Bug #3161
EPG problem
0%
Description
Hello
I have in my network two channel:
-TVN
-TVN HD
For this two channel i have set EPG from module EPG Grabber named XMLTV Poland which download EPG from www.teleman.pl and www.gazeta.pl
When i open in TVHeadend in first tab EPG and select TVN i see programs from EPG. But when i open TVN HD i have a blank screen. But should be show the sam program as TVN. SOme days ago it works ok. Now i dont know why not weorking. Please help me.
Files
History
Updated by Piotr Kuchciak about 9 years ago
and see that with other channel has the same problem.
TVN Style - is ok
TVN Style HD - is blank
TVN Turbo - is ok
TVN Turbo HD - is blank
for channel without HD and with HD i from past have set the same XMLTV. In past it works ok now not working.
Updated by Jaroslav Kysela about 9 years ago
Check you channel mapping in the channels grid (configuration). You probably don't select the right source there.
Updated by Piotr Kuchciak about 9 years ago
- File 2015-10-17_21h57_21.png 2015-10-17_21h57_21.png added
I have selected ok. Look
Updated by Jaroslav Kysela about 9 years ago
No idea. The EPG duplication code in XMLTV is there unchanged. Could you provide log from '--debug all -l /tmp/tvheadend.log' on cmd line when you start tvh ? There should be lines (/tmp/tvheadend.log) like:
[ DEBUG]:xmltv: linking TVP-Historia to TVP Historia
Updated by Piotr Kuchciak about 9 years ago
Sorry but in linux i am begginer. On my synology i run my tvheadend by command:
sudo /etc/init.d/tvheadend start
How command i must use with this '--debug all -l /tmp/tvheadend.log' ?
Updated by Mark Clarkstone about 9 years ago
Piotr Kuchciak wrote:
Sorry but in linux i am begginer. On my synology i run my tvheadend by command:
sudo /etc/init.d/tvheadend start
How command i must use with this '--debug all -l /tmp/tvheadend.log' ?
Edit the init script (e.g. nano /etc/init.d/tvheadend or vi /etc/init.d/tvheadend) and change the TVH_ARGS variable to include the above.
Default ARG is
ARGS="-f"
You would change this to.
ARGS="-f --debug all -l /tmp/tvheadend.log"
This is assuming the script uses that variable.
Updated by Piotr Kuchciak about 9 years ago
- File tvheadend.log tvheadend.log added
Ok this is my log
Updated by Piotr Kuchciak about 9 years ago
[ DEBUG]:xmltv: linking TVN to TVN HD
2015-10-18 09:21:15.375 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/epggrab/xmltv/channels/TVN
2015-10-18 09:21:15.375 [ DEBUG]:xmltv: linking TVN to TVN
2015-10-18 09:21:15.376 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/epggrab/xmltv/channels/TVN
2015-10-18 09:21:15.390 [ DEBUG]:xmltv: linking TVN-Turbo to TVN Turbo HD
2015-10-18 09:21:15.390 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/epggrab/xmltv/channels/TVN-Turbo
2015-10-18 09:21:15.390 [ DEBUG]:xmltv: linking TVN-Turbo to TVN Turbo
2015-10-18 09:21:15.391 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/epggrab/xmltv/channels/TVN-Turbo
2015-10-18 09:21:15.361 [ DEBUG]:xmltv: linking TVN-Style to TVN Style HD
2015-10-18 09:21:15.361 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/epggrab/xmltv/channels/TVN-Style
2015-10-18 09:21:15.362 [ DEBUG]:xmltv: linking TVN-Style to TVN Style
2015-10-18 09:21:15.362 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/epggrab/xmltv/channels/TVN-Style
Updated by Piotr Kuchciak about 9 years ago
I see that problem is with more channels... This stop working after some days ago after some update...
Not working channel example:VIVA, FOX, and other...
Updated by Jaroslav Kysela about 9 years ago
I've made a quick test and I can see imported EPG from XMLTV on both channels. Could you upload your XMLTV file? Perhaps, the import fails for a reason (channel id change in XMLTV or so).
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
I recoded the XMLTV grabber internals and I hope that it resolved your issue, too.
Updated by Piotr Kuchciak about 9 years ago
OK but after some latest updates EPG was change... I see this what i show on screen. But why in some fileds is empty and some some channels is double... ? I dont know and i dont understand how this new EPG works. Please help me.
Updated by Jaroslav Kysela about 9 years ago
I think it's correct, if your both XMLTV sources give same channels. I suggest to remove/check all XMLTV channel mapping after upgrade in this grid, because there are missing pieces in the old config - basically - everything from old config is in the xmltv.sock (external) grabber even if you use an utility executed from tvheadend (internal grabber). The previous code mixed everything together.