Method | Description | |
---|---|---|
ReadTag ( string strFile ) : MediaPortal.TagReader.MusicTag |
This method is called by mediaportal when it wants information for a music file The method will check which tagreader supports the file and ask it to extract the information from it
|
|
WriteLyrics ( string strFile, string strLyrics ) : bool |
Method | Description | |
---|---|---|
IsAudio ( string fileName ) : bool | ||
TagReader ( ) : System |
Constructor This will load all tagreader plugins from plugins/tagreaders
|
public static ReadTag ( string strFile ) : MediaPortal.TagReader.MusicTag | ||
strFile | string | filename of the music file |
return | MediaPortal.TagReader.MusicTag |
public static WriteLyrics ( string strFile, string strLyrics ) : bool | ||
strFile | string | |
strLyrics | string | |
return | bool |