pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 21 forks source link

Having default resume.data in place keeps vdr from starting up #71

Closed tkurbad closed 11 years ago

tkurbad commented 11 years ago

Hi Pipelka,

if I copy the default resume.data file (commit 5827abb4d0ed40fd0c208e1c34b2825e64f68658) to /etc/vdr/plugins/xvdr, my vdr (1.7.31) locks up on startup. As soon as the file is removed, everything works fine. An empty file in its place, created by:

touch /etc/vdr/plugins/xvdr/resume.data chown vdr:vdr /etc/vdr/plugins/xvdr/resume.data

also seems to work properly.

Does the default file serve any purpose besides documentation? For me it seems that the routine to handle comments in that file is faulty.

Just wanted to report this, I can easily go without installing the file in the first place... :-)

Best, Torsten

pipelka commented 11 years ago

Oops, ... This file is auto-generated. Will remove it from the sources. Thanks