C# Class MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MediaInfoWrapper

This class is here to temporarily replace the MediaInfoWrapper included with MediaPortal Once MP has the new changes, this file can be deleted.
ファイルを表示 Open project: damienhaynes/moving-pictures Class Usage Examples

Public Properties

Property Type Description
MinimalFullFeatureLength double

Protected Properties

Property Type Description
currentMediaInfo BDInfo
currentPlaylistFile BDInfo.TSPlaylistFile

Public Methods

Method Description
MediaInfoWrapper ( string strFile ) : System

Private Methods

Method Description
GetLengthFromPlaylist ( string filePath ) : bool

Returns wether a choice was made and changes the file path

checkHasExternalSubtitles ( string strFile ) : bool
scanWorker ( string path ) : BDInfo

Scans a bluray folder and returns a BDInfo object

Method Details

MediaInfoWrapper() public method

public MediaInfoWrapper ( string strFile ) : System
strFile string
return System

Property Details

MinimalFullFeatureLength public_oe static_oe property

The minimal feature length that should be taken into account
public static double MinimalFullFeatureLength
return double

currentMediaInfo protected_oe property

Holds the relevant BDInfo instance after a scan
protected BDInfo,MediaPortal.Plugins.MovingPictures.LocalMediaManagement currentMediaInfo
return BDInfo

currentPlaylistFile protected_oe property

Holds the relevant playlist after feature selection
protected TSPlaylistFile,BDInfo currentPlaylistFile
return BDInfo.TSPlaylistFile