
Re: Jukebox Fixes and Modifications [Revised 26/05/12]
Hi Andy,
I was just putting together my package and decided to do some checking and I have found what I feel is an inconsistency with one of the filters. When you go to the "Year" filter, the split up is in decades eg: 1990-1999, 2000-2009 until it reaches 2010 when it is then
2010-2010 and then Last Year, This Year. When the 2010-2010 filter is applied, only the title in 2010 show.
To me this should be
2010-Now or 2010-[Blank] followed by Last Year then This Year and all titles from 2010-Now should show..
Do you agree?
Also I am getting some bad inconsistencies on what is actually written by YAMJ in the XML files for the Audio Details compared with what MediaInfo shows and what actually the case.
maybe Stuart needs to have a look at it?
I'll use and example to illustrate (I have plenty of others, every title):-
War of the Worlds (I encoded this from the DVD so I knew what tracks are there and that was how I noticed it)
MediaInfo reports (Totally correctly)
Audio #1
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : A_AC3
Duration : 1h 51mn
Bit rate mode : Constant
Bit rate : 448 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 358 MiB (14%)
Language : English
Default : Yes
Forced : No
Audio #2
ID : 3
Format : DTS
Format/Info : Digital Theater Systems
Codec ID : A_DTS
Duration : 1h 51mn
Bit rate mode : Constant
Bit rate : 755 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 24 bits
Compression mode : Lossy
Stream size : 603 MiB (23%)
Language : English
Default : No
Forced : No
YAMJ writes this in the XML which shows 3 audio tracks and is totally incorrect
<audioCodec>AC3 (en) / DTS (en) / AC3</audioCodec>
<codecs>
<audio count="3">
<codec bitrate="448" channels="6" codecId="A_AC3" codecIdHint="UNKNOWN" format="AC-3"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="en"
langugageFull="English">AC3</codec>
<codec bitrate="754" channels="6" codecId="A_DTS" codecIdHint="UNKNOWN" format="DTS"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="en"
langugageFull="English">DTS</codec>
<codec bitrate="UNKNOWN" channels="6" codecId="UNKNOWN" codecIdHint="UNKNOWN"
format="UNKNOWN"
formatProfile="UNKNOWN"
formatVersion="UNKNOWN"
language="UNKNOWN"
langugageFull="UNKNOWN">AC3</codec> </audio>
And this also:-
<audioChannels>6 / 6 / 6</audioChannels>
I am using exactly the same version of MediaInfo GUI and MediaInfo CLI installed in YAMJ.
AndyA wrote:
Like the skins Greg
Nice job - looks like we'll get the Jukebox sorted out once and for all
I'm working on where to display the seventh category - the on with 'New' etc in it
Andy