Hd-Ma media flag

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jitterbug Offline
Junior Member
Posts: 30
Joined: Mar 2011
Reputation: 0
Post: #1
Hi Stoli

Thanks for a wonderful skin Smile

Ive recently begun ripping my bluray movies with HD - MA 5.1 audio to my htpc - so my question is, is there in neon an icon or something so that I can distinguish between movies with dts 5.1 and those with HD - Ma 5.1

Im using xbmc dharma and running with the latest version of your skin from the official repo

kind regards

Christian
find quote
indy5 Offline
Senior Member
Posts: 149
Joined: Jul 2008
Reputation: 0
Post: #2
I've been trying to figure this out as well. It seems the flag images are present inside the media/flagging/audio folder, but I don't know what to tell XBMC to do to recognize them. Is there a particular naming convention the video file needs for this flag to pop up? Or do I need to edit the nfo file with something in particular?

Thanks for the help.


jitterbug Wrote:Hi Stoli

Thanks for a wonderful skin Smile

Ive recently begun ripping my bluray movies with HD - MA 5.1 audio to my htpc - so my question is, is there in neon an icon or something so that I can distinguish between movies with dts 5.1 and those with HD - Ma 5.1

Im using xbmc dharma and running with the latest version of your skin from the official repo

kind regards

Christian
find quote
mad-max Online
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #3
You have to take a look at the flags-name...

If the dts-hd ma flag is called dts_ma.jpg

and in includes codecflagging, the part for the audio codec looks like this:

Code:
<texture>$INFO[ListItem.AudioCodec,flagging/audio/,.png]</texture>

Then in the xbmc database the entry in the table "streamdetails" for the audio has to be the name of the flag without the .jpg-extension...

mm

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
indy5 Offline
Senior Member
Posts: 149
Joined: Jul 2008
Reputation: 0
Post: #4
This is the code from the codecflagging.xml file in Neon

<control type="image">
<description>dtsma Image</description>
<width>60</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture flipy="true" diffuse="mod/mask.png">flagging/audio/dtsma.png</texture>
<visible>substring(ListItem.AudioCodec,dtsma) + substring(ListItem.AudioChannels,6)</visible>
</control>

However, the file names that reside in the media\flagging\audio folder are:

dtmsa-1.png
dtshd_ma.png

Is this a bug that should be reported in the bug thread?
find quote
mad-max Online
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #5
indy5 Wrote:Is this a bug that should be reported in the bug thread?

For me it seems to be a bug...try name it "dtsma.png" and see if it shows up...but be sure youre database entry is also "dtsma.png"

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
indy5 Offline
Senior Member
Posts: 149
Joined: Jul 2008
Reputation: 0
Post: #6
mad-max Wrote:For me it seems to be a bug...try name it "dtsma.png" and see if it shows up...but be sure youre database entry is also "dtsma.png"

Where would I go about editing the database entry? Not just the .nfo file, right?

Thanks
find quote
The_Dogg Offline
Fan
Posts: 375
Joined: Feb 2004
Reputation: 3
Location: Canada
Post: #7
indy5 Wrote:Where would I go about editing the database entry? Not just the .nfo file, right?

Thanks

I think he's saying to rename the JPG file in the skin folder

Hardware: Revo 3610 + SSD - Harmony 700 Remote
Software: XBMCBuntu Frodo - Sickbeard - SabNZBd+

[Image: all-clearlogo.jpg]
find quote
indy5 Offline
Senior Member
Posts: 149
Joined: Jul 2008
Reputation: 0
Post: #8
The_Dogg Wrote:I think he's saying to rename the JPG file in the skin folder

I have actually already tried renaming the image file, it had no impact. It seems whatever it referencing that file is wrong.
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #9
jitterbug Wrote:Hi Stoli

Thanks for a wonderful skin Smile

Ive recently begun ripping my bluray movies with HD - MA 5.1 audio to my htpc - so my question is, is there in neon an icon or something so that I can distinguish between movies with dts 5.1 and those with HD - Ma 5.1

Im using xbmc dharma and running with the latest version of your skin from the official repo

kind regards

Christian

Can you post/link to a video clip encoded with hdma and I will test it - or just let me know a skin where it is working correctly?
find quote
indy5 Offline
Senior Member
Posts: 149
Joined: Jul 2008
Reputation: 0
Post: #10
stoli Wrote:Can you post/link to a video clip encoded with hdma and I will test it - or just let me know a skin where it is working correctly?

This site has a bunch of examples
http://www.demo-world.eu/trailers/high-d...ailers.php

Here is one:
http://www.trailerz.demo-world.eu/hd/hd_...ssless.rar

I was able to view the correct flags using Aeon MQ2
(This post was last modified: 2011-07-17 08:08 by indy5.)
find quote
Post Reply