2024-08-07, 12:35 AM
I am not concerned about comments specific to Pluto TV but if logs are needed in the future remember I need Kodi DEBUG logs.
From what I saw in NextPVR there is a delete
2024-08-06 18:50:49.613 [DEBUG][25] PlaybackPositionHelper.DeletePlaybackPosition(D:\Media\Video\Recordings\Stargate SG-1.S01E06.The First Commandment.ts)
and the Kodi asked for the refreshed recording pretty quickly
2024-08-06 18:50:57.228 [DEBUG][18] method=recording.list
and then Kodi goes through some logic updating all its internal files.
If you want it to be faster delete in Kodi since the communication with the server is via polling or use a UI client which are stateful.
Here is the Omega PR https://github.com/xbmc/xbmc/pull/25550 so it should be in the Omega nightlies now.
Martin
From what I saw in NextPVR there is a delete
2024-08-06 18:50:49.613 [DEBUG][25] PlaybackPositionHelper.DeletePlaybackPosition(D:\Media\Video\Recordings\Stargate SG-1.S01E06.The First Commandment.ts)
and the Kodi asked for the refreshed recording pretty quickly
2024-08-06 18:50:57.228 [DEBUG][18] method=recording.list
and then Kodi goes through some logic updating all its internal files.
If you want it to be faster delete in Kodi since the communication with the server is via polling or use a UI client which are stateful.
Here is the Omega PR https://github.com/xbmc/xbmc/pull/25550 so it should be in the Omega nightlies now.
Martin