Kodi Community Forum
New Jarvis PVR Options - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: New Jarvis PVR Options (/showthread.php?tid=257500)



New Jarvis PVR Options - fishersman - 2016-01-23

Can anyone explain the new options for PVR recording in Jarvis, particularly the Folder option? I assume this is where you put the folder name of the series you will record. Do you put the whole path name or just the name of the folder and Kodi looks for the folder in your recording folder? If the folder is not there, does Kodi create it? If you leave this blank, where does the recording go? I use media portal and on the tv client I already specify a folder for each recording. Should I remove this and name the folder with the Kodi option, or leave it alone and leave the folder entry blank on the recording. I am having a terrible time with the Media Portal pvr addon, but maybe it's because I don't understand the process.


RE: New Jarvis PVR Options - margro - 2016-01-23

For MediaPortal, ignore the folder option for Timers. It is not implemented at the PVR addon side.
Upto Kodi Isengard, I could hide this field from the addon side but for some reason, the PVR devs removed this setting.


RE: New Jarvis PVR Options - fishersman - 2016-01-23

Thanks. I am having some trouble with the new release. I have a thread started in the media portal sub forum.


New Jarvis PVR Options - ksooo - 2016-01-25

(2016-01-23, 17:22)margro Wrote: For MediaPortal, ignore the folder option for Timers. It is not implemented at the PVR addon side.
Upto Kodi Isengard, I could hide this field from the addon side but for some reason, the PVR devs removed this setting.

Not quite correct. You can hide this field also in Jarvis, even separately for every timer type.
PVR_TIMER_TYPE_SUPPORTS_RECORDING_FOLDERS is your friend.

And in case something is unclear/missing/buggy with the new api and implementation don't hesitate to tell/ask me about it.


RE: New Jarvis PVR Options - ksooo - 2016-01-25

@margro: https://github.com/kodi-pvr/pvr.mediaportal.tvserver/blob/master/src/timers.h#L99 ff. I see PVR_TIMER_TYPE_SUPPORTS_RECORDING_FOLDERS "everywhere". Remove this and the fields are gone. ;-)