NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 8 9 10 11 12 … 56 Next »
New wiki entry: RecoverRecordings

 
  • 0 Vote(s) - 0 Average
New wiki entry: RecoverRecordings
ElihuRozen
Offline

Senior Member

Massachusetts, USA
Posts: 514
Threads: 51
Joined: Apr 2006
#11
2010-01-16, 01:48 AM
FYI

When I was playing around with this, I had to change the following
from:
Code:
FOR /R %~dp0 %%f IN (*.mpg *.ts *.dvr-ms *.avi) DO (call :extract "%%~f")
to:
Code:
FOR /R [color=Red][B]"[/B][/color]%~dp0[color=red][B]"[/B][/color] %%f IN (*.mpg *.ts *.dvr-ms *.avi) DO (call :extract "%%~f")
since my recordings are in a directory with a space (F:\Data Files\Recordings). In case you can't see the difference, I added quotes around the "%~dp0" near the beginning. I tried to use red & bold, but it is still really hard to see.

Nice tool. Not only is it really useful, but I always learn little tricks from your code like putting ^ in front of < and > to escape them.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#12
2010-01-29, 08:16 AM
good catch, i forgot that using the ~ removes any quotes that exist, and not too many use spaces in their root recording dir names..

i think i'll go back to the original one for defaults, cuz it's much more reliable...
and it's really easy to search/replace with notepad after wards to edit paths..
too bad notepad can't be scripted w/batch...lol

yea, finding the ^> ^< etc was really helpfull...
but look out for those first lines of .xml files...it's got a hidden attribute that's impossible to capture if you read it...why i skip that line and write it out myself..

btw, i have a batch to use from video library to import single shows like this..Smile
very useful in 2 pvr houses...Wink
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Wiki updates for NextPVR 2.3.6 McBainUK 3 2,560 2012-02-19, 10:18 AM
Last Post: Grampz
  MpegImport utility added to wiki sixgun 66 22,434 2010-05-25, 01:48 PM
Last Post: carpeVideo
  WIKI Status fhmanas 3 1,857 2009-03-04, 02:06 PM
Last Post: McBainUK
  BurndvdX2 Version 1.0.1.8 posted to wiki pastro 1 1,408 2009-02-04, 03:50 AM
Last Post: pbb
  Wiki Plugin/Skin housekeeping. Fatman_do 14 4,280 2008-12-11, 02:46 AM
Last Post: Fatman_do
  updated recoverrecordings.bat pBS 10 5,277 2008-11-14, 01:16 PM
Last Post: pBS
  New version 0.47 of XRecord is available on the wiki fla 35 8,872 2007-05-26, 10:39 PM
Last Post: fla
  GameZone V0.2 now in the Wiki idkpmiller 2 1,297 2006-12-31, 12:30 AM
Last Post: idkpmiller
  2 New Plugins added to Wiki rwmech 0 1,286 2006-10-16, 05:16 PM
Last Post: rwmech
  New wiki page Fatman_do 6 2,179 2006-05-25, 09:16 PM
Last Post: Fatman_do

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

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

Linear Mode
Threaded Mode