Advertisement
ultimatesp

E2epg

Sep 21st, 2017
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. Enigma2 with epg
  2.  
  3. Using Suls script and .ipk plugin for epg with m3u link
  4.  
  5.  
  6.  
  7. Installing the Plugin:
  8.  
  9. Download the .ipk file from the github repo (at time of writing this was v0.8.2) https://github.com/su1s/e2m3u2bouquet/releases/
  10. Open a FTP session from your laptop/device to your Enigma2 box
  11. FTP the .ipk to the /tmp folder
  12. Either install it from the box GUI or VIA SSH using one of the below options depending on image used
  13. - OpenATV this will be Press Blue Button -> Plugins -> Choose IPK Installer -> (3) Memory /tmp -> (1) Install Extensions -> select the IPK (OK) and press green
  14. - OpenVix this will be ‘Menu -> Setup -> ViX -> Install local extension
  15. - SSH/Telnet to the box and run opkg install /tmp/enigma2 [TAB – to autocomplete path]
  16. - note if you have openwebif Terminal plugin installed you can use that to run opkg install command also.
  17.  
  18. Reboot you box to complete installation.
  19.  
  20.  
  21.  
  22. Configuring the Plugin:
  23.  
  24. Open your plugins menu, (Green button as shortcut) there should now be a plugin named ‘IPTV Bouquet Maker (IPTV for Enigma2 – E2m3u2bouquet plugin)’
  25. Open this plugin.
  26. Set the configuration options as desired, Below is an example of my configuration and an explanation of each field
  27.  
  28.  
  29. - Automatic bouquet update (schedule): This will set a cron job that will rerun the script at a set interval
  30. - Update interval (hours): This will set the frequency with which the script will be rerun
  31. - Provider:
  32. - Username: From your email;
  33. - Password: From your email
  34. - All IPTV type: This sets the stream type to IPTV, Default is DVB stream types for live channels and IPTV for VOD, all IPTV type streams may be required if you are unable to record channels.
  35. - Multi VOD: If you want your VOD to be broken up into seperate boquets based on the grouping from your provider set this to enabled, WARNING - large VOD section can create a massive amount of bouquets and cause your box to appear slow when navigating the epg
  36. - Download picons: if the channel has a tvg-logo url set in the m3u file then this option will download it for the stream, this depends on your provider having it set on their panel
  37. - Picon save path: This is the path to which the downloaded picons should be saved
  38. - Create all channels bouquet:When set to Yes this will create an additional single bouquet which will contain all the m3u contents
  39. Press the green button to save the configuration
  40. Open the plugin again if it closed and press the yellow button to run the install of the provider file.
  41. The spinner on the LHS upper part of the screen will appear
  42. If you have an override.xml file then when the bouquet update is happening you may see the spinner graphic and the box ui may be unresponsive for around a minute
  43. Downloading Picons (especially on first run) takes a long time. Your box will show the spinner graphic and the ui will be unresponsive while this happening.
  44.  
  45.  
  46. Assigning the epg
  47.  
  48. Open epgimport from plugins menu
  49. .
  50.  
  51. Press the Blue button to open the epgimport sources menu
  52. There should now be a new option in there that matches your provider name
  53. This option can often be found at the bottom of the list of sources.
  54.  
  55.  
  56. Select this source and press the Green button to save the changes.
  57. Now back at the EPG import configuration screen press the yellow button to run a manual import
  58. You will be prompted to confirm and then the import will begin.
  59. The import should show a large number of events being imported for each selected option and will take a couple of minutes, you can now leave this screen.
  60. This import should be scheduled for daily update if source files are updated daily.
  61. Common Questions
  62.  
  63. The IPK and script developers have a help thread check there for common errors - https://www.suls.co.uk/e2m3u2bouquet-help-thread/
  64. Can I hide bouquets or channels that I do not use? - Yes check out the custom mapping and override xml features in v0.5
  65. My epg is not showing or is only showing some epg entries - Check you have run epgimport as above.
  66. I moved my streams/channels/bouquets around afterwards with echanneliser but they are back the same shortly afterwards - This happens if you have suls ipk set to run on a scheduled basis as it recreates them in the same order based override and provider files.
  67. I don't see an entry in the cron tab for my schedule - this is because the IPK doesn't use cron it wakes itself to rerun the scripts.
  68. my m3u file is empty - Double check that your username and password are entered correctly taking care of caps and number requirements. Also check that the sub is working by downloading the m3u from a web browser as a test.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement