Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 13 of 13

Thread: E2m3u2bouquet plugin

  1. #1

    Title
    Senior Member
    Join Date
    Aug 2013
    Posts
    167
    Thanks
    59
    Thanked 4 Times in 4 Posts

    E2m3u2bouquet plugin

    Hi All,


    Quick question - what would be the best method of installing the following plugin onto my box - E2m3u2bouquet plugin

    Thanks

    Tom.

  2. #2

    Title
    Senior Member
    Join Date
    Dec 2012
    Posts
    188
    Thanks
    126
    Thanked 37 Times in 21 Posts
    never heard of the plugin but best way to install plugins is via plugin feeds.

    also from the name it sounds like you wanna play a .m3u file. instead of using the plugin you mentioned you can just convert the .m3u file to bouquets so you can access it easier
    Last edited by Alankellyeire; 25-07-17 at 13:38.

  3. The Following User Says Thank You to Alankellyeire For This Useful Post:

    tomos (25-07-17)

  4. #3

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2015
    Posts
    338
    Thanks
    64
    Thanked 65 Times in 56 Posts
    Quote Originally Posted by tomos View Post
    Hi All,


    Quick question - what would be the best method of installing the following plugin onto my box - E2m3u2bouquet plugin

    Thanks

    Tom.
    Everything is explained here: h**ps://www.suls.co.uk/enigma2-iptv-bouquets-with-epg/

  5. The Following User Says Thank You to spanner123 For This Useful Post:

    tomos (25-07-17)

  6. #4
    pooface's Avatar
    Title
    V.I.P
    Join Date
    Jun 2010
    Posts
    9,731
    Thanks
    1,904
    Thanked 4,791 Times in 1,951 Posts
    As spanner says, it isn't a plugin that you are used to with GUI etc... You need to ftp the file across, and then manually run the python script...

    Very powerful and excellent script tho
    Rules can be found HERE
    Support our sponsor, World-Of-Satellite HERE
    Follow us on Twitter HERE
    -----
    Vu+ Ultimo (ViX Beta), Vu+ Solo (ViX Beta), CT ET9000 (ViX Beta)
    Dark Motor Superior with Inverto Ultra Black Twin LNB
    85cm Gibertini Aluminium Dish

  7. #5

    Title
    Senior Member
    Join Date
    Aug 2013
    Posts
    167
    Thanks
    59
    Thanked 4 Times in 4 Posts
    Quote Originally Posted by pooface View Post
    As spanner says, it isn't a plugin that you are used to with GUI etc... You need to ftp the file across, and then manually run the python script...

    Very powerful and excellent script tho
    Thanks for the reply 2 more questions can I ftp to any folder and is the following the correct command chmod 777 e2m3u2bouquet.py?

  8. #6

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2015
    Posts
    338
    Thanks
    64
    Thanked 65 Times in 56 Posts
    Quote Originally Posted by tomos View Post
    Thanks for the reply 2 more questions can I ftp to any folder and is the following the correct command chmod 777 e2m3u2bouquet.py?
    Yes that is correct and as the above link explains best to ftp to home/root.
    Everything you need to know is in the link!

  9. #7

    Title
    Senior Member
    Join Date
    Aug 2013
    Posts
    167
    Thanks
    59
    Thanked 4 Times in 4 Posts
    Quote Originally Posted by spanner123 View Post
    Yes that is correct and as the above link explains best to ftp to home/root.
    Everything you need to know is in the link!
    Hi mate, just to double check I'm following the instructions correctly how do I SSH to my box using iDreamX (at the moment i'm just type ssh into the telnet screen and receiving the error below)


    root@vuduo2:~# ssh
    Dropbear SSH client v2016.74 https://matt.ucc.asn.au/dropbear/dropbear.html
    Usage: ssh [options] [user@]host[/port][,[user@]host/port],...] [command]
    -p <remoteport>
    -l <username>
    -t Allocate a pty
    -T Don't allocate a pty
    -N Don't run a remote command
    -f Run in background after auth
    -y Always accept remote host key if unknown
    -y -y Don't perform any remote host key checking (caution)
    -s Request a subsystem (use by external sftp)
    -o option Set option in OpenSSH-like format ('-o help' to list options)
    -i <identityfile> (multiple allowed, default .ssh/id_dropbear)
    -A Enable agent auth forwarding
    -L <[listenaddress:]listenport:remotehost:remoteport> Local port forwarding
    -g Allow remote hosts to connect to forwarded ports
    -R <[listenaddress:]listenport:remotehost:remoteport> Remote port forwarding
    -W <receive_window_buffer> (default 24576, larger may be faster, max 1MB)
    -K <keepalive> (0 is never, default 0)
    -I <idle_timeout> (0 is never, default 0)
    -B <endhost:endport> Netcat-alike forwarding
    -J <proxy_program> Use program pipe rather than TCP connection
    -c <cipher list> Specify preferred ciphers ('-c help' to list options)
    -m <MAC list> Specify preferred MACs for packet verification (or '-m help')
    -V Version
    root@vuduo2:~# cd /home/ root
    root@vuduo2:/home# chmod 777 e2m3u2bouquet.py
    chmod: e2m3u2bouquet.py: No such file or directory

  10. #8

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2015
    Posts
    338
    Thanks
    64
    Thanked 65 Times in 56 Posts
    Quote Originally Posted by tomos View Post
    Hi mate, just to double check I'm following the instructions correctly how do I SSH to my box using iDreamX (at the moment i'm just type ssh into the telnet screen and receiving the error below)


    root@vuduo2:~# ssh
    Dropbear SSH client v2016.74 https://matt.ucc.asn.au/dropbear/dropbear.html
    Usage: ssh [options] [user@]host[/port][,[user@]host/port],...] [command]
    -p <remoteport>
    -l <username>
    -t Allocate a pty
    -T Don't allocate a pty
    -N Don't run a remote command
    -f Run in background after auth
    -y Always accept remote host key if unknown
    -y -y Don't perform any remote host key checking (caution)
    -s Request a subsystem (use by external sftp)
    -o option Set option in OpenSSH-like format ('-o help' to list options)
    -i <identityfile> (multiple allowed, default .ssh/id_dropbear)
    -A Enable agent auth forwarding
    -L <[listenaddress:]listenport:remotehost:remoteport> Local port forwarding
    -g Allow remote hosts to connect to forwarded ports
    -R <[listenaddress:]listenport:remotehost:remoteport> Remote port forwarding
    -W <receive_window_buffer> (default 24576, larger may be faster, max 1MB)
    -K <keepalive> (0 is never, default 0)
    -I <idle_timeout> (0 is never, default 0)
    -B <endhost:endport> Netcat-alike forwarding
    -J <proxy_program> Use program pipe rather than TCP connection
    -c <cipher list> Specify preferred ciphers ('-c help' to list options)
    -m <MAC list> Specify preferred MACs for packet verification (or '-m help')
    -V Version
    root@vuduo2:~# cd /home/ root
    root@vuduo2:/home# chmod 777 e2m3u2bouquet.py
    chmod: e2m3u2bouquet.py: No such file or directory
    Sorry I don't use iDreamx but Dreambox Control Centre although I know a lot of people like using putty.

    I'm not an expert but do not type home# before chmod 777
    Edit: It looks like you are already in root when you start so just type the chmod etc but make sure you observe the correct spaces.
    Last edited by spanner123; 25-07-17 at 19:52.

  11. #9

    Title
    ViX Beta Tester
    Join Date
    May 2011
    Posts
    682
    Thanks
    56
    Thanked 236 Times in 163 Posts
    You should be able to run a standard telnet session, don't need SSH. I tried it with the standard Windows Telnet client and the script ran although not compatible with 2 of the 4 IPTV providers that I use.

  12. #10
    pooface's Avatar
    Title
    V.I.P
    Join Date
    Jun 2010
    Posts
    9,731
    Thanks
    1,904
    Thanked 4,791 Times in 1,951 Posts
    Quote Originally Posted by lincsat View Post
    You should be able to run a standard telnet session, don't need SSH. I tried it with the standard Windows Telnet client and the script ran although not compatible with 2 of the 4 IPTV providers that I use.
    Why not compatible? Should work with all IPTV providers...
    Rules can be found HERE
    Support our sponsor, World-Of-Satellite HERE
    Follow us on Twitter HERE
    -----
    Vu+ Ultimo (ViX Beta), Vu+ Solo (ViX Beta), CT ET9000 (ViX Beta)
    Dark Motor Superior with Inverto Ultra Black Twin LNB
    85cm Gibertini Aluminium Dish

  13. #11

    Title
    Senior Member
    Join Date
    Jan 2012
    Posts
    341
    Thanks
    24
    Thanked 75 Times in 66 Posts
    i had same problem and was using idreamx.
    so i put the script into cd/var/ and that worked fine.
    please note i'm not sure if i have quoted the correct spacing in the cd/var/ command, you may have to play around with spacing.

  14. #12
    pooface's Avatar
    Title
    V.I.P
    Join Date
    Jun 2010
    Posts
    9,731
    Thanks
    1,904
    Thanked 4,791 Times in 1,951 Posts
    ONe other thing to note, which is what someone else I know did, extract the file from the zip before transferring to your box
    Rules can be found HERE
    Support our sponsor, World-Of-Satellite HERE
    Follow us on Twitter HERE
    -----
    Vu+ Ultimo (ViX Beta), Vu+ Solo (ViX Beta), CT ET9000 (ViX Beta)
    Dark Motor Superior with Inverto Ultra Black Twin LNB
    85cm Gibertini Aluminium Dish

  15. #13

    Title
    Junior Member
    Join Date
    Nov 2016
    Posts
    1
    Thanks
    0
    Thanked 1 Time in 1 Post
    Quote Originally Posted by pooface View Post
    As spanner says, it isn't a plugin that you are used to with GUI etc... You need to ftp the file across, and then manually run the python script...

    Very powerful and excellent script tho
    There's now a gui plugin version of the script available

  16. The Following User Says Thank You to Neon Dusk For This Useful Post:

    spanner123 (05-08-17)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.