Seite 1 von 1

WebGrabPlus

Verfasst: Sa 11. Sep 2021, 01:18
von lilo74
Hi All Forum,my question is, can it be run on Neutrino as well as epgimport on E2, WebGrab?
Thanks and Regards

Re: WebGrabPlus

Verfasst: Sa 11. Sep 2021, 08:23
von TangoCash
Hi,

Webgrab itself cannot run on setopbox, or really badly ;) but the epg can be imported, but u have to map the epg channels, as in e2

Re: WebGrabPlus

Verfasst: Sa 11. Sep 2021, 18:45
von lilo74
Hi Tango, and can you give me a brief explanation of how to do?
Regards :thumbsup:

Re: WebGrabPlus

Verfasst: Sa 11. Sep 2021, 19:10
von annie
/var/tuxbox/config/epgmap.xml

Beispiel:

Code: Alles auswählen

	<filter channel_id="ffffffff8b478c00" >5c5c3b948002db3c3e0b262e</filter> --Pluto TV Movies

Re: WebGrabPlus

Verfasst: Sa 11. Sep 2021, 19:54
von jokel
muss das nicht heissen
/var/tuxbox/config/zapit/epgmap.xml

Re: WebGrabPlus

Verfasst: Sa 11. Sep 2021, 21:29
von lilo74
Thanks all for responding quickly,I have more doubts, annie in your example
Said this:
<filter channel_id="ffffffff8b478c00">5c5c3b948002db3c3e0b262e</filter> --Pluto TV Movies

ok ,this What is it >5c5c3b948002db3c3e0b262e ? EPG event?
and this is my example

<filter channel_id="00031713151e" >3effce16313706007800f1ff</filter> --CNN

is this correct or is something wrong.

Thanks

Re: WebGrabPlus

Verfasst: So 12. Sep 2021, 08:33
von TangoCash
In Your example:

00031713151e is the channel id (generated by neutrino)
3effce16313706007800f1ff ist the name from the channel in your epg.xml file.


get channels-id from:
http://<boxip>/control/channellist

Code: Alles auswählen

.
.
b3660514013e3ae9 AMC
a9ca2d50013e0de2 Animal Planet HD
a9ca2d50013e0db4 AXN SPIN HD
.
.
Get Egp name from xml:

Code: Alles auswählen

<channel id="AnimalPlanetWest.us">
<display-name>Animal Planet West</display-name>
<icon src="https://cdn.tvpassport.com/image/station/100x100/animalplanet-19.png"/>
</channel>
in this case "AnimalPlanetWest.us"


so the entry in epgmap.xml

Code: Alles auswählen

<?xml version="1.0" encoding="UTF-8" ?>
<zapit>
	<filter channel_id="a9ca2d50013e0de2" >AnimalPlanetWest.us</filter> --AnimalPlanet
	<filter channel_id="aa0004210001ef10" >RTL.de</filter> --RTL HD
	<filter channel_id="b6ba3db8013e4224" >RedlightHD.ero</filter> --Redlight HD
</zapit>