[Release] DVBViewer Recording Service PVR
Anyone using this addon on a raspberry pi?

Using the frodo 12 release of raspbmc i still get no timer entries. On win7 i do.

I can actually envoke a recording but its never reflected in raspbmc it is in win7.

Any suggestions appreciated.

Edit: xbmc.log info
Quote:18:40:02 T:2626663488 NOTICE: Thread CFileCache start, auto delete: false
18:45:02 T:2733106240 NOTICE: Previous line repeats 887 times.
18:45:02 T:2733106240 ERROR: PVR - PVRTransferTimerEntry - cannot find channel -1 on client 1
18:45:02 T:2566886464 ERROR: Previous line repeats 3 times.
18:45:02 T:2566886464 NOTICE: Thread CFileCache start, auto delete: false
18:50:02 T:2733106240 NOTICE: Previous line repeats 887 times.
18:50:02 T:2733106240 ERROR: PVR - PVRTransferTimerEntry - cannot find channel -1 on client 1
18:50:02 T:2550109248 ERROR: Previous line repeats 3 times.
18:50:02 T:2550109248 NOTICE: Thread CFileCache start, auto delete: false
18:55:02 T:2733106240 NOTICE: Previous line repeats 889 times.
18:55:02 T:2733106240 ERROR: PVR - PVRTransferTimerEntry - cannot find channel -1 on client 1
18:55:03 T:2550109248 ERROR: Previous line repeats 3 times.
18:55:03 T:2550109248 NOTICE: Thread CFileCache start, auto delete: false
19:00:02 T:2733106240 NOTICE: Previous line repeats 887 times.
19:00:02 T:2733106240 ERROR: PVR - PVRTransferTimerEntry - cannot find channel -1 on client 1
19:00:02 T:2596774976 ERROR: Previous line repeats 3 times.
19:00:02 T:2596774976 NOTICE: Thread CFileCache start, auto delete: false

Wondering if this function is correct in the raspberry pi version of the addon??

Code:
/*!  
* @brief Transfer a timer entry from the add-on to XBMC  
* @param addonData A pointer to the add-on.  
* @param handle The handle parameter that XBMC used when requesting the timers list  
* @param entry The entry to transfer to XBMC  
*/  

static void PVRTransferTimerEntry(void* addonData, const ADDON_HANDLE handle, const PVR_TIMER* entry);


Messages In This Thread
New Version of PVR.Addon?? - by tvfreak - 2012-12-02, 18:20
RE: [Release] DVBViewer Recording Service PVR - by aceofclubs - 2013-02-12, 09:33
Wrong channel name - by Highjack - 2013-04-27, 19:16
Cannot connect to dvbviewer... - by blion - 2014-11-22, 12:34
Logout Mark Read Team Forum Stats Members Help
[Release] DVBViewer Recording Service PVR12