C# Класс MediaPortal.TagReader.TagReader

This class will manage all tagreader plugins See the ITag.cs for more information about tagreader plugins It will load all tagreader plugins and when Mediaportal wants information for a given music file it will check which tagreader plugin supports it and ask it to read the information which is then returned to mediaportal
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsAudio ( string fileName ) : bool
TagReader ( ) : System

Constructor This will load all tagreader plugins from plugins/tagreaders

Описание методов

ReadTag() публичный статический Метод

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
public static ReadTag ( string strFile ) : MediaPortal.TagReader.MusicTag
strFile string filename of the music file
Результат MediaPortal.TagReader.MusicTag

WriteLyrics() публичный статический Метод

public static WriteLyrics ( string strFile, string strLyrics ) : bool
strFile string
strLyrics string
Результат bool