|
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
|
||||
|
||||
Import recordings from BTV
I am curerntly performing a parallel run of Sage after running BTV for around 3 years.
Due to this amount of time, I have over 1000+ recordings in BTV that I would like to import into the main Sage TV recorded shows section rather than as separate video files. Is there any way of importing such shows? BTV stores the show information (Title, Episode, Decription, dates) within the MPG / AVI file directly so unless someone has coded up a suitable tool, I cannot see any way of easily doing this! Any help much appreciated. |
#2
|
|||
|
|||
Hi! and welcome!
For that amount of recordings its tough because there is no way to import them except one at a time. I'm (kinda) sure you can import using Neilm's web server. Maybe one with more experience in this topic will follow me on how to do that. This question has been around for a while. Maybe someone will come up with a script for a mass import from btv or myth someday. Good Luck! Last edited by jdamore; 12-01-2007 at 10:10 PM. |
#3
|
|||
|
|||
Built-in feature for easy import of shows from BTV? That's a really cool idea, if the Sage people are listening. A whole bunch of people will be more likely to dump BTV for Sage if there's an easy way to do just that.
|
#4
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#5
|
||||
|
||||
just for clarification, this plugin has not been developed has it?
|
#6
|
|||
|
|||
Quote:
But anyone with programming skills and some spare time on their hands, could help make the transition from BTV to Sage a lot easier. When I switched, I just dumped all my recordings into an Imported Video folder....would have been nice to import all the episode info as well, but I wasn't going to enter in the info for each show. |
#7
|
|||
|
|||
Quote:
Quote:
|
#8
|
|||
|
|||
If I remember correctly there is a way to get .my files out of BTV (BTV has a nice API to get at the meta data). I think I have seen a plugin mentioned around here that imports .my files.
I haven't had the time to investigate but I will be facing importing of 400 - 500 recordings as well. Greg |
#9
|
|||
|
|||
Sorry, I reinstalled the OS for Sage so I never reinstalled Beyond TV after this. I don't archive anything so I just used the import video approach. It was a little painful until I got through/watched all the shows recorded in BTV but I didn't have that many so it wasn't too bad.
|
#10
|
|||
|
|||
There are two BTV developers that might be able to help out with this. Not sure how interested they would be in helping unless they were switching to SageTV as well:
Fonceur - maker of many excellent BTV plugins. His BTV Negociator parses show information so he has the know-how and ability to do it. jmaver - developed the excellent BTVShowInfo plugin. This plugin connects to the BTV server and accesses all show detail information. Using this plugin you can edit one or many shows metadata from the interface. Another person who might be able to help out is Stephane. He uses SageTV, but has used BTV in the past and is a good developer. Don't know how much interest we could get from a developer without some sort of incentive though as its a plugin that would be used once. One thing that would make the plugin appeal more to the masses is if you could make it also work with other files such as MCE, Media Portal etc. to import them into the SageTV Shows. |
#11
|
|||
|
|||
How To use webserver to import shows with detail?
So since a plugin in the next week or so is extremely unlikely, how do you use the webserver plugin to import BTV shows and have them show up in the recorded shows section of SageTV?
|
#12
|
|||
|
|||
Quote:
Edit:I was wrong.. See next reply Last edited by jdamore; 12-01-2007 at 10:17 PM. |
#13
|
||||
|
||||
You can use the webserver to import the shows.
- Click in Media Library in upper right hand corner. - Choose Search Imported Videos. - Leave all the defaults and go to the bottom and click search. This gives you a list of all imported videos. - For each video click on the show name and then click on [Edit Show Info] towards the bottom of the page. - Make the changes you need and click save. Works like a champ even though there is a warning that the function is experimental.
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#14
|
||||
|
||||
By the way, if anyone with BTV can find a way of extracting the BTV show information into a text file (XML or other), i will see how easy it is to get the webserver to parse it directly, or to make a quck'n'dirty conveter to my Sage XML show info format that can then be imported (without the need for manual edits)...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#15
|
|||
|
|||
Quote:
Thanks for the response. This would be great if you could help out here. I'm checking on other ways to do this, but I do know of one possibility. There is a add-on to BeyondTV called BTVShowInfo (download and details here) that I use to edit the metadata stored in BTV recordings. It basically logs into the BTV server and extracts the data for each show and allows you to edit all fields, copy and paste fields etc. It's very nice and something I miss when I'm using SageTV. Anyway its possible to create plugins to this add-on according to the author. Here's what he says about that: Quote:
|
#16
|
|||
|
|||
Quote:
If we could get an xml file in the following format would that work? All metadata-info each recorded show into xml files (one xml file for each recorded show selected) with at least these fields:
It's not something that is there today, but I'm seeing if I can get some help on it from a few of the BTV plugin writers. Don't know how it will turn out but it's worth trying. |
#17
|
||||
|
||||
The ShowID (from ZaptoIT's data) would also be nice -- it would prevent Sage from re-recording shows that BTV already recorded...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#18
|
|||
|
|||
The show ID is not something that BTVShowInfo exports. But just getting the data into Sage is worlds ahead.
If I had more time, I would whip up using BTVShowInfo to produce .my files. But alas, work gets in the way. |
#19
|
|||
|
|||
Quote:
Your a man of your word! BTV XML to Sage XML converter... http://forums.sage.tv/forums/showthread.php?t=29311 Super cool! |
#20
|
||||
|
||||
This was based on the sample XML Brent sent me... I have tried to make it as error-proof as I can (hence the big logging window!)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV FAQ | Narflex | SageTV Software | 45 | 04-15-2011 08:34 AM |
Sage Recording In The Import Directory - Wrong Place | mike1961 | SageTV Software | 2 | 08-20-2006 08:34 PM |
Help Me With My Import | aperry | SageTV Studio | 5 | 07-19-2006 03:59 AM |
STV Import: Include Archived Recordings (v1.1 14 Jun 2005) | nielm | SageTV Customizations | 1 | 06-14-2005 03:34 AM |
Choppy Playback with Import STV's??? | RedCoat999 | SageTV Customizations | 3 | 12-09-2004 10:28 PM |