As the title already describes, it seems that no matter what I put in my config files the timeshift buffer always runs full at exactly 2048mb
(2147483647 bytes).
pvr-vdr-xvdr settings.xml
<setting id="tsbuffersizehdd" value="10240" />
<setting id="tsfolder" value="/media/esata/timeshift/" />
<setting id="tsmethod" value="2" />
vdr-addon-xvdr xvdr.conf
TimeShiftDir = /media/esata/timeshift
# Maximum size of timeshift file per user
# default: 1000000000
MaxTimeShiftSize = 300000000000
xbmc.log is telling me
04:12:39 T:2412772160 NOTICE: AddOnLog: VDR XVDR Client: doing timeshift on hdd at '/media/esata/timeshift/xvdr-timeshift.dat' using 10240.000000 Mb
To me those settings look correct (never mind the huge number in xvdr.conf, I was looking for the culprit and wanted to make sure it isn't my bad math skills) and still xvdr-timeshift.dat stops growing at exactly the mentioned
2147483647 bytes every time. Am I missing something important?