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) v
« Previous 1 … 76 77 78 79 80 … 125 Next »
Full hard drive auto deletion options for recordings

 
  • 0 Vote(s) - 0 Average
Full hard drive auto deletion options for recordings
lopazopy
Offline

Member

Posts: 51
Threads: 9
Joined: Dec 2005
#1
2005-12-13, 06:27 PM
Is there a plugin or workaround to automatically delete recordings when your hdd fills up and you want to make room for new recordings?

After searching the forums, I could not find the answer to this question. Maybe XRecord-recycler does this, but I can't find the documentation that tells me what all of the capabilities of XRecord are.

Thanks for your help and sorry if this has been answered before. Where is the FAQ?
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#2
2005-12-13, 07:20 PM
You do have the option to specify how many reocuring recordings to keep, for instance i only keep 5 episodes of 'the simpsons' otherwise my disk would be full in a week!
GBPVR: A64 X2 6000+, ASUS M2A-VM HDMI, 4GB ram, 8800GT GFX, 2x Nova-T DVB-T, 1x D-Box2 Cable reciever, 2x Wired MVP's, 1.0.16. Vista.
Plugins: MusicLibrary2, Weather, Int Cinema Listings, Burn DVDX2, D-Box2 Plugin, DVD Ripper.
lopazopy
Offline

Member

Posts: 51
Threads: 9
Joined: Dec 2005
#3
2005-12-13, 09:51 PM
stu8080 Wrote:You do have the option to specify how many reocuring recordings to keep, for instance i only keep 5 episodes of 'the simpsons' otherwise my disk would be full in a week!

Yes, this is true, and I thank you for your help, but lets say that I take this route and I end up keeping 2 recordings for every episode. What happens when my list of reoccurring recordings gets too big for my hard drive to keep 2 episodes each?
lopazopy
Offline

Member

Posts: 51
Threads: 9
Joined: Dec 2005
#4
2006-03-05, 02:23 AM
I'm still looking for a way to do this. If anyone could help me, I'd greatly appreciate it. Thanks!
daphatty
Offline

Posting Freak

Posts: 1,032
Threads: 85
Joined: Feb 2005
#5
2006-03-05, 03:47 AM
lopazopy Wrote:Yes, this is true, and I thank you for your help, but lets say that I take this route and I end up keeping 2 recordings for every episode. What happens when my list of reoccurring recordings gets too big for my hard drive to keep 2 episodes each?

Then you need to buy another hard drive. Big Grin

Seriously though, there aren't any plugins that will start deleting stuff when you get low on space. The only option you have is a) start converting your recordings to AVIs, b) buy a second hard drive and use the Video Archive plug-in to transfer stuff over, or c) start watching the shows you record. Big Grin
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#6
2006-03-05, 08:06 AM
I use this very simple batch file.
It runs every night
It does not check space but it limits the amount of mpeg files kept.
The ini file gives the patterns of how much of certain files to keep.
On each line you will first find a wildcarded mask and then the amount of mpegs to keep matching that mask

Put it in the directory you want to keep limited in space.

Purge.bat
Code:
@Echo off

for /F "usebackq tokens=1,2" %%i in ("purge.ini") do call :processline "%%i"  "%%j"
goto :eof

:processline
Echo .
Echo Rule : %1 %2
Echo -------------------------
dir/o:-d/b %1 >purge.lst
set/A counter=0
for /F "usebackq delims=| tokens=1,2" %%k in ("purge.lst") do call :processfile "%%k"  %%2 %%1
del/q purge.lst
goto :eof

:processfile
set/A level=%2
if  %counter% GEQ %level% call :purgefile %1
if  %counter% LSS %level% echo Keep:  "%~dpn1.*"
set/A counter=counter+1
goto :eof

:purgefile
echo Purge: "%~dpn1.*"
Del/q "%~dpn1.*"
goto :eof

:eof

My purge.ini

Code:
NOS*.mpg    1
cinema*.mpg 5
law*.mpg    5
*.mpg    60
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Blue Skin: Recordings - Include Program Description ralphy 4 3,483 2010-05-17, 01:32 AM
Last Post: ralphy
  GraphRecorder - Full program not recorded mikeh49 5 2,147 2009-02-24, 04:58 PM
Last Post: mikeh49
  TV Recordings 2.6 Confirm Delete Graham 2 2,254 2008-10-21, 12:47 PM
Last Post: Graham
  Full screen error: when in "WMR9 Full Screen"... anppilot 0 2,244 2008-10-17, 09:17 PM
Last Post: anppilot
  Option to turn ComSkip off for certain recordings? wildatom 3 1,579 2007-12-01, 02:32 AM
Last Post: kayak4ever
  comskip and digital recordings agidius 12 3,634 2007-11-21, 03:39 PM
Last Post: wtg
  Comskip trouble with high bit rate recordings ApexHack 4 1,985 2007-10-16, 02:29 AM
Last Post: erik
  Renaaming recordings & DB3 management marcomessina 0 1,277 2007-10-07, 04:51 PM
Last Post: marcomessina
  Trim recordings? djmuk 4 1,744 2007-09-29, 01:30 AM
Last Post: ACTCMS
  Move GB-PVR recordings to new disk/dir; plugin exists? Braklet 13 4,206 2007-06-28, 06:16 PM
Last Post: Braklet

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

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

Linear Mode
Threaded Mode