belowalthough
Well-Known Member
- Joined
- May 22, 2005
- Messages
- 380
- Reaction score
- 0
This is the thread to discuss FutuBox. Thanks to @digitalp for the info on this service.
GUIDE:
Signup Here - http://futuboxhd.com/sign-up/
Log On Here - http://www.futubox.to
Change Settings - Once you are in go to your Name, Select Settings, Profile, Then test what server is faster for you and Select HD or SD & Save Settings.
Parental Control - You can enable this if you want XXX
Playlist - Go Here: http://www.futubox.to/programme_bookmarks/play_list Once you are signed in and select RTMP or IOS
Need Help - http://futuboxhd.com/faq/
EPG Guide From @digitalp
How to Guide on Live TV addon with futubox playlist and EPG.
Download pvr:simple XBMC addon from:
https://docs.google.com/folder/d/0B4...NIV0hYR0U/edit
This add on works well for internet streams
Download XMLTV GUI form here:
http://www.birtles.org.uk/xmltv/xmltvgui_3.14.01W.exe this software will be used to grab epg data for the English channels.
Follow the guide here
http://www.birtles.org.uk/xmltv/wiki....php/Main_Page
and XML format which you will use later. The epg data should look like below when you open with wordpad
<?xml version="1.0" encoding="utf-8" ?>
<tv>
<channel id="id1">
<display-name lang="en">Channel 1</display-name>
</channel>
<channel id="id2">
<display-name lang="en">Channel 2</display-name>
</channel>
...
<programme start="20130215080000 +0100" stop="20130215081500 +0100" channel="id1">
<title lang="en">News</title>
</programme>
<programme start="20130215080500 +0100" stop="20130215083500 +0100" channel="id2">
<title lang="en">Movie</title>
</programme>
...
</tv>
I am sure most of you can install an addon on XBMC, so install the pvr:iptv simple addon
Set Up XBMC's PVR Add-On
After installing, Go to system Enabled Add-ons-> PVR Clients. Double-click and select configure.
Play List settings:
This is where you will import your playlist. Select local path and click on M#U Play List Path to select your playlist. Before doing this, you must have must have edited your playlist to look like the code below. You can use any text editor to open .m3u files and edit them.
Code:
#EXTM3U tvg-shift=3
#EXTINF:-1 tvg-id="id1" tvg-name="Channel_1" tvg-logo="logo1" group-title="Group 1",Channel 1
http://STREAMURL
#EXTINF:-1 tvg-id="id2" tvg-name="Channel_2" tvg-logo="logo2" group-title="Group 2",Channel 2
udp://STREAMURL
- tvg-id is value of channel id in EPG xml file. If the tag is absent then addon will use tvg-name for map channel to EPG;
- tvg-name is value of display-name in EPG there all space chars replaced to _ (underscore char) if this value is not found in xml then addon will use the channel name to find correct EPG.
- tvg-logo is name of channel logo file without extension (.png). If this tag is absent then addon will use channel name to find logo.
- tvg-shift is value in hours to shift EPG time. This tag can be used in #EXTM3U for apply shift to all channels or in #EXTINF for apply shift only to current channel.
- group-name is channels group name. If the tag is absent then addon will use group name from the previous channel.
EPG Settings:
Also choose local path and point to the XML file on your local drive.
Enabling the PVR:
head to Settings > Add-Ons > Disabled Add-Ons. Head to PVR Clients, and select the one for your program (in this case, PVR IPTV Simple Client). Choose Enable.
Go back to XBMC's Settings and choose Live TV. Under General, check the Enabled box, and tweak any other settings you want here.
If you go back to the main menu, you should see a new section called "Live TV" where you can watch shows, see an episode guide.
GUIDE:
Signup Here - http://futuboxhd.com/sign-up/
Log On Here - http://www.futubox.to
Change Settings - Once you are in go to your Name, Select Settings, Profile, Then test what server is faster for you and Select HD or SD & Save Settings.
Parental Control - You can enable this if you want XXX
Playlist - Go Here: http://www.futubox.to/programme_bookmarks/play_list Once you are signed in and select RTMP or IOS
Need Help - http://futuboxhd.com/faq/
EPG Guide From @digitalp
How to Guide on Live TV addon with futubox playlist and EPG.
Download pvr:simple XBMC addon from:
https://docs.google.com/folder/d/0B4...NIV0hYR0U/edit
This add on works well for internet streams
Download XMLTV GUI form here:
http://www.birtles.org.uk/xmltv/xmltvgui_3.14.01W.exe this software will be used to grab epg data for the English channels.
Follow the guide here
http://www.birtles.org.uk/xmltv/wiki....php/Main_Page
and XML format which you will use later. The epg data should look like below when you open with wordpad
<?xml version="1.0" encoding="utf-8" ?>
<tv>
<channel id="id1">
<display-name lang="en">Channel 1</display-name>
</channel>
<channel id="id2">
<display-name lang="en">Channel 2</display-name>
</channel>
...
<programme start="20130215080000 +0100" stop="20130215081500 +0100" channel="id1">
<title lang="en">News</title>
</programme>
<programme start="20130215080500 +0100" stop="20130215083500 +0100" channel="id2">
<title lang="en">Movie</title>
</programme>
...
</tv>
I am sure most of you can install an addon on XBMC, so install the pvr:iptv simple addon
Set Up XBMC's PVR Add-On
After installing, Go to system Enabled Add-ons-> PVR Clients. Double-click and select configure.
Play List settings:
This is where you will import your playlist. Select local path and click on M#U Play List Path to select your playlist. Before doing this, you must have must have edited your playlist to look like the code below. You can use any text editor to open .m3u files and edit them.
Code:
#EXTM3U tvg-shift=3
#EXTINF:-1 tvg-id="id1" tvg-name="Channel_1" tvg-logo="logo1" group-title="Group 1",Channel 1
http://STREAMURL
#EXTINF:-1 tvg-id="id2" tvg-name="Channel_2" tvg-logo="logo2" group-title="Group 2",Channel 2
udp://STREAMURL
- tvg-id is value of channel id in EPG xml file. If the tag is absent then addon will use tvg-name for map channel to EPG;
- tvg-name is value of display-name in EPG there all space chars replaced to _ (underscore char) if this value is not found in xml then addon will use the channel name to find correct EPG.
- tvg-logo is name of channel logo file without extension (.png). If this tag is absent then addon will use channel name to find logo.
- tvg-shift is value in hours to shift EPG time. This tag can be used in #EXTM3U for apply shift to all channels or in #EXTINF for apply shift only to current channel.
- group-name is channels group name. If the tag is absent then addon will use group name from the previous channel.
EPG Settings:
Also choose local path and point to the XML file on your local drive.
Enabling the PVR:
head to Settings > Add-Ons > Disabled Add-Ons. Head to PVR Clients, and select the one for your program (in this case, PVR IPTV Simple Client). Choose Enable.
Go back to XBMC's Settings and choose Live TV. Under General, check the Enabled box, and tweak any other settings you want here.
If you go back to the main menu, you should see a new section called "Live TV" where you can watch shows, see an episode guide.
Last edited: