NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 22 23 24 25 26 … 102 Next »
Recording .map files remain after deletion

 
  • 0 Vote(s) - 0 Average
Recording .map files remain after deletion
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,788
Threads: 769
Joined: Nov 2003
#11
2023-08-19, 10:02 PM
(2023-08-19, 09:12 PM)mvallevand Wrote: The original recording might be open for thumbnails and timing files
That's my suspicion. I've made a change for the next release that should take care of that scenario.
QDivision
Offline

Member

United Kingdom
Posts: 58
Threads: 2
Joined: May 2023
#12
2023-08-19, 10:08 PM
Here is the log file. i just deleted a family guy episode and the map file was retained.

https://wetransfer.com/downloads/7425202...735/f53f07
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,096
Threads: 957
Joined: May 2006
#13
2023-08-19, 10:20 PM (This post was last modified: 2023-08-19, 10:24 PM by mvallevand.)
The zip that NextPVR creates for you is better.

For after the fact deletions what do you have in config.xml?

<DeleteAdditionalExtensions>...</DeleteAdditionalExtensions>

Maybe NextPVR doesn't add the new ones? It should have ,map,m3u8,thumbnails,timing

Martin
QDivision
Offline

Member

United Kingdom
Posts: 58
Threads: 2
Joined: May 2023
#14
2023-08-19, 10:39 PM (This post was last modified: 2023-08-19, 10:40 PM by QDivision.)
Here is the log zip and my config.

https://wetransfer.com/downloads/09f4017...732/ec24c6

Those additional files do get created but only map remains after deletion.

Looks like map extension is included in that XML parameter.
QDivision
Offline

Member

United Kingdom
Posts: 58
Threads: 2
Joined: May 2023
#15
2023-08-19, 10:41 PM
FYI, the family guy episode I just deleted was through NPVR web app to rule out Kodi plugin.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,096
Threads: 957
Joined: May 2006
#16
2023-08-19, 10:59 PM
Thanks,

Deletes from Kodi are via the web service API. Not sure why the config.xml setting is not being respected and no errors are generated.

Code:
2023-08-19 22:57:30.700    [DEBUG][76]    Requesting deletion of (14219): D:\Recordings\Family Guy\Season 21\Family.Guy.S21E02.Bend.or.Blockbuster.ts
2023-08-19 22:57:30.700    [DEBUG][76]    DeleteRecording(14219)
2023-08-19 22:57:30.700    [DEBUG][76]    DeleteRecording@1
2023-08-19 22:57:30.700    [DEBUG][76]     -removing: D:\Recordings\Family Guy\Season 21\Family.Guy.S21E02.Bend.or.Blockbuster.ts
2023-08-19 22:57:30.738    [DEBUG][76]    DeleteRecording@2
2023-08-19 22:57:30.738    [DEBUG][76]     -removing: D:\Recordings\Family Guy\Season 21\Family.Guy.S21E02.Bend.or.Blockbuster.xml
2023-08-19 22:57:30.739    [DEBUG][76]     -removing: D:\Recordings\Family Guy\Season 21\Family.Guy.S21E02.Bend.or.Blockbuster.thumbnails
2023-08-19 22:57:30.739    [DEBUG][76]     -removing: D:\Recordings\Family Guy\Season 21\Family.Guy.S21E02.Bend.or.Blockbuster.timing
2023-08-19 22:57:30.739    [DEBUG][76]    PlaybackPositionHelper.DeletePlaybackPosition(D:\Recordings\Family Guy\Season 21\Family.Guy.S21E02.Bend.or.Blockbuster.ts)
QDivision
Offline

Member

United Kingdom
Posts: 58
Threads: 2
Joined: May 2023
#17
2023-08-20, 07:25 AM
If @sub was saying the map file should be deleted on recording completion rather than deletion that would explain why the delete is not being attempted.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,096
Threads: 957
Joined: May 2006
#18
2023-08-20, 05:11 PM (This post was last modified: 2023-08-20, 05:12 PM by mvallevand.)
It is removed on deletion if the value is in config.xml (I faked one, it was not a left over)

Code:
2023-08-20 13:09:34.319    [DEBUG][49]    DeleteRecording@1
2023-08-20 13:09:34.319    [DEBUG][49]    PowerManagement CancelWakeup (needs implementation)
2023-08-20 13:09:34.319    [DEBUG][49]     -removing: /home/martin/recordings/Manual Recordings/Weather with time_20210202_13131343.ts
2023-08-20 13:09:34.571    [DEBUG][49]    DeleteRecording@2
2023-08-20 13:09:34.571    [DEBUG][49]     -removing: /home/martin/recordings/Manual Recordings/Weather with time_20210202_13131343.map
2023-08-20 13:09:34.684    [DEBUG][49]    PlaybackPositionHelper.DeletePlaybackPosition(/home/martin/recordings/Manual Recordings/Weather with time_20210202_13131343.ts)
2023-08-20 13:09:34.788    [DEBUG][49]    DeleteRecording@5
2023-08-20 13:09:34.788    [DEBUG][49]    DeleteRecording@exit
QDivision
Offline

Member

United Kingdom
Posts: 58
Threads: 2
Joined: May 2023
#19
2023-08-21, 08:08 AM
Ok, but as stated it's not on every occurrence. It's only on some recordings that the map file gets orphaned.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,096
Threads: 957
Joined: May 2006
#20
2023-08-21, 12:04 PM (This post was last modified: 2023-08-21, 01:18 PM by mvallevand.)
Because we haven't been getting the logs I decided to create a test scenario, and it does do exactly what you say.

The proper config.xml setting to delete these turns out to be ts.map not just .map.

Do you you sometimes time shift and watch in-progress past their end time?

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Glitches - Debug Advice? andrewj 7 279 2025-06-23, 08:19 PM
Last Post: mvallevand
  Advanced Recording Scheduling question Bobins 7 277 2025-06-17, 12:56 AM
Last Post: mvallevand
  "Recording interrupted" problem started happening sharkbite 8 620 2025-06-02, 08:08 AM
Last Post: sharkbite
  Failed: Recording interrupted jzk 3 461 2025-04-18, 09:06 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 1,202 2025-04-13, 01:08 AM
Last Post: sub
  transcoding only makes 'Temp' files Geertje 17 986 2025-03-20, 12:10 PM
Last Post: mvallevand
  Directory not deleted after recording deleted Bobins 13 1,045 2025-03-08, 05:30 PM
Last Post: sub
  Recording IPTV lemmy999 8 765 2025-03-02, 06:13 PM
Last Post: lemmy999
  Temporarily Suspend Recording andrewj 1 287 2025-02-25, 12:44 PM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,506 2025-02-22, 09:24 PM
Last Post: jcole998

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode