2020-06-08, 00:57
Hello, is it possible to record channels without EPG data? On demnad recording, sort of? Thank you !
(2020-06-08, 10:33)Zombi Wrote:(2020-06-08, 00:57)anjaklama Wrote: Hello, is it possible to record channels without EPG data? On demnad recording, sort of? Thank you !Yes you can click on record and play and choose the time
(2019-02-18, 23:53)primaeval Wrote:Any chance someone could show me how to do this for the unity skin?(2019-02-18, 23:13)Timoty Wrote: First of all....thank you for this Addon. Incredible work.
Now that you can access the Recorder page right from the guide, how difficult would it be to add an option to watch the recorded or actively recording show from within tyhe options page?
At the bottom under Record Once, Always, Daily etc. there is a watch now. Another option, Watch Recording.
This would allow you to start watching the current program with the ability to pause, rewind, etc.
It is simple enough for me to back all the way out of the TV menu into the Addon menu and to dig down to recordings and start the show. However....not so simple for my wife
Try version 0.0.92
It will add a Recordings button after IPTV Recorder in the Program Information in the PVR.
You will first need to change your skin to something other than "Estuary (IPTV Recorder)" so that it can delete the skin and make a new one.
Run the Create skin command again from IPTV Recorder and re-enable it in addons.
If you want to do it manually then add this to
"addons\skin.estuary.iptv.recorder\xml\DialogPVRInfo.xml"
You could also make a Favourite or a keymap to go to the recordings with the command:xml:<include content="InfoDialogButton">
<param name="width" value="275" />
<param name="id" value="667" />
<param name="icon" value="icons/infodialogs/record.png" />
<param name="label" value="Recordings" />
<param name="onclick_1" value="Action(close)" />
<param name="onclick_2" value="ActivateWindow(10025,"plugin://plugin.video.iptv.recorder/recordings",return)" />
<param name="visible" value="System.hasAddon(plugin.video.iptv.recorder)" />
</include>
xml:ActivateWindow(10025,"plugin://plugin.video.iptv.recorder/recordings",return)
(2020-06-06, 03:35)loginid Wrote: When I set a weekly rule from full EPG, in the rule section the rule is always 1 hrs too early.
Also the rule never kicks off a recording.
When I set a single recording job and check in the jobs section of IPTV recorder, the time incorrect and the recording happens.
Why are my rules 1 hour off and don't start?
Thanks for the help
(2020-09-21, 02:21)dustbro Wrote:https://github.com/Dobi-Dev/plugin.video...matrix.zip(2020-09-09, 11:16)helio58 Wrote: Hi, I have try to found the matrix compatible in GitHub but cannot find. Please could someone point out? Thanks
I haven't found a version compatible with Matrix yet either.