render movies as folders with dlna

This commit is contained in:
Luke Pulverenti
2014-10-22 00:42:26 -04:00
parent 1e7ac871db
commit 9f3891d418
109 changed files with 8247 additions and 7349 deletions

View File

@@ -35,7 +35,9 @@ namespace MediaBrowser.Model.Dlna
public string ModelUrl { get; set; }
public string SerialNumber { get; set; }
public bool IgnoreTranscodeByteRangeRequests { get; set; }
public bool EnableAlbumArtInDidl { get; set; }
public int? DidlAlbumArtLimit { get; set; }
public string SupportedMediaTypes { get; set; }