Jump to content


Photo

Enigma2 SystemPlugin IPTVbouquet


  • Please log in to reply
20 replies to this topic

#1 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 3 September 2016 - 17:04

Hello friends,

Attached SystemPlugin IPTVbouquet will install two iptv bouquets (for live tv from many countries) - IPTV KODILIVE (based on plugin.video.kodilivetv) and IPTV (based on HDFreaks github).

Install the attached .ipk as usual for any plugin. The bouquets will be installed automatically after Restart enigma.

Tested with openpli 4 and openatv images. Also works for dm820 with openatv.

Regards, pcd.

Attached Files


Edited by pcd, 3 September 2016 - 17:07.


Re: Enigma2 SystemPlugin IPTVbouquet #2 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 4 September 2016 - 10:56

28 downloads ! It will be nice to know - if any worked ! :)



Re: Enigma2 SystemPlugin IPTVbouquet #3 nml

  • Senior Member
  • 30 posts

+1
Neutral

Posted 4 September 2016 - 12:10

@ pcd, Tried it today and it works fine for me, good picture quality UK channels.

 

Thank you.



Re: Enigma2 SystemPlugin IPTVbouquet #4 Dimmie

  • Senior Member
  • 2,338 posts

+33
Good

Posted 4 September 2016 - 19:17

Does it automatically refresh ?



Re: Enigma2 SystemPlugin IPTVbouquet #5 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 4 September 2016 - 21:59

Does it automatically refresh ?

Yes, links updated at source.



Re: Enigma2 SystemPlugin IPTVbouquet #6 Rick Hunter

  • PLi® Core member
  • 9,051 posts

+56
Good

Posted 4 September 2016 - 22:04

It works fine with OpenPLi 5.  But not all of the channels are working. 

e.g. The streams with a w at the beginning gives no channel.


Plinux member We have a.. (ehmm.. morgage) house.

Re: Enigma2 SystemPlugin IPTVbouquet #7 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 5 September 2016 - 09:52

It works fine with OpenPLi 5.  But not all of the channels are working. 

e.g. The streams with a w at the beginning gives no channel.

Kodi addon kodilivetv has this info :-

 

"    <description lang="en">Kodi Live TV - downloaded for free from:
http://kodilive.eu
Plugin to watch IPTV free worldwide"

 

You may find some information at their site - but I have not investigated.


Edited by pcd, 5 September 2016 - 09:55.


Re: Enigma2 SystemPlugin IPTVbouquet #8 Rick Hunter

  • PLi® Core member
  • 9,051 posts

+56
Good

Posted 6 September 2016 - 20:37

My Italian is near to zero.. 


Plinux member We have a.. (ehmm.. morgage) house.

Re: Enigma2 SystemPlugin IPTVbouquet #9 maho33

  • Member
  • 22 posts

0
Neutral

Posted 6 September 2016 - 23:25

I have tested them these image does not work have dreambox 800hd se v2
openatv 5.3
d.m.s
newnigma2
tsimage


Re: Enigma2 SystemPlugin IPTVbouquet #10 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 7 September 2016 - 09:33

 

I have tested them these image does not work have dreambox 800hd se v2
openatv 5.3
d.m.s
newnigma2
tsimage

 

Sorry, I do not have your box to test.

 

Do you see these 2 files in folder /etc/enigma2 :-

 

userbouquet.hdf.tv

userbouquet.kodilive.tv

 

Also, in file /etc/bouquets.tv - do you see these two lines :-

 

#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.kodilive.tv" ORDER BY bouquet
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.hdf.tv" ORDER BY bouquet

 

Regards, pcd.



Re: Enigma2 SystemPlugin IPTVbouquet #11 maho33

  • Member
  • 22 posts

0
Neutral

Posted 7 September 2016 - 17:04

install without problems, but it is not in the favorites list or channel list
nor in the menu system and

 

http://i.hizliresim.com/D3POz6.jpg
http://i.hizliresim.com/ZYZ5ra.jpg
http://i.hizliresim.com/gXqPN3.jpg
http://i.hizliresim.com/J3aWrY.jpg

 

 

 

Sorry, I do not have your box to test.

 

 

 

Do you see these 2 files in folder /etc/enigma2 :-

 

 

userbouquet.hdf.tv

userbouquet.kodilive.tv

 

Also, in file /etc/bouquets.tv - do you see these two lines :-

 

#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.kodilive.tv" ORDER BY bouquet
#SERVICE 1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.hdf.tv" ORDER BY bouquet

 

Regards, pcd.

 


Edited by maho33, 7 September 2016 - 17:07.


Re: Enigma2 SystemPlugin IPTVbouquet #12 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 7 September 2016 - 19:16

I don´t see the files eather, maybe kodi put them there before, without kodi pre-installed nothing there, I looked into plugin.py code

 

path2 = "/etc/enigma2/userbouquet.kodilive.tv"
        f2 = open(path2, "w")

 

``w''   Truncate file to zero length or create text file for writing.
         The stream is positioned at the beginning of the file.

``w+''  Open for reading and writing.  The file is created if it does not
         exist, otherwise it is truncated.  The stream is positioned at
         the beginning of the file.

 

@pcd, try to delete the two files in /etc/enigma2 or deinstall kodi and then install IPTVbouquet again or try

    f2 = open(path2, "w+")

I tried myself w+, the files are not there

@pcd the easiest way, upload those two files

 



Re: Enigma2 SystemPlugin IPTVbouquet #13 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 7 September 2016 - 20:17

@mrvica

 

The systemplugin made the two files. See pic :

 

http://i.hizliresim.com/D3POz6.jpg

 

but the image did not upload them to the bouquet list /etc/bouquets.tv and changed the names to userbouquet.hdf.tv.del and userbouquet.kodilive.tv.del.

 

@maho33

 

please do telnet command :-

 

init 4

 

Then manually delete the two .del files in /etc/enigma2

 

Then give command :-

 

init 3

 

Then do the settings change here :-

 

Menu ->Setup -> Usage and Gui -> Customize -> Allow unlinkd userbouquet -> Yes

 

Restart enigma and see if the two bouquet files are there.



Re: Enigma2 SystemPlugin IPTVbouquet #14 maho33

  • Member
  • 22 posts

0
Neutral

Posted 7 September 2016 - 20:45

thanks i did
Menu - > Setup -> Usage and Gui -> Customize -> Allow unlinkd userbouquet -> Yes
Restart enigma and see if the two bouquet files are there.
it works now

 

@mrvica

 

The systemplugin made the two files. See pic :

 

http://i.hizliresim.com/D3POz6.jpg

 

but the image did not upload them to the bouquet list /etc/bouquets.tv and changed the names to userbouquet.hdf.tv.del and userbouquet.kodilive.tv.del.

 

@maho33

 

please do telnet command :-

 

init 4

 

Then manually delete the two .del files in /etc/enigma2

 

Then give command :-

 

init 3

 

Then do the settings change here :-

 

Menu ->Setup -> Usage and Gui -> Customize -> Allow unlinkd userbouquet -> Yes

 

Restart enigma and see if the two bouquet files are there.



Re: Enigma2 SystemPlugin IPTVbouquet #15 maho33

  • Member
  • 22 posts

0
Neutral

Posted 7 September 2016 - 21:03

What can I do if Linker changed ?
you have the option to add more Turkish channels ?


Re: Enigma2 SystemPlugin IPTVbouquet #16 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 7 September 2016 - 21:59

 

What can I do if Linker changed ?
you have the option to add more Turkish channels ?

 

This systemplugin is for two sources Kodilive.tv and Hdfreaks. These are updated by the servers.

 

But if you know other iptv links I will tell you how to put them in a bouquet.


Edited by pcd, 7 September 2016 - 22:00.


Re: Enigma2 SystemPlugin IPTVbouquet #17 maho33

  • Member
  • 22 posts

0
Neutral

Posted 8 September 2016 - 21:35

My master
I have sent pm to you
 



Re: Enigma2 SystemPlugin IPTVbouquet #18 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 8 September 2016 - 21:45

does it need the internet connection to be installed or to start properly, that could be the problem I didn´t think of



Re: Enigma2 SystemPlugin IPTVbouquet #19 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 31 October 2016 - 16:01

New update attached.

Attached Files


Edited by pcd, 31 October 2016 - 16:01.


Re: Enigma2 SystemPlugin IPTVbouquet #20 Rick Hunter

  • PLi® Core member
  • 9,051 posts

+56
Good

Posted 31 October 2016 - 23:44

Thanks. What is de change from the original plugin?


Edited by Rick Hunter, 31 October 2016 - 23:44.

Plinux member We have a.. (ehmm.. morgage) house.


2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users