Jump to content


Photo

channel id


  • Please log in to reply
23 replies to this topic

#1 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 23 August 2013 - 17:45

Questions How can find the channel id
to be able to build yourself epg.dat

 

 

  <channel id="100tv">
    <display-name >100 ТВ</display-name>
  </channel>

 


in a channel which does not coincide with other resources
and does not appear in the EPG


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #2 doglover

  • Rytec EPG Team
  • 17,363 posts

+657
Excellent

Posted 24 August 2013 - 07:18

You have to make .something.channels.xml file in which you build the connection between the XMLTV file and the service references:

 

This results in a list like this:

<channel id="RTL4.nl">1:0:19:1b6c:0c88:0003:00eb0000:0:0:0:</channel> <!-- RTL 4 HD -->

 

The <channel id="100tv"> tag of the XMLTV file is the start of each line.

In our FAQ's more details are given in the section:

* Can the amount of epg be limited to only the channels I am using

 

The procedure is the same.  Except you have to fill in your own channel id's

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: channel id #3 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 24 August 2013 - 15:39

here's an example
I want to make IPTV EPG

Xmltv

<channel id="laminor">
<display-name lang="en"> Ля-минор </ display-name>
</ channel>


channels.xml

<channel id="laminor"> 1:0:1:76:1:2:0:0:0:0: </ channel> <! - Ля-минор ->


trouble attracting and EPG
tadas I suspect that other channel id
and how to find dreambox channel id

I was going to other channels and have been very successful


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #4 doglover

  • Rytec EPG Team
  • 17,363 posts

+657
Excellent

Posted 24 August 2013 - 15:52

and how to find dreambox channel id:

 

See our Faq's

 

<channel id="laminor"> 1:0:1:76:1:2:0:0:0:0: </ channel> <! - Ля-минор ->

 

remove spaces:

 

<channel id="laminor">1:0:1:76:1:2:0:0:0:0:</ channel> <!-- Ля-минор -->

 

This part:  <!-- Ля-минор --> is just comment - so it can contain anything, but is used for making it human readable.

But it should start with:  <!--  

and end with:  -->

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: channel id #5 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 24 August 2013 - 16:16

space, I came out of the common of the Translator
In reality, all i okei
General,
I create my epg.dat with croossepg,
but here most of the themes of import plugin Xmltv

well, thank you, will seek solutions or error


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #6 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 27 August 2013 - 18:21

please tell me
how to choose the channel referensei Sid
but that should not put every Sid
I enjoyed the situation
  that kills another channel EPG


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #7 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 29 August 2013 - 18:04

I have an issue
why does not appear in the EPG

 which may be an error

 

channels.xml

 

<channel id="geographic">1:0:1D54:2F44:13E:0:0:0:0:</channel> <!-- National Geographic -->
 

 program.xml

 

<channel id="geographic">    
 <display-name>National Geographic</display-name>  
</channel>
 

 

 

<programme start="20130829050000 +0300" stop="20130829060000 +0300" channel="geographic">
    <title>Последние тайны Третьего рейха: Золото фашистов.</title>
  </programme>
  <programme start="20130829060000 +0300" stop="20130829070000 +0300" channel="geographic">
    <title>Самые опасные встречи.</title>
  </programme>
  <programme start="20130829070000 +0300" stop="20130829080000 +0300" channel="geographic">
    <title>По следам мифических чудовищ: Монгольский червь смерти.</title>
  </programme>
  <programme start="20130829080000 +0300" stop="20130829090000 +0300" channel="geographic">
    <title>В ожидании конца света: На войне все средства хороши.</title>
  </programme>
  <programme start="20130829090000 +0300" stop="20130829100000 +0300" channel="geographic">
    <title>Запреты: Двойная жизнь.</title>
  </programme>


Edited by maigais, 29 August 2013 - 18:09.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #8 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 29 August 2013 - 18:37

EPG wanted to attract IPTV

 

#SERVICE 1:0:1:1D54:2F44:13E:FFFF0000:0:0:0:http%3a//29.sh.tvshka.net/~xxxxxxxxx/29/:National Geographic
#DESCRIPTION National Geographic


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #9 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 29 August 2013 - 18:44

and lamedb_new

 

 

1D54:ffff0000:2F44:013E:1:0      
National Geographic                      
p:SchuraTV


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #10 doglover

  • Rytec EPG Team
  • 17,363 posts

+657
Excellent

Posted 30 August 2013 - 07:56

This is not a properly formed service ref:

 

1:0:1D54:2F44:13E:0:0:0:0:

 

Service refs look like this:

 

1:0:19:F09:7ED:2:11A0000:0:0:0:

 

So yours would look like:  1:0:1:1D54:2F44:13E:ffff0000:0:0:0:

I am guessing at this.

But see our FAQ on how to obtain a single service reference.

 

Another method is unzip the attached file and put in a dir together with the lamedb from your box.

Run now makeref.vbs  (this a visual basic script for windows)

 

A new file refs.txt will be created.  In this file you will find a list of service refs from your box.  In this you have to fill in the epg ref from the XMLTV file.

 

Willy

 

Attached Files


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: channel id #11 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 30 August 2013 - 19:01

thank you
but I have windows7 rus
thrown error

Attached Files


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #12 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 30 August 2013 - 19:58

reference is in order,

the orderly examined
why I think it is due to tvprogram

 

National Geographic

Attached Files


Edited by maigais, 30 August 2013 - 19:59.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #13 doglover

  • Rytec EPG Team
  • 17,363 posts

+657
Excellent

Posted 31 August 2013 - 07:49

This is not OK:   1:0:1D54:2F44:13E:0:0:0:0:

 

Why don't you try:  1:0:1:1D54:2F44:13E:FFFF0000:0:0:0:  in the channels file

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: channel id #14 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 31 August 2013 - 08:00

I tried
and it did not work  1:0:1:1D54:2F44:13E:FFFF0000:0:0:0: 

although I tried to attract the EPG channel
from satellite AMOS 4.0 *
it works

but it comes from the satellite  

 

<channel id="geographic">1:0:1:7DA:C8:356E:0:0:0:0:</channel> <!-- National Geographic -->

 

tvprogram.xml but does not want to work


Edited by maigais, 31 August 2013 - 08:03.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #15 doglover

  • Rytec EPG Team
  • 17,363 posts

+657
Excellent

Posted 31 August 2013 - 08:55

I have reread this thread, and I noticed you want IPTV channels to provide with epg.

Problem, is I do not have experience with this either. Athough I have IP channels on my box, most are radio channels.And these do not have epg.  I never tried to attach epg to tese.

 

There are also Tv IP channels, and these have epg.  Although they are just doubles from the sat channels.

Entries in the bouquet file look like this:


 

#SERVICE 1:0:19:13A9:C85:3:EB0000:0:0:0:http%3A//192.168.1.19%3A8001/1%3A0%3A19%3A13A9%3AC85%3A3%3AEB0000%3A0%3A0%3A0:Eurosport HD
#SERVICE 1:0:19:1421:C85:3:EB0000:0:0:0:http%3A//192.168.1.19%3A8001/1%3A0%3A19%3A1421%3AC85%3A3%3AEB0000%3A0%3A0%3A0:Eurosport HD DUT
 

They are from another box.  And have the first part (service ref) equal to the original channel.  And this part is mentioned in the lamedb. 

Maybe you have to use an existing service ref from an equal sat channel.

Something like this:

 

#SERVICE 1:0:1:1D54:2F44:13E:FFFF0000:0:0:0:http%3a//29.sh.tvshka.net/~xxxxxxxxx/29/:National Geographic
#DESCRIPTION National Geographic

 

and in the channels file

 

<channel id="geographic">1:0:1:1D54:2F44:13E:FFFF0000:0:0:0:</channel> <!-- National Geographic -->

 

I hope you understand that, that this is also out of my experience, and I am just trying to give you my ideas about this.

In order to eliminate any other problem, could you post also the epgimport log file here pls.  (see our FAQ)

 

Willy

 

PS: The Namespace FFFF0000 is generally usedfor DVB-T not for sat channels.


Edited by doglover, 31 August 2013 - 08:58.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: channel id #16 Pr2

  • PLi® Contributor
  • 6,165 posts

+261
Excellent

Posted 31 August 2013 - 08:55

Hi,

 

To properly create your reference here is how it works:

 

REFTYPE:FLAGS:STYPE:SID:TSID:ONID:NS:PARENT_SID:PARENT_TSID:UNUSED

 

REFTYPE since it is IPTV it should always be: 4097

FLAGS:0

STYPE: 1 means TV

SID: since it is IPTV you can generate your own ID here

TSID: 0 (otherwhise it is a reference to a transpondeur ID)

ONID: 0

NS: namespace is the orbital positio of the satellite, so you can use the same as for DVB-C:  ffff0000

PARENT_SID:0

PARENT_TSID:0

UNUSED:0

 

So in your userbouquet file the IPTV reference should looks like:

 

#SERVICE 4097:0:1:1D54:0:0:FFFF0000:0:0:0:http%3a//29.sh.tvshka.net/~xxxxxxxxx/29/:National Geographic
#DESCRIPTION National Geographic

 

So when you create IPTV entries, you just need to create yourself you own unique SID and then you can create your own .xml file to import the EPG.

 

but if you already have the EPG imported for the satellite, you can simply reuse it for the iptv by taking like it is the service reference and change the first 1 by 4097 to mention that it is IPTV, so you will not need to create your own .xml file to have EPG.

 

You don't need to touch your lamedb file to add iptv channels, you just need to create an new userbouquet file with the service reference starting with 4097.

 

Pr2

 

 


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: channel id #17 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 31 August 2013 - 09:05

either some nonsense

4097, it means the stream will work with gstreamer

to humanize the work in should be 1

 
 
 
 

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #18 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 31 August 2013 - 09:22

I have only crossepg.log

 

 

31/08/2013 11:17:03 SIFTeam CrossEPG Downloader 0.6.2 (svn 300) © 2009-2011 Sandro Cavazzoni (http://code.google.com/p/crossepg/)
31/08/2013 11:17:03 This software is distributed under the terms of the GNU Lesser General Public License v2.1
31/08/2013 11:17:03 Interactive: OPEN cmd received
31/08/2013 11:17:03 EPGDB opened (root=/media/usb/crossepg)
31/08/2013 11:17:05 Clearing old aliases...
31/08/2013 11:17:05 Loaded 0 aliases
31/08/2013 11:17:05 Adding new aliases...
31/08/2013 11:17:05 Completed
31/08/2013 11:17:05 Interactive: OK action sent
31/08/2013 11:17:05 Interactive: DOWNLOAD cmd received
31/08/2013 11:17:05 No more url available
31/08/2013 11:17:05 Error downloading/parsing channels file
31/08/2013 11:17:05 Interactive: SAVE cmd received
31/08/2013 11:17:08 Interactive: CLOSE cmd received
31/08/2013 11:17:08 EPGDB closed
31/08/2013 11:17:08 Interactive: OK action sent
31/08/2013 11:17:08 Interactive: QUIT cmd received
31/08/2013 11:17:09 SIFTeam CrossEPG DB Converter 0.6.2 (svn 300) © 2009-2011 Sandro Cavazzoni (http://code.google.com/p/crossepg/)
31/08/2013 11:17:09 This software is distributed under the terms of the GNU Lesser General Public License v2.1
31/08/2013 11:17:09 EPGDB opened
31/08/2013 11:17:09 Reading EPGDB...
31/08/2013 11:17:11 Completed
31/08/2013 11:17:11 EPG.DAT opened
31/08/2013 11:17:11 Writing events...
31/08/2013 11:17:26 Sorting hashes...
31/08/2013 11:17:26 Writing descriptors...
31/08/2013 11:17:28 EPG.DAT closed
31/08/2013 11:17:28 EPGDB closed

 

xmltvgui_xmltv.conf

 

description=Shura IPTV XMLTV
protocol=xmltv
channels=/media/usb/epg/ru.channels.xml
epg=/media/usb/epg/tvprogram.xml
preferred_language=eng
 


Edited by maigais, 31 August 2013 - 09:23.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: channel id #19 doglover

  • Rytec EPG Team
  • 17,363 posts

+657
Excellent

Posted 31 August 2013 - 09:31

Crossepg does not work with local files!!!!!!!!!!!  Nothing has been imported

Only files from the internet.

I have mentioned this numerous times.  Crossepg is a whole load of trouble.

Yes, in some instances it works.  But there are a lot of issues.

 

Use XMLTV importer instead.

 

Willy


Edited by doglover, 31 August 2013 - 09:31.

~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: channel id #20 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 31 August 2013 - 14:43

I am interested in the finished product
it is epg.dat
but Xmltv Importer
epg.dat not be given

although I Crossepg
  inport the files
yet, in addition, create a file epg.dat

 

 

 

 

but sometimes esoteric :mellow: 


Edited by maigais, 31 August 2013 - 14:47.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod



4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users