Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/e7275af0737c329027d431584f5fa7d374148355 You should set ROOT_URL correctly, otherwise the web may not work correctly.

VideoBitDepth and AudioChannels in Filename examples

pull/4/head
Chris Allen 9 years ago committed by Mark McDowall
parent 5fcd65ef57
commit e7275af073

@ -88,7 +88,10 @@ namespace NzbDrone.Core.Organizer
var mediaInfo = new MediaInfoModel()
{
VideoCodec = "AVC",
VideoBitDepth = 8,
AudioFormat = "DTS",
AudioChannels = 6,
AudioChannelPositions = "3/2/0.1",
AudioLanguages = "English",
Subtitles = "English/German"
};
@ -96,7 +99,10 @@ namespace NzbDrone.Core.Organizer
var mediaInfoAnime = new MediaInfoModel()
{
VideoCodec = "AVC",
VideoBitDepth = 8,
AudioFormat = "DTS",
AudioChannels = 6,
AudioChannelPositions = "3/2/0.1",
AudioLanguages = "Japanese",
Subtitles = "Japanese/English"
};

Loading…
Cancel
Save