WIP Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
(2016-03-15, 08:47)solamnic Wrote:
(2016-03-15, 00:13)DanCooper Wrote:
(2016-03-14, 23:38)solamnic Wrote: Could you please the Greek flag to appear properly... ( i have movies with greek audio and subtitle and a ? appears instead of flag) can you check this?

I think that problem is already posted in our bug tracker. Please tell me which "LongLanguage" and "Language" is saved in NFO.
You can fix your Languages.xml to fix that issue. Simply modify the "Alpha2" or "Alpha3" to the correct value like this:
Code:
<Language>
    <Alpha2>el</Alpha2>
    <Alpha3>ell</Alpha3>
    <Name>Modern Greek</Name>
</Language>

Checking language.xml has correct the above values
here is part of nfo file (that displays Greek language as gre not el, or ell)

Code:
<streamdetails>
            <video>
                <aspect>1.778</aspect>
                <codec>h264</codec>
                <durationinseconds>5286</durationinseconds>
                <height>1080</height>
                <scantype>progressive</scantype>
                <width>1920</width>
            </video>
            <audio>
                <channels>8</channels>
                <codec>dtshd_ma</codec>
                <language>eng</language>
            </audio>
            <audio>
                <channels>6</channels>
                <codec>ac3</codec>
                <language>gre</language>
            </audio>
            <subtitle>
                <language>eng</language>
            </subtitle>
            <subtitle>
                <language>gre</language>
            </subtitle>
        </streamdetails>
    </fileinfo>
</movie>

It's a little bit tricky....
MediaInfo use "gre" as Alpha3 code
The Language.xml use "ell" as Alpha3 and "el" as Alpha2.
The flag image calls "el.png".

Image
"B" (bibliographic)
"T" (terminology)


In comparing to german Alpha codes, "de" and "deu" is correct:
Image

I would say that MediaInfo set the wrong language code and you have to change that manually in our Metadata Editor. Than the country flag will be displayed.

Alternative you add this new node to the Languages.xml and copy the flag "el.png" also to "gr.png":
Code:
<Language>
    <Alpha2>gr</Alpha2>
    <Alpha3>gre</Alpha3>
    <Name>Greek</Name>
</Language>


Messages In This Thread
RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - by DanCooper - 2016-03-15, 10:55
nfo file status? - by NightMyst - 2017-06-21, 07:24
Audio metadata error - by Doomnie - 2017-11-04, 08:16
EmberMM Import Poster.jpg - by MePoEmberMM - 2018-02-06, 01:27
User rating sync - by fred_gaou - 2018-04-28, 22:25
database is locked - by gorb - 2019-08-19, 11:41
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread2