Kodi Community Forum
Deleting Recordings - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169)
+---- Thread: Deleting Recordings (/showthread.php?tid=260013)



Deleting Recordings - jimd3 - 2016-02-16

Hello,

I am running vdr version 2.3.1 and vnsiserver from the git repository

Feb 15 20:34:41 linux vdr: [28068] loading plugin: /usr/local/lib/vdr/libvdr-vnsiserver.so.2.3.1
Feb 15 20:34:42 linux vdr: [28068] initializing plugin: vnsiserver (1.3.1): VDR-Network-Streaming-Interface (VNSI) Server
Feb 15 20:34:42 linux vdr: [28068] starting plugin: vnsiserver
Feb 15 20:34:42 linux vdr: [28068] VNSI: Starting vnsi server at port=34890
Feb 15 20:34:42 linux vdr: [28068] VNSI: VNSI Server started
Feb 15 20:34:42 linux vdr: [28068] VNSI: Channel streaming timeout: 10 seconds
Feb 15 20:34:42 linux vdr: [28077] loading /etc/vdr/plugins/vnsiserver/allowed_hosts.conf
Feb 15 20:34:42 linux vdr: [28077] VNSI: Client with ID 0 connected: 192.168.1.10:50452
Feb 15 20:34:42 linux vdr: [28082] VNSI: Welcome client 'XBMC Media Center' with protocol version '8'

When I attempt to delete recordings, I get a message which states:
The PVR backend does not support this action. Check the log for mor information about this message.

I am running vdr with log verbosity = 3.

/usr/local/bin/vdr --lirc=/dev/null --vfat --conf=/etc/vdr --video=/media/videos/vdr --log=3 --plugin=conflictcheckonly --plugin=epgsearchonly --plugin=epgtableid0 --plugin=hdhomerun --plugin=hello --plugin=osddemo --plugin=pictures --plugin=status --plugin=svccli --plugin=svcsvr --plugin=svdrpdemo --plugin=vnsiserver

But there isn't anything which helps me in /var/log/message

What should I do to help me diagnose this problem?

Best Regards,

Jim


RE: Deleting Recordings - FernetMenta - 2016-02-16

Start with posting (pastebin) a full debug


RE: Deleting Recordings - jimd3 - 2016-02-23

Here is the link to the pastebin:

http://pastebin.com/yPJZH80R

See line 2243.

Thanks!

Jim


RE: Deleting Recordings - FernetMenta - 2016-02-28

fixed here: https://github.com/FernetMenta/vdr-plugin-vnsiserver/commit/ad19c0da482c1a78b96e95d99fc05d7105ee6c89


RE: Deleting Recordings - jimd3 - 2016-02-29

Confirmed as fixed.
Thanks!