|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
How do I move videos wihtout loosing metadata?
I've searched the forum and the FAQ (which tells me how to do this for recordings), no luck. I feel like I have seen the answer to this, but I can't find it now.
Let's say I have a video in a video library folder: /tmp/videos/foo.m2ts. It gets picked up by the next rescan, I use the SageMC interface to download the video info and image from IMDB. A week or so later, I re-encode foo.m2ts and turn it into foo.mkv, which I want to put into /videos/foo.mkv. I was under the impression that as long as /tmp/videos and /videos are both library import folders AND that I only change the file extension of the video file that Sage will automatically match up /videos/foo.mkv with the metadata that used to be associated with /tmp/videos/foo.m2ts. As it is now, every time I move anything (even if I don't re-encode and change the file extension) Sage considers it a new file, my "watched" bit it reset and the metadata is gone. Help!
__________________
Current Server: Sage v7.1.9.1 beta w/ Diamond UI on Ubuntu 11.10 x86_64 | Storage: Linux md's raid10,f2 | Client: HD300 extender | Tuner: HDHomeRun for QAM |
#2
|
|||
|
|||
bump.
__________________
Current Server: Sage v7.1.9.1 beta w/ Diamond UI on Ubuntu 11.10 x86_64 | Storage: Linux md's raid10,f2 | Client: HD300 extender | Tuner: HDHomeRun for QAM |
#3
|
|||
|
|||
I cannot help you with the name file change because so far I have not gotten into transcoding because my media server has 20tb, but my experience with the manual move was like playing Russian Roulette.
I was recording to a local drive and then manually moving the recordings to the the media server. Both drives/subs were listed in Sage as recording directories. Sometimes it would work others I would end with orphaned files. I have been using Sage SJQ 3 which has an internal move command that works like a charm. If you get it this is what I use to move the files around, a little rudimentary I know but it does the job and I have been busy at work lately: # Move recordings from local drive to HPSERVER1 if [IsObjMediaFile == true && $.IsTVFile{} == true && $.IsFileCurrentlyRecording{} == false && $.IsCompleteRecording{} == true && Filename =* "C:\\MyVideos"] { :PRIORITY 100 :MOVERECOPTS "\\\\HPSERVER1\\Recorded TV" _MOVEREC # :PRIORITY 80 # _UNARCHIVE } # Unarchive files if [IsObjMediaFile == true && $.IsTVFile{} == true && $.IsFileCurrentlyRecording{} == false && $.IsCompleteRecording{} == true && MediaAge < "3D" && Filename !* "C:\\MyVideos" && (TimeOfDay > "3:00" && TimeOfDay < "4:00")] { :PRIORITY 110 _UNARCHIVE } |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do you automatically move Movie recordings to your My Videos area? | gveres | SageMC Custom Interface | 14 | 01-11-2010 08:19 AM |
Clean out old metadata created by My Movies before creating new metadata for SageTV? | Texas-Hansen | SageTV Customizations | 0 | 02-12-2009 10:31 AM |
how to move videos from my videos to my tv | Lost85 | SageMC Custom Interface | 5 | 01-23-2009 05:38 PM |
Any way to move strored DVDs and retain metadata? | appelm | SageTV Software | 3 | 07-16-2008 07:44 AM |
loosing my marbles ... | videogeek | General Discussion | 0 | 08-06-2003 02:48 PM |