XBMC likes to have a a couple of NFO files that aren't named with the the recording name, tvshow.nfo and movie.nfo. Is there any way that NextPVR can be configure to remove a folder and contents if it only contains known list of files?
Martin
XBMC likes to have a a couple of NFO files that aren't named with the the recording name, tvshow.nfo and movie.nfo. Is there any way that NextPVR can be configure to remove a folder and contents if it only contains known list of files?
Martin
The default config.xml has this ...
The entry for "logo.txt" as an AdditionalExtension might be doing what you want.<DeleteAdditionalExtensions>srt,txt,log,d2a,edl,cs v,bat,wme,vprj,logo.txt,dvbsub,sm,xml</DeleteAdditionalExtensions>
AMD A75, 4 Gig, 1000 Gig
1 x Hauppauge Nova-T USB2
2 x Hauppauge Nova-t PCI
1 x Blackgold 3650 Quad
Maybe, but I don't want it to delete tvshow.nfo or folder.jpg etc, until the last video file is deleted.
Martin
Give this one a go. It should do it.
Thanks sub, what file spec does it delete?
Martin
It always had logic to look for a couple of files like thumbs.db etc, and I've added movies.nfo and tvshow.nfo to that list.
Ok, thanks, I updated to this NShared but when I delete the last file still leaves tvshow.nfo
MartinCode:2012-12-22 14:15:00.601 [DEBUG][6] DeleteRecording(2852) 2012-12-22 14:15:00.601 [DEBUG][6] DeleteRecording@1 2012-12-22 14:15:00.601 [DEBUG][6] Cancelling wake up request for for 'RecordingOID2852' 2012-12-22 14:15:00.621 [DEBUG][6] -removing: C:\movies\World Poker Tour Season 10\World Poker Tour Season 10_20121222_14001500.ts 2012-12-22 14:15:00.624 [DEBUG][6] DeleteRecording@2 2012-12-22 14:15:00.625 [DEBUG][6] -removing: C:\movies\World Poker Tour Season 10\World Poker Tour Season 10_20121222_14001500.nfo 2012-12-22 14:15:00.627 [DEBUG][6] -removing: C:\movies\World Poker Tour Season 10\World Poker Tour Season 10_20121222_14001500.ts.Timing.Info 2012-12-22 14:15:00.628 [DEBUG][6] PlaybackPositionHelper.DeletePlaybackPosition(C:\movies\World Poker Tour Season 10\World Poker Tour Season 10_20121222_14001500.ts) 2012-12-22 14:15:00.634 [DEBUG][6] DeleteRecording@5 2012-12-22 14:15:00.634 [DEBUG][6] DeleteRecording@exit
I see what I did wrong. Here is another attempt.
Thanks sub that got it.
Martin