View Single Post
  #7 (permalink)  
Old 02-26-2006, 10:16 AM
Kilrsat Kilrsat is offline
Administrator
 
Join Date: Dec 2004
Location: Houston, TX
Posts: 2,291
Send a message via AIM to Kilrsat
Re: DVD Library and mp4?

Close Beyond Media.

Open this file in a text editor:
C:\Documents and Settings\All Users\Application Data\SnapStream\Beyond Media\BeyondMediaSettings.xml

Scroll down to this section:

Code:
  <PropertyArray>
    <Name>DVDCatalog.FileExtensions</Name>
    <Value>.avi|AVIs|DVDCatalog.AVIPlayer</Value>
    <Value>.mpeg|MPGs|DVDCatalog.MPGPlayer</Value>
    <Value>.mpg|MPGs|DVDCatalog.MPGPlayer</Value>
    <Value>.wmv|WMVs|DVDCatalog.WMVPlayer</Value>
    <Value>.ratdvd|RatDVDs|DVDCatalog.RatDVDPlayer</Value>
  </PropertyArray>
Add this line to the value collection:

Code:
<Value>.mp4|MP4s|DVDCatalog.MP4Player</Value>
So the new block looks like this:

Code:
  <PropertyArray>
    <Name>DVDCatalog.FileExtensions</Name>
    <Value>.avi|AVIs|DVDCatalog.AVIPlayer</Value>
    <Value>.mpeg|MPGs|DVDCatalog.MPGPlayer</Value>
    <Value>.mpg|MPGs|DVDCatalog.MPGPlayer</Value>
    <Value>.wmv|WMVs|DVDCatalog.WMVPlayer</Value>
    <Value>.ratdvd|RatDVDs|DVDCatalog.RatDVDPlayer</Value>
    <Value>.mp4|MP4s|DVDCatalog.MP4Player</Value>  
  </PropertyArray>
Start Beyond Media. It will now scan for mp4 files.
__________________

To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote