2021-03-13, 01:19 PM
(This post was last modified: 2021-03-13, 03:15 PM by Lanhydrock.)
Running version 5.1.0.201216 of NextPVR on Linux Mint 20.1
2 recording directories setup via WebGUI.
/var/opt/nextpvr/config.xml includes
Still, spreading doesn't work.
We open the TVGuide and select any program.
We click on Record Once without specifying any advanced options.
Although /media/psf/NextPVRext256GB has 256GB of free space and /media/psf/NextPVR only 100GB, the system records to the default directory on /media/psf/NextPVR.
We select /media/psf/NextPVRext256GB in the advanced options and it does record to the other location.
Is spreading working for anybody, please? Are we missing something? - Thanks a lot.
[EDIT]
With Extended Logging set to on we even get:
and
Strangely, with Extended Logging set to off, the log reads:
Note the missing ext in DefaultDirectoryChoice.
2 recording directories setup via WebGUI.
/var/opt/nextpvr/config.xml includes
Code:
<RecordingDirectory>/media/psf/NextPVR/</RecordingDirectory>
<ExtraRecordingDirectories>NextPVRext256GB~/media/psf/NextPVRext256GB/~</ExtraRecordingDirectories>
<RecordingDirectoryTranslation>d:\temp~\\someserver\someshare</RecordingDirectoryTranslation>
<LiveTVBufferDirectory>/media/psf/NextPVRext256GB/</LiveTVBufferDirectory>
<DefaultDirectoryChoice>spread</DefaultDirectoryChoice>
Still, spreading doesn't work.
We open the TVGuide and select any program.
We click on Record Once without specifying any advanced options.
Although /media/psf/NextPVRext256GB has 256GB of free space and /media/psf/NextPVR only 100GB, the system records to the default directory on /media/psf/NextPVR.
We select /media/psf/NextPVRext256GB in the advanced options and it does record to the other location.
Is spreading working for anybody, please? Are we missing something? - Thanks a lot.
[EDIT]
With Extended Logging set to on we even get:
Code:
2021-03-13 15:54:09.242 [DEBUG][6] Checking disk space for: /media/psf/NextPVRext256GB/
2021-03-13 15:54:09.242 [DEBUG][15] Available Space:
2021-03-13 15:54:09.242 [DEBUG][15] (Default) - 499963174912/98969874432
2021-03-13 15:54:09.242 [DEBUG][15] (NextPVRext256GB) - 249849593856/249711009792
2021-03-13 15:54:09.242 [DEBUG][15] [{"name":"Default","total":499963174912,"free":98969874432},{"name":"NextPVRext256GB","total":249849593856,"free":249711009792}]
and
Code:
2021-03-13 15:54:30.822 [DEBUG][9] DefaultDirectoryChoiceext: spread
Strangely, with Extended Logging set to off, the log reads:
Code:
2021-03-13 15:56:30.522 [DEBUG][9] DefaultDirectoryChoice: spread
Note the missing ext in DefaultDirectoryChoice.