SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Github Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-27-2016, 03:00 PM
kenfox kenfox is offline
Sage User
 
Join Date: Oct 2016
Location: Germany
Posts: 69
Moving files between installations?

Hi,

currenty, I'm installing my final sage server. When finishied, I want to move some of my recodings from the testserver to the new server (both are sage 9). Is it possible to move the recordings together with their meta data?

ken
Reply With Quote
  #2  
Old 12-28-2016, 02:09 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by kenfox View Post
Hi,

currenty, I'm installing my final sage server. When finishied, I want to move some of my recodings from the testserver to the new server (both are sage 9). Is it possible to move the recordings together with their meta data?

ken
As long as the recording have not been altered post-recording (like converted by something other than sage), then moving them, along with their properties file (if present) will allow the other instance of sage to pick up the appropriate metadata for them. What will NOT come over, though, is the knowledge that they have been recorded - so if there is a favorite for that show, it will not 'know' that it has already recorded that episode, so if it re-airs, it will likely record it again. Also missing will be the actual 'Airing' information (channel and time it was on), because that airing will likely not be present in the destination system's database.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #3  
Old 12-30-2016, 01:34 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
Quote:
Originally Posted by Fuzzy View Post
As long as the recording have not been altered post-recording (like converted by something other than sage), then moving them, along with their properties file (if present) will allow the other instance of sage to pick up the appropriate metadata for them. What will NOT come over, though, is the knowledge that they have been recorded - so if there is a favorite for that show, it will not 'know' that it has already recorded that episode, so if it re-airs, it will likely record it again. Also missing will be the actual 'Airing' information (channel and time it was on), because that airing will likely not be present in the destination system's database.
If you also copy the Wiz.bin file, then you will also retain all of that other information as well.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #4  
Old 12-30-2016, 01:46 PM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
Quote:
Originally Posted by Narflex View Post
If you also copy the Wiz.bin file, then you will also retain all of that other information as well.
Yes, but there is currently no way to merge two wiz.bin files. So, if he is running two servers for a while (original v7 server plus new v9 "Test" server), they will have different histories stored in their respective wiz.bins. You can merge the recordings by simply copying them over from one server to the other (meta-data stored in the recording files will get picked-up by the new server), but the watched history and other information doesn't get merged.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #5  
Old 12-30-2016, 02:06 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
Quote:
Originally Posted by Tiki View Post
Yes, but there is currently no way to merge two wiz.bin files. So, if he is running two servers for a while (original v7 server plus new v9 "Test" server), they will have different histories stored in their respective wiz.bins. You can merge the recordings by simply copying them over from one server to the other (meta-data stored in the recording files will get picked-up by the new server), but the watched history and other information doesn't get merged.
Guess I missed that part, as you are correct that there's currently no way to merge multiple Wiz.bin files.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #6  
Old 12-31-2016, 09:33 AM
graywolf's Avatar
graywolf graywolf is offline
Sage Icon
 
Join Date: Oct 2009
Location: NC
Posts: 1,389
Quote:
Originally Posted by Narflex View Post
Guess I missed that part, as you are correct that there's currently no way to merge multiple Wiz.bin files.
If anything was on my "Wish List" I guess it would be the ability to merge multiple Wiz.bin files, or export/import from one to another.

Started off with multiple SageTV servers and have been at the point that I'd like to reduce it into 1.

Too bad there wasn't a SQL based interface.
Reply With Quote
  #7  
Old 12-31-2016, 01:00 PM
wnjj wnjj is offline
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by graywolf View Post
If anything was on my "Wish List" I guess it would be the ability to merge multiple Wiz.bin files, or export/import from one to another.

Started off with multiple SageTV servers and have been at the point that I'd like to reduce it into 1.

Too bad there wasn't a SQL based interface.
Since I already wrote a program to export wiz.bin to SQL, I'm considering ways to expand on it. If you are fluent in SQL and can get everything merged there, the main need would be an SQL to DB option which shouldn't be too difficult. The tough part would be making sure everything was "proper" for Sage.

I'm also starting to,think about what a GUI-based wiz.bin viewer/editor/merger might look like.
Reply With Quote
  #8  
Old 01-01-2017, 07:16 AM
graywolf's Avatar
graywolf graywolf is offline
Sage Icon
 
Join Date: Oct 2009
Location: NC
Posts: 1,389
Quote:
Originally Posted by wnjj View Post
Since I already wrote a program to export wiz.bin to SQL, I'm considering ways to expand on it. If you are fluent in SQL and can get everything merged there, the main need would be an SQL to DB option which shouldn't be too difficult. The tough part would be making sure everything was "proper" for Sage.

I'm also starting to,think about what a GUI-based wiz.bin viewer/editor/merger might look like.
I wasn' aware of your export Wiz.bin to SQL. Does it work with SageTV 6 or is it just SageTV7/9 compatible?

Can you provide the name/link for it? And your forum link if there is one?

Yes, definitely familar with SQL. Long time Database Administrator/System Admin

Would LOVE to have the SQL => Wiz.bin capability. I could see it opening up so many doors.

Last edited by graywolf; 01-01-2017 at 07:18 AM. Reason: additional info
Reply With Quote
  #9  
Old 01-01-2017, 12:38 PM
wnjj wnjj is offline
Sage Icon
 
Join Date: Jan 2009
Posts: 1,514
Quote:
Originally Posted by graywolf View Post
I wasn' aware of your export Wiz.bin to SQL. Does it work with SageTV 6 or is it just SageTV7/9 compatible?

Can you provide the name/link for it? And your forum link if there is one?

Yes, definitely familar with SQL. Long time Database Administrator/System Admin

Would LOVE to have the SQL => Wiz.bin capability. I could see it opening up so many doors.

It should work with any version of the DB. It's here: https://forums.sagetv.com/forums/sho...d.php?p=577768
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving Files to Linux v9 chairmanmao SageTV Github Development 1 11-18-2016 04:34 PM
Moving Files HokiePerogi SageTV Linux 2 11-17-2008 10:28 PM
Help with moving files silentmonolith SageTV Software 1 10-18-2006 09:00 PM
Moving recorded files... what happens? rrussell SageTV Software 0 07-23-2003 02:11 PM


All times are GMT -6. The time now is 05:42 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.