IPTV Recorder version 0.0.88
-
NEW! Create Estuary (IPTV Recorder) Skin
Record directly from the IPTV Simple Client PVR EPG grid!
This is the big change that lots of you have been asking for.
It adds a button to the Program Information dialog in the Kodi TV PVR to Record.
It takes you to the IPTV Recorder page with the options to Record Once, Always, Daily etc.
Instructions:
Make sure IPTV Recorder has the default settings to grab the xmltv and m3u from IPTV Simple Client.
Press the "NEW! Create Estuary (IPTV Recorder) Skin" at the top of the IPTV Recorder index page.
That should copy skin.estuary to skin.estuary.iptv.recorder in your user addons folder.
The new skin is called "Estuary (IPTV Recorder)" and it will try to enable it and take you to the Skins folder where you can Enable and Use it.
That should now give you an extra button in the PVR Program Information dialog box like this:
Press the "IPTV Recorder" and it should take you to the IPTV Recorder program recording options page.
If you want to add it to another skin you can manually edit the skin's xml.
In Estuary:
Edit "addons\skin.estuary\xml\DialogPVRInfo.xml"
Add this extra button to
xml:
<control type="grouplist" id="9000">
xml:
<include content="InfoDialogButton">
<param name="width" value="275" />
<param name="id" value="666" />
<param name="icon" value="icons/infodialogs/record.png" />
<param name="label" value="IPTV Recorder" />
<param name="onclick_1" value="Action(close)" />
<param name="onclick_2" value="RunScript(plugin.video.iptv.recorder,$ESCINFO[ListItem.ChannelName],$ESCINFO[ListItem.Title],$ESCINFO[ListItem.Date],$ESCINFO[ListItem.Duration],$ESCINFO[ListItem.Plot])" />
<param name="visible" value="System.hasAddon(plugin.video.iptv.recorder)" />
</include>