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
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

공개 메소드들

메소드 설명
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