UPDATE: Did the trick. Thx.
Appreciate the fast response
I kind of assumed that might be the solution so I did exactly that. Haven't had the chance to check it out (coding/editing computer is upstairs from the PVR system) but will check it later and share/confirm the results.
I assume that once the lines are deleted, they will not return.
Thx and cheers....
Display More
The issue is the change from using 1,2,3,4... numbers to 01,02,03,04... in the settings file.The fix is to either delete your settings file and resetup your settings --- or if you don't want to lose your settings. Edit the settings.xml file and remove the seetting id= lines with single digits in th desc field. In your case the red lines below:
<settings>
<setting id="Pass" value="xxxxxxx" />
<setting id="User" value="[email protected]" />
<setting id="allc" value="false" />
<setting id="cfirst" value="false" />
<setting id="cicons" value="true" />
<setting id="days" value="14" />
<setting id="delay" value="0.000000" />
<setting id="desc01" value="16" />
<setting id="desc02" value="8" />
<setting id="desc03" value="13" />
<setting id="desc04" value="8" />
<setting id="desc05" value="18" />
<setting id="desc06" value="4" />
<setting id="desc07" value="9" />
<setting id="desc08" value="8" />
<setting id="desc09" value="19" />
<setting id="desc1" value="10" />
<setting id="desc10" value="3" />
<setting id="desc11" value="15" />
<setting id="desc12" value="8" />
<setting id="desc13" value="11" />
<setting id="desc14" value="0" />
<setting id="desc15" value="0" />
<setting id="desc16" value="0" />
<setting id="desc17" value="0" />
<setting id="desc18" value="0" />
<setting id="desc19" value="0" />
<setting id="desc2" value="2" />
<setting id="desc20" value="0" />
<setting id="desc3" value="7" />
<setting id="desc4" value="2" />
<setting id="desc5" value="11" />
<setting id="desc6" value="15" />
<setting id="desc7" value="13" />
<setting id="desc8" value="3" />
<setting id="desc9" value="9" />
<setting id="picons" value="true" />
<setting id="source" value="" />
<setting id="xdesc" value="false" />
<setting id="xdetails" value="false" />
</settings>Then rerun the internal grabber and it should clean up your listings.
I probably can update the original settings file to set those lines to 0 for those upgrading...but this can fix it in the meantime.