WIP Ember Media Manager 1.9.x - Download & Discussion Thread
(2021-01-04, 18:20)dubster Wrote: Thanks Dan, I wondered if that might be it, but the dropdown list is empty.
I think there are two bugs, but it should be possible to fix it manually. In the folder .\Ember Media Manager\Profiles\PROFILE_NAME\ should be a file CertLanguages.xml and a file Core.ScraperLanguages.xml. Open both files (with Notepad++ or Windows Notepad) and change if needed:

CertLanguages.xml:
  • <CertLanguages ...... > and </CertLanguages> has to be written as showed (proper case)
  • <language> and </language> has to be written as showed (proper case)
xml:
<?xml version="1.0" encoding="utf-8"?>
<CertLanguages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <language>
    <name>USA</name>
    <abbreviation>us</abbreviation>
  </language>
  <language>
    <name>Germany</name>
    <abbreviation>de</abbreviation>
  </language>

.......

</CertLanguages>


Core.ScraperLanguages.xml:
  • <core.scraperlanguages ....> and </core.scraperlanguages> as showed
  • <language> and </language> as showed
xml:
<?xml version="1.0" encoding="utf-8"?>
<core.scraperlanguages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <language>
    <name>Arabic</name>
    <abbreviation>ar-AR</abbreviation>
  </language>
  <language>
    <name>Bulgarian</name>
    <abbreviation>bg-BG</abbreviation>
  </language>

........

</core.scraperlanguages>


For both XML there is a default template in the .\Ember Media Manager\Defaults folder that should be ok. You can copy them to the profiles folder and rename it correctl if you want.
This whole mess will be fixed and changed (again) in the next 1.9.1 release.


Messages In This Thread
Miscellaneous > Media List Editor - by pstrg - 2020-06-09, 02:38
MovieSets - by pstrg - 2020-06-11, 22:01
RE: Ember Media Manager 1.9.x - Download & Discussion Thread - by DanCooper - 2021-01-04, 19:59
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.9.x - Download & Discussion Thread2