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.
Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Свойство Type Description
MinimalFullFeatureLength double

Protected Properties

Свойство Type Description
currentMediaInfo BDInfo
currentPlaylistFile BDInfo.TSPlaylistFile

Méthodes publiques

Méthode Description
MediaInfoWrapper ( string strFile ) : System

Private Methods

Méthode 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 méthode

public MediaInfoWrapper ( string strFile ) : System
strFile string
Résultat System

Property Details

MinimalFullFeatureLength public_oe static_oe property

The minimal feature length that should be taken into account
public static double MinimalFullFeatureLength
Résultat double

currentMediaInfo protected_oe property

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

currentPlaylistFile protected_oe property

Holds the relevant playlist after feature selection
protected TSPlaylistFile,BDInfo currentPlaylistFile
Résultat BDInfo.TSPlaylistFile