2019-02-18, 13:19
Hi Primaeval, can you give me some hints how to update IPTVRecorder? At the moment I have version 0.87 installed from your beta dev repository 0.0.2. Thanks
(2019-02-18, 13:19)invincible Wrote: Hi Primaeval, can you give me some hints how to update IPTVRecorder? At the moment I have version 0.87 installed from your beta dev repository 0.0.2. ThanksYou should be able to just update the Primaeval repository in Kodi.
(2019-02-18, 19:58)pirlone Wrote: It installs new skin, but won't activate it:I got it! It should be activated through addons menu sorry for my ignorance. it's working.
amohohahog.kodi (paste)
any clue?
rgds
(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
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)
xml:<control type="grouplist" id="9000">
xml:<control type="button" id="666">
<description>IPTV Recorder</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>IPTV Recorder</label>
<visible>Window.IsActive(PVRGuideInfo)</visible>
<onclick>Dialog.Close(all,true)</onclick>
<onclick>RunScript(plugin.video.iptv.recorder,$ESCINFO[ListItem.ChannelName],$ESCINFO[ListItem.Title],$ESCINFO[ListItem.Date],$ESCINFO[ListItem.Duration],$ESCINFO[ListItem.Plot])</onclick>
</control>
(2019-02-19, 05:15)ed_davidson Wrote: This is amazing thankyou thankyou.I suspect Weekly is just a special case of Daily.
Just wondering about cleaning up the menu a bit...
How about having
Record
Remind
Play
watch
Meta
Then for example when you click record it comes up with the options:
once
daily
always
weekly
Also if I set a show to record weekly would it record even if there was no guide data?
Thanks
(2019-02-19, 17:27)maiers12 Wrote: Hi Primaeval. I have a little problem, sometimes when I do a weekly recording the plugin detect correctly the new episode, but the recording stops before of the programmed end time. For example yesterday the recor started correctly at 8,59 p.m. but intesead of stopping at 22,00 p.m. ended at 21,08.Here the log fileI suspect it is the source of the stream being unreliable.
https://paste.kodi.tv/ezalutecuy.kodi
Thank you again
(2019-02-19, 17:56)primaeval Wrote:The t para,eter is correct, nobody where usimg the androi box, but of curse you are right about the peack time. I will try in different hours.(2019-02-19, 17:27)maiers12 Wrote: Hi Primaeval. I have a little problem, sometimes when I do a weekly recording the plugin detect correctly the new episode, but the recording stops before of the programmed end time. For example yesterday the recor started correctly at 8,59 p.m. but intesead of stopping at 22,00 p.m. ended at 21,08.Here the log fileI suspect it is the source of the stream being unreliable.
https://paste.kodi.tv/ezalutecuy.kodi
Thank you again
Check in the jobs folder to see if it is actually trying to record for the correct length of time.
userdata\addon_data\plugin.video.iptv.recorder\jobs
In the .py files look at line 5
cmd = ...
The '-t', '830' argument is number of seconds is will try and record for.
See if that is about 3600 for an hour program. It will add the start and end offsets to the program length.
It doesn't look like you were watching anything else at 21:08 but if you were it could overload your android box and cut off the stream.
Recording internet streams is notoriously unreliable especially at peak times of the day and if your device is busy.