- Thread starter
- #181
-------------------------- ---------------------------------
Hopefully the Smilies say it all (I normally think they're silly but I'm so pleased I don't care!)
I've just tested this latest with my girlfriend who speaks no English but within 2 minutes she found her way around easily.
She's been at it for over an hour and nothing is broken so it looks like you've just made another friend.
Jim & Seng
Quick PS - Some of the vids are ripped from old vcds (.mpg) and it's these that have only sound, no video. Which setting in the MP config screen will I need to tweak?
PPS I'm keeping a notebook of my MP installation with the idea of offering it for download - not so much an idiots guide, more a non-technical installation/configuration handbook for people like me with very little or no technical background. I'll be sure to say nice things about you.
Thanks for the kind words. Great to hear it's working for you now and the girlfriend now. I try to design everything in such a way that my wife can navigate without having to ask questions. Thanks for helping me hunt down those bugs too.
For your old mpg videos, I'd make sure I had a filter that coould decode mpeg-1 since that's possibly what you're dealing with (as opposed to mpeg-2 which is what most live TV is encoded in). If you're using ffdshow, make sure you've got that format set to decode with libavcodec. I may be way off on this, but I'd say that's close to what you're problem is. You could use something like gspot ( http://www.headbands.com/gspot/v26x/GSpot270a.zip ) to check what type of compression is used for the specific file in question.
I having trouble getting mvids to see my videos. I keep getting "found 0 files" when I update the database. All of my videos are in DVD format using the standard DVD structure. I have a directory called "My Music Videos" that contains a directory for each video called "<artist> - <title>". For example, the files for the video Back in Black by ACDC are:
My Music Videos\ACDC - Back in Black\VIDEO_TS\VIDEO_TS.BUP
My Music Videos\ACDC - Back in Black\VIDEO_TS\VIDEO_TS.IFO
My Music Videos\ACDC - Back in Black\VIDEO_TS\VTS_01_0.BUP
My Music Videos\ACDC - Back in Black\VIDEO_TS\VTS_01_0.IFO
My Music Videos\ACDC - Back in Black\VIDEO_TS\VTS_01_1.VOB
Will the plugin work with videos in this format or do I need to convert them to a single file format like mpg or mkv? If it will work like this, can someone help me out with setting up the path and mask?
Thanks
Raw DVD structures are the next thing on my todo list. They are not supported right now, but will be in the next version (which certainly won't take 4 months like the last one). This will also include an expansion of the folder masking system to recognize structures like yours.
You could make it work the way it is right now, but you'd have to make a few changes. You could put an info.txt file in the video_ts directory with artist=acdc and then rename your vob to Back in Black.vob. This would of course break the standard DVD structure, but would cause the scanner to add the video correctly. Or you could drop the Video_TS folder completely and rename the vob to acdc-back in black.vob. Obviously that's not the ideal solution, but it's the only way I know of that it would work right now.