-
Notifications
You must be signed in to change notification settings - Fork 4
Mythling EPG
Donald Oakes edited this page Jul 27, 2015
·
35 revisions
A streamlined, mobile-first program guide for MythTV.
###Contents
Installation
Customization
####Instructions for hosting outside of Mythling:
- You need MythTV 0.27 or later. The easiest way to host Mythling EPG is to use MythTV's built-in web server.
- Download the distribution zip file and unpack the distribution zip file into the
root directory of your backend's built-in web server. On Fedora Linux the root directory is as follows:
- /usr/share/mythtv/html (for pre-packaged MythTV installations)
- /usr/local/share/mythtv/html (for built-from-source MythTV)
- Point your browser to: http://:6544/mythling-epg/guide.html (or guide-omb.html for older browsers).
####Parameters
- startTime - The ISO-formatted start time for MythTV guide data. Defaults to the present client time.
startTime=2015-07-12T06:00:00.000Z
- guideInterval - Hours to retrieve when more data is needed (i.e. when scrolling right). Default is 12 hours.
guideInterval=24
- bufferSize - As scrolling approaches the end of available data, retrieval will be triggered to keep this many screen widths available to the right. Default is 8.
bufferSize=6
- guideHistory - Hours to retrieve prior to start time. Must be less than guideInterval. Defaults to zero.
guideHistory=2
- channelGroupId - ID of the MythTV Channel Group for listings display. Defaults to 0, which means all channels.
channelGroupId=1
- mythlingServices - Whether to use Mythling Media Services for guide data retrieval. Can be much faster. Defaults to false.
mythlingServices=true
- demoMode - Loads data from JSON files on the server, as in the mythling-epg Demo. Defaults to false.
demoMode=true
- revertLabelsToFixed - Some mobile browsers may give a better experience if the headers and channel label elements revert to CSS position="fixed". Value is in ms. Default is zero, meaning no reversion.
revertLabelsToFixed=500
####Stylesheet
- mythling.css
- icons
- header height
Mythling Wiki How-To Guide