|
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
|
|||
|
|||
DVD Profiler for offline DVDs
I would like to view the profiler info for my DVD collection. So far I have only been able to do this by going through the lengthy process below - which only works sometimes
Is there any way to get this done? Its such an important feature that requires alot of work just to get semi-working. My steps so far - Edited to show the best way so far - hope this helps people Use a STV that includes mlbdude create xml with DVD profiler and place in \\SageMCE directory Depending on the version of DVD profiler- you may need to run this script found here at the meedio forum Run DVDPro2My - Download it here on the collection.xml file Run the following text in a batch file save it as "rename.bat" in your video folder Quote:
Last edited by afinemetsfan; 07-13-2005 at 06:25 PM. |
#2
|
||||
|
||||
Can't SageMCE pull info from the .xml file directly (without DVDPro2My)?
I'm not sure about the folder.jpg, or the title.avi, but I was under the impression that SageMCE pulled the metadata from the .xml file as the file details menu was called. Is this wrong? |
#3
|
||||
|
||||
It can, but his problem is that he doesn't actually have the video files (hence the dummy video.avi).
Unfortunately no, right now there's no way to do what you want (browse your offline files). That will take someone with Studio to impliment in a custom STV. |
#4
|
|||
|
|||
stranger89- i think i recall in the wiki a batch file that you wrote to do the renaming - but it was a dead link- do you still have this file
|
#5
|
||||
|
||||
#6
|
||||
|
||||
[QUOTE=stanger89]It can, but his problem is that he doesn't actually have the video files (hence the dummy video.avi).
Wait, is there a way to create really small .avi's and rename them to correspond with your offline DVD collection--at least you would be able to browse your offline collection with all the info. Anyone done this? I think using DVDprofiler for offline collections would be a HUGE feature for many people and I am surprised no one has fully implemented it in an STV yet. JUC |
#7
|
||||
|
||||
Quote:
|
#8
|
||||
|
||||
[QUOTE=JUC]
Quote:
|
#9
|
|||
|
|||
you don't need to transcode an avi you just need to do as mentioned and make a text doc and rename it: movie name.avi
the one thing that still lacks though is that it would be better if we could easily organize movies by genre, actor, director etc. i'll have to search it but was there ever a method to disable the "delete button" under the videos folder? i lost 3 xvids courtesy of my wife and kids because of this in the last couple of weeks. |
#10
|
||||
|
||||
Quote:
Quote:
|
#11
|
||||
|
||||
got it--very nice. I didn't realize you can name a text doc an .avi and it would work. Very useful information. Now I just need to make them for all my offline DVD's
|
#12
|
||||
|
||||
Like stanger said, you can probably mod that bat file to do it for you. I would hate to do that one-by-one for the 250 movies I have...
|
#13
|
||||
|
||||
Quote:
|
#14
|
|||
|
|||
Ive edited the batch file to add the title.avi
for this to work you must create a 'C:/dummy.avi" so it has something to move and rename (I dont know how to create a file in command line- if this is possible then there is no need for dummy.avi You also must edit the file with location of your videos - replace "videos" save the attached as rename.bat and place it in your videos folder |
#15
|
||||
|
||||
Now this assumes it doesn't matter if it's a real AVI or just something named *.avi.
I was thinking something more like this: Code:
for /F "delims=" %%i IN ('dir /b') DO ren "%%i\%%i.my" info.my for /F "delims=" %%i IN ('dir /b') DO ren "%%i\%%i.jpg" folder.jpg for /F "delims=" %%i IN ('dir /b') DO copy "%%i\folder.jpg" "%%i\%%i.avi" Or if you've got a dummy avi somewhere: Code:
for /F "delims=" %%i IN ('dir /b') DO ren "%%i\%%i.my" info.my for /F "delims=" %%i IN ('dir /b') DO ren "%%i\%%i.jpg" folder.jpg for /F "delims=" %%i IN ('dir /b') DO copy "somewhere\dummy.avi" "%%i\%%i.avi" |
#16
|
|||
|
|||
That looks alot better- again Im not used to writing stuff in windows command line code-actually this was my first attempt at any .bat script
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|