12528 Members
237 Forums
7811 Topics
24004 Posts
Max Online: 9115 @ 08/24/24 07:30 PM
|
|
|
14 registered (Toysoft, Admin, OMEGA, tomash, Smokey, haki, bobot, karimkaki15, goode men, Franco89, raffsif1234, didond, gerolamo, bori),
1555
Guests and
146
Spiders online. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|
#24085 - 10/27/21 04:31 PM
Epg Alias
|
VIP Japhar
journeyman
Registered: 12/29/15
Posts: 93
|
Hi,I have some channels of dvb-t ita that have an old epg, linked with the old frequency. I need to equate for example chanell-1hd with channel-1sd epg. My image is OpenPLi 7.2star (2020-12-03-develop), and EpgImport on board.
|
Top
|
|
|
|
|
#24086 - 10/28/21 03:32 AM
Re: Epg Alias
[Re: andr3wz]
|
Japhar Member
Carpal Tunnel
Registered: 10/19/10
Posts: 9993
|
Check this, Admin - Create a template custom.channels.xml This assumes you have already run the streamrefupdate.py file as per above guide, You will need to run another python script which will create a new file called custom.channels.xml in your /etc/epgimport/ folder, the guide on running the script is @ How to automatically create your custom.channels.xml from IPTV bouquet - map channel ID from epg data source to custom.channels.xml Download and open the custom.channels.xml file as created earlier and replace the placeholder text with the channel ID from the epg data source on the line matching the channel you want the epg data assigned to. - Create custom.sources.xml This file ties all the others together and is the main reference file for the epgimport plugin, all files mentioned above need to be correctly referenced in this file otherwise the data will not be imported and the epg assigned to the IPTV stream. Note that file names are very case sensitive. The below is the basic complete custom.sources.xml file copy it and save into a file called custom.sources.xml <sources> <source type="gen_xmltv" channels="/etc/epgimport/custom.channels.xml"> <description>US TV Guide EPG</description> <url>/etc/epgimport/NAME OF EPG DATA FILE</url> </source> </sources> For more infos : https://www.techkings.org/threads/how-to-assign-epg-to-iptv-streams.120096/
_________________________
|
Top
|
|
|
|
|
#24128 - 11/04/21 06:33 PM
Re: Epg Alias
[Re: andr3wz]
|
VIP Japhar
journeyman
Registered: 12/29/15
Posts: 93
|
Hi Admin, what I needed to do was to create an alias of a terrestrial channel, which I did in the past by creating a specific conf file under crossepg dir. Actually in this case I was able to synchronize the epg of the offending hd channel with the epg of the same channel but on sat, using the echannalizer tool. Thanks
|
Top
|
|
|
|
|
#24129 - 11/05/21 03:54 AM
Re: Epg Alias
[Re: andr3wz]
|
Japhar Member
Carpal Tunnel
Registered: 10/21/10
Posts: 2649
|
The custom xml could be the solution ?
TS
<sources> <source type="gen_xmltv" channels="/etc/epgimport/custom.channels.xml"> <description>US TV Guide EPG</description> <url>/etc/epgimport/NAME OF EPG DATA FILE</url> </source> </sources>
_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910 Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/
|
Top
|
|
|
|
|
|
|