NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 83 84 85 86 87 … 1231 Next »
Delete recording from client leaves files on server

 
  • 0 Vote(s) - 0 Average
Delete recording from client leaves files on server
Exelion
Offline

Junior Member

Posts: 14
Threads: 6
Joined: Aug 2009
#1
2009-10-03, 08:23 AM (This post was last modified: 2009-10-03, 09:33 AM by Exelion.)
When I delete a recording from a client the show is removed from PVRX2 gui but the files are still on the hard drive of the server. The path to the recordings directory is \\Mediapc\Recordings. If I use that path in Windows Explorer I can delete the files so I don't think it is a permission issue. GBPVRRecordingService.exe , ports 7967, 7968 and 7647 are exceptions in the Windows XP firewall. The ts file is deleted but any additional files such as edl, log, logo.txt and txt files are still there after the delete.

The show I am deleting is D:\Recordings\WordWorld\WordWorld_20090923_08000830.ts
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#2
2009-10-03, 10:13 AM
If the main recording file is deleted ok but you are left with other files (I don't know where your examples came from?) there is an entry in config.xml that says which additional file types are deleted. Are your file types in there??

Code:
<DeleteAdditionalExtensions>jpg,srt,txt,log,d2a,edl,csv,bat,wme,vprj,logo.txt,dvbsub,smi</DeleteAdditionalExtensions>
Exelion
Offline

Junior Member

Posts: 14
Threads: 6
Joined: Aug 2009
#3
2009-10-03, 04:34 PM
The config file on the server and the client have the same line as you do.
Exelion
Offline

Junior Member

Posts: 14
Threads: 6
Joined: Aug 2009
#4
2009-10-20, 05:04 AM
From a client the PVRX2.exe.log show the delete:
2009-10-19 21:49:07.651 VERBOSE [1] Received popup callback OK
2009-10-19 21:49:07.651 VERBOSE [1] RecordingFactor.DeleteSheduledRecording()
2009-10-19 21:49:07.682 VERBOSE [1] getValue() loading new key/value into cache: /settings/ClientModeMediaPort
2009-10-19 21:49:07.682 VERBOSE [1] getValue: /settings/ClientModeMediaPort : 7967
2009-10-19 21:49:07.682 VERBOSE [1] getValue cached value: /settings/ClientRemoteServer : Mediapc
2009-10-19 21:49:07.917 VERBOSE [1] getValue() loading new key/value into cache: /settings/AutoCreateFolders
2009-10-19 21:49:07.917 VERBOSE [1] getValue: /settings/AutoCreateFolders : true
2009-10-19 21:49:07.917 VERBOSE [1] getValue() loading new key/value into cache: /settings/LiveTVDirectory
2009-10-19 21:49:07.917 VERBOSE [1] getValue: /settings/LiveTVDirectory : C:\Temp
2009-10-19 21:49:07.948 VERBOSE [1] addPreviousEpisodes()
2009-10-19 21:49:07.964 VERBOSE [1] PlaybackPositionManager.deleteLastPlaybackPosition(D:\Recordings\Diners, Drive-Ins and Dives\Diners, Drive-Ins and Dives_20090923_23002330.ts)
2009-10-19 21:49:07.979 VERBOSE [1] loadRecordings():1
2009-10-19 21:49:07.979 VERBOSE [1] RecordingFactory.loadSchedule()
2009-10-19 21:49:07.979 VERBOSE [1] getValue cached value: /settings/AutoRemoveMissingRecordings : false

The Server when a delete is performed shows:
2009-10-19 21:09:17.296 VERBOSE [1] Received popup callback OK
2009-10-19 21:09:17.296 VERBOSE [1] RecordingFactor.DeleteSheduledRecording()
2009-10-19 21:09:17.296 VERBOSE [1] Removing additional file: D:\Recordings\The Young and the Restless\The Young and the Restless_20091016_11001200.ts
2009-10-19 21:09:17.328 VERBOSE [1] getValue() loading new key/value into cache: /settings/DeleteAdditionalExtensions
2009-10-19 21:09:17.328 VERBOSE [1] getValue: /settings/DeleteAdditionalExtensions : jpg,srt,txt,log,d2a,edl,csv,bat,wme,vprj,logo.txt,dvbsub,smi,aspects,chan
2009-10-19 21:09:17.328 VERBOSE [1] Removing additional file: d:\recordings\the young and the restless\the young and the restless_20091016_11001200.txt
2009-10-19 21:09:17.328 VERBOSE [1] Removing additional file: d:\recordings\the young and the restless\the young and the restless_20091016_11001200.log
2009-10-19 21:09:17.328 VERBOSE [1] Removing additional file: d:\recordings\the young and the restless\the young and the restless_20091016_11001200.edl
2009-10-19 21:09:17.328 VERBOSE [1] Removing additional file: d:\recordings\the young and the restless\the young and the restless_20091016_11001200.logo.txt
2009-10-19 21:09:17.328 VERBOSE [1] Removing additional file: d:\recordings\the young and the restless\the young and the restless_20091016_11001200.aspects
2009-10-19 21:09:17.328 VERBOSE [1] Removing additional file: d:\recordings\the young and the restless\the young and the restless_20091016_11001200.chan
2009-10-19 21:09:17.328 VERBOSE [1] getValue() loading new key/value into cache: /settings/AutoCreateFolders
2009-10-19 21:09:17.328 VERBOSE [1] getValue: /settings/AutoCreateFolders : true
2009-10-19 21:09:17.328 VERBOSE [1] getValue() loading new key/value into cache: /settings/LiveTVDirectory
2009-10-19 21:09:17.328 VERBOSE [1] getValue: /settings/LiveTVDirectory : D:\Recordings\LiveTV
2009-10-19 21:09:17.343 VERBOSE [1] addPreviousEpisodes()
2009-10-19 21:09:17.343 VERBOSE [1] PlaybackPositionManager.deleteLastPlaybackPosition(D:\Recordings\The Young and the Restless\The Young and the Restless_20091016_11001200.ts)
2009-10-19 21:09:17.343 VERBOSE [1] loadRecordings():1
2009-10-19 21:09:17.343 VERBOSE [1] RecordingFactory.loadSchedule()
2009-10-19 21:09:17.343 VERBOSE [1] getValue cached value: /settings/AutoRemoveMissingRecordings : true
2009-10-19 21:09:17.343 VERBOSE [1] getValue cached value: /settings/CheckForRenamedRecordings : true

The client log doe not have the DeleteAdditionalExtensions line.
I have disable the firewall on the Window XP machine running the server and the results are the same where the .ts file is deleted but non of the additional files.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 61,810 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  Audio buzzing second time recording launched. dennit 2 4,520 2012-12-09, 11:28 PM
Last Post: dennit
  Inhibit Computer Shutdown While Recording rwnz 52 29,863 2012-04-03, 11:40 AM
Last Post: pBS
  Start PC for recording, Sleep/Hibernate when done Basher52 6 4,922 2011-12-17, 02:52 PM
Last Post: Sykor
  intermittent recording failures bcdudley 6 3,579 2011-09-28, 07:28 AM
Last Post: bcdudley
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,482 2011-09-19, 01:15 AM
Last Post: sub
  GBPVR XPSP3 Server and Win7 Client Snooze 0 1,808 2011-09-12, 06:26 AM
Last Post: Snooze
  Sattelite interent recording? crsfooddude 1 2,125 2011-07-26, 02:32 AM
Last Post: mvallevand
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 3,350 2011-06-27, 02:06 AM
Last Post: sub
  How to kill an orphan Live TV recording? martint123 2 2,329 2011-05-16, 05:33 PM
Last Post: martint123

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

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

Linear Mode
Threaded Mode