Hi,
I installed libreelec 9 with PVR Backend VDR (on a SSD, connected at USB) - it works so far.
Now i would like to change the TV-Recordingsfolder /storage/videos to another Harddisk in the system.
This Harddisk ist mounted (libreelec) as /var/media/sdb5-ata-WDC_WD20EADS-00W, the Recordings are in 'tv'.
So I changed 3 times the Options for the Recordingsfolder to '/var/media/sdb5-ata-WDC_WD20EADS-00W/tv':
a) In the Option of VDR Backend. This alone didn't work, so:
b) systemctl stop kodi -> changed in file
/storage/.kodi/addons/service.multimedia.vdr-addon/resources/settings.xml
the line with VDR_VIDEO_DIR to
<setting id="VDR_VIDEO_DIR" type="folder" label="30024" value="" default="/var/media/sdb5-ata-WDC_WD20EADS-00W/tv"/>and
c) changed in file
/storage/.kodi/addons/service.multimedia.vdr-addon/settings-default.xml
the line with VDR_VIDEO_DIR to
<setting id="VDR_VIDEO_DIR" default="true">/var/media/sdb5-ata-WDC_WD20EADS-00W/tv</setting>
After systemctl start kodi this works (VDR Backend showing 'Planing Record' an 'Start Record', but not after Reboot of libreelec (showing only 'Planing Record').
How do I have to make the changes to another recordingfolder correctly ?