2024-02-29, 17:50
In NextPVR 6.14 sub the author of NextPVR introduced new features to improve skipping by creating an mpeg-ts index and by creation of video thumbnail files. These are then used in NextPVR UI clients and the web player to help skip commercials etc. It is handy especially when using remotes with just DPAD and has been well received by many and sub decided that the feature should be opt-out so users didn't have to manually recreated the required files. To give you an idea of what it does you can see the image below.
Unfortunately this feature has no value for Kodi users who don't use the NextPVR clients. To disable thumbnail generation you can go to the NextPVR Settings->General page and set "Generate Thumbnails" to None. Note this setting does not disable the timing file generation so this must be done manually by editing config.xml as follows. You can also disable the thumbnail file in config.xml as shown. The thumbnail and timing files will get removed when you delete the recording in Kodi.
Note these features are disabled automatically if the server is LibreELEC or CoreELEC.
Unfortunately this feature has no value for Kodi users who don't use the NextPVR clients. To disable thumbnail generation you can go to the NextPVR Settings->General page and set "Generate Thumbnails" to None. Note this setting does not disable the timing file generation so this must be done manually by editing config.xml as follows. You can also disable the thumbnail file in config.xml as shown. The thumbnail and timing files will get removed when you delete the recording in Kodi.
Code:
<Recording>
<ExtractThumbnails>none</ExtractThumbnails>
<GenerateTiming>false</GenerateTiming>
Note these features are disabled automatically if the server is LibreELEC or CoreELEC.