NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 3 4 5 6 7 … 56 Next »
SuperSimpleArchiver

 
  • 0 Vote(s) - 0 Average
SuperSimpleArchiver
dazzyb2k3
Offline

Member

Posts: 206
Threads: 21
Joined: Jul 2005
#21
2008-04-16, 03:47 PM
Thanks pBS Big Grin

I figured it would be something along those lines but i'm not too hot on batch files. Thanks for the info, i'll give it a try!

Much apreciated Smile
[SIZE="1"]C2D E6600, 2GB DDR2 800, HD5450, 4 X GDI Black Gold, 1 X Compro DVB 200, 1 X Powerlined MVP, 500GB System, 2TB RAID 0 Recording, 1GB Flash ROM timeshift buffer, Silverstone LC03 B-V Passively Cooled and Soundproofed, MCE Keyboard and receiver. Win7 32bit[/SIZE]
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#22
2008-04-17, 12:01 AM
Could this tool be used to send certain recording to a different location?
i.e if you set 'archive' as a transcode option when you scheduled a recording

Seems promising - I can't wait to try.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
jim_warren
Offline

Junior Member

Posts: 4
Threads: 1
Joined: Mar 2008
#23
2008-04-17, 02:33 AM
The original files are not being removed and I'm not getting an entry in the logfile that they have been removed? error level returned (per the log file) is 0

I added full path to sqlite3 thinking it might be a path thing.

v1.2.9

thoughts?

Jim
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#24
2008-04-18, 06:34 AM (This post was last modified: 2008-04-18, 08:13 AM by pBS.)
wannabepvr Wrote:Could this tool be used to send certain recording to a different location?
i.e if you set 'archive' as a transcode option when you scheduled a recording

Seems promising - I can't wait to try.

sure it can...just like any other profile....Smile but it'll do all recordings..
[transcode button in guide doesn't work at all yet]

but you could include logic to ignore/include certain shows and be selective..Big Grin
[using %filedir% subdir to check for a certain series, etc.]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#25
2008-04-18, 08:29 AM
jim_warren Wrote:The original files are not being removed and I'm not getting an entry in the logfile that they have been removed? error level returned (per the log file) is 0

I added full path to sqlite3 thinking it might be a path thing.

v1.2.9

thoughts?

Jim

try it from command line [from gbpvr dir!]
"third party\reloc.bat" "x:\path\file.mpg" "x:\destpath\"
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#26
2008-05-07, 02:22 AM
pBS Wrote:I updated Simple Archiver with some new features:
1.copies only the movie file you select in video library, + .txt, .srt, .edl files if they exist...

2. now removes original subdir if no movie files found within it.

3. cleaned up the logs and made 2, \third party\archiver.log for workings, and \third party\archived.txt just for list of all completed moves...

i rem'd the delete part so after you confirm it's working for you, remove the rem near bottom to have it delete the original after the copy...
[so if you have an error setting up the profile destination, you won't lose files]
move a few and check the db and file locations, then un 'rem' it and forget it Smile
setup several profiles with different destinations if you wish..

it's fine to hit 'Exit' and going about your business in GBPVR, it'll finish fine without you..Big Grin
'Stop' may or may not stop the process, depending on what point you stop it..

these instruction should be on the first post i thought i had done something wrong
but makes sense to have this for testing
maybe i missed reading it

seems to work great thanks
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#27
2008-05-07, 02:53 AM
just wish there were some way to speed up copying...Big Grin
shows sure take a while to copy and consume a bit of cpu, but still leaves tv watchable so not a real problem...

if we ever get selective addition to transcoding cue,it could serve as a overnight drive space freer..Smile which would take the load off completely..

i suppose i could add a check for a placeholder file so as not to move certain dirs so it could be used this way now...just add it as overnight processing profile, and place designated file in dirs you don't want moved and each night the drive would be offloaded automatically while noone was using it...Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#28
2008-05-07, 03:56 AM
it copies the file ok but it doesnt seem to change the database and doesnt delete old file
what have i done wrong
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#29
2008-05-07, 04:06 AM
what do the logs say?
what do the first few lines of your adjustments in the batch file look like?
have sqlite3.exe in gbpvr\ ?

try it from cmd line...it's kinda tricky, gotta run it from gbpvr\ even tho it's in gbpvr\third party\
[that's the way gbpvr runs all batches, from gbpvr\ dir, no matter where the batch file is]
so like this while sitting at gbpvr\ dir:
Code:
third party\reloc.bat "d:\mpg\show\show.mpg" "\\pvr2\mpg\"

you should see it do it's stuff...[well some of it..rest in logs]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#30
2008-05-07, 04:11 AM
i have a feeling it's the 'attrib' stuff...
had it in there as a double check but isn't working for some people..

delete the first line with attrib in it, the second make look like this:
Code:
) else (echo Copy problem!)
that will take it out of the process...
i think not all machine have attrib in path...

if that works for you then i'll edit the main one...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 7 Guest(s)

Pages (19): « Previous 1 2 3 4 5 … 19 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode