|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Request to improve SageMC/Dvd profiler integration
Hello,
First I need to congratulate those who have created SageMC. IMO, it turns a powerful but not very appealing looking app into a great, easy to navigate system. Some background on my problem: I've been playing with Sage and SageMC over the last week to see if would be possible to replace the MCE2005 system in our house with a Sage based system. The primary reason I have stuck with mce as long as I have is because of My Movies (it seems I'm not alone in the regard). By itself, sage doesn't come close to my movies for managing dvd collections. However, with sagemc it comes pretty close. The biggest stumbling block I had with sagemc and dvd profiler is naming the dvd's directory correctly so that sagemc automatically maps it to a title in dvd profiler. Giving the movie's directory the same name as the dvd title is all well and good for "Miami Vice", but is sucks when the dvd is called "Baby Einstein - Baby Wordsworth - First Words - Around the House". In my system, I have this directory named "baby_wordsworth". My suggestion: My suggestion is to add a tag to each movie in dvd profiler that sagemc can use to match up a directory name if it can't find a match. This tag would be exported into the xml file by dvd profiler. In this example, I'd enter "baby_wordsworth" in dvd profiler so that sagemc can map the movie correctly. Is something like this even possible? I'm not all that familiar with dvd profiler, so I don't know if it allows adding optional tag like this. This seems like it should be fairly easy to add and would greatly increase sagemc's ease of us. Is there a better (and/or already implemented) solution to this problem without naming directories with ridiculously long names so that sagemc can automatically identify them? Thanks for your time! Derek |
#2
|
||||
|
||||
Quote:
|
#3
|
|||
|
|||
Quote:
Dirk |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Ah, I see, I think SageMC has something sort of the reverse, you can browse to a folder, and then lookup the info for it separately.
|
#6
|
||||
|
||||
FWIW, I mentioned this on the AVS thread but thought I should bring it up here.
I've been trying to figure out a better way to associate media files in Sage with DVD Profiler entries, there have been a number of things I've not been 100% satisfied with the way it is. Anyway, I had a brainstorm this afternoon, Sage uses an ID tacked onto the filename to help manage files, the MV#######. So what if we were to add the ability to do that in DVDPro2Sage (or the importer)? Allow the user to "override" the name matching by specifying a DVD Profiler ID at the end of the folder/file name. For example: Today we have a folder named: Top Gun However there can be issues with this, for example there are two versions of Top Gun in DVD Profiler, the original and the "Special Collectors Edition". Right now DVDPro2Sage just finds the first match. However I propose: Top Gun-MV9736056384 This would resolve, unambiguously to the DVD Profiler entry with ID "97630-56384" Thoughts? |
#7
|
||||
|
||||
Quote:
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#8
|
|||
|
|||
Quote:
Dirk |
#9
|
||||
|
||||
Not really, they lock that down pretty tight, forcing you to use UPC ideally or Disc ID (from the actual DVD) if there's no UPC. That's one of the reasons why it would/could be nice to use that, since every DVD in DVD Profiler has a unique Disc ID.
The only way to "edit" it, is to create a new entry in the database with a new ID (UPC/DiscID). |
#10
|
||||
|
||||
Quote:
Quote:
Just curious, do you know where SortTitle is defined in the DVDPro UI? |
#11
|
||||
|
||||
Quote:
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#12
|
|||
|
|||
Quote:
Dirk |
#13
|
||||
|
||||
That's kind of what I was thinking.
|
#14
|
||||
|
||||
Shoot. I'll look anyways.
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#15
|
||||
|
||||
So I looked and you were both correct. There is not a editable field in the UI. But what I did find out that in the skin editor if you look at VIEW-SKINS that you can edit the DVD Profiler sking. If you go in there and click on the CONTENT tab you will find a scrolling list of DP HTML tags. One of them being SORTTITLE which puts this in the xml file that defines the Profiler skin:
Code:
<DP NAME="SORTTITLE"> Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#16
|
||||
|
||||
Well the first step.
My DVD Profiler Importer for the default STV: http://forums.sage.tv/forums/downloa...do=file&id=158 Pretty simple, extract to the SageTV directory, import. And then when you go to the Imported Videos, you'll find a new button on the left (an "i") that will take you to the new a new menu that will allow you to import metadata for media files. Go through the Setup first to configure where your XML is and where the DVD Profiler images are (and if you want it to copy them). If you copy the images it will probably take awhile, so be patient. I'm thinking a progress bar might be nice.... |
#17
|
|||
|
|||
File structure recommendations
Apologies for crashing the thread in mid-stream, but this looks like a good place to pose this question.
I'm at the very beginning of the painful process of placing my DVD library on disk. I would like to leverage the wisdom of those who have gone before me in establishing the right file structure for the variety of DVD collections in my library. First case in point - T2 Ultimate Edition. The DVDProfiler gives it a title of T2: Judgement Day: Ultimate Edition. Trying to use that as a directory name introduced illegal charaters. In addition, there is a flip side with Extras that needs to be added (for now, I've just tacked on a \Extras folder). Do you know of a guide or have an example structure that would help a neophyte avoid a few pitfalls? Thanks in advance for any help or advise. |
#18
|
||||
|
||||
Quote:
The following are valid characters (space is included): a-z A-Z 0-9 $()#_'`~@{}%! &- Quote:
I'd also like to find a good way of handling box sets. Quote:
|
#19
|
|||
|
|||
Quote:
Is this broken in 6.1? I don't see an "i" in my imported video screen. TIA B |
#20
|
||||
|
||||
Could, be, I haven't tried it yet.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|