C# 클래스 OpenSyno.SynoWP7.SynologyJsonDeserializationHelper

파일 보기 프로젝트 열기: salfab/open-syno

공개 메소드들

메소드 설명
ParseSynologyAlbums ( string content, IEnumerable &albums, long &total, string urlBase ) : void
ParseSynologyArtists ( string result, IEnumerable &artists, long &total, string urlBase ) : void
ParseSynologyTracks ( string content, IEnumerable &tracks, long &total, string urlBase ) : void

비공개 메소드들

메소드 설명
BuildAbsoluteAlbumArtUrl ( string urlBase, string relativeAlbumArtUrl ) : string
WorkaroundAlbumArtBug ( SynoItem albums ) : IEnumerable

Workarounds the album art bug.

There a bug in Audio Station 3.0 where the AlbumArtUrl field does not point to an album art, but rather to an artist art. fixing the url on the client will work just fine untill they fix it.

메소드 상세

ParseSynologyAlbums() 공개 정적인 메소드

public static ParseSynologyAlbums ( string content, IEnumerable &albums, long &total, string urlBase ) : void
content string
albums IEnumerable
total long
urlBase string
리턴 void

ParseSynologyArtists() 공개 정적인 메소드

public static ParseSynologyArtists ( string result, IEnumerable &artists, long &total, string urlBase ) : void
result string
artists IEnumerable
total long
urlBase string
리턴 void

ParseSynologyTracks() 공개 정적인 메소드

public static ParseSynologyTracks ( string content, IEnumerable &tracks, long &total, string urlBase ) : void
content string
tracks IEnumerable
total long
urlBase string
리턴 void