Jump to content

Recommended Posts

toobigpao
Posted

Version 4.9.5.0
The logic behind how Emby reads and writes certain NFO information isn’t very clear.
Here’s an example.
Take “Producer” and “Composer,” for instance.
In the NFO files that Emby recognizes and writes, they appear as follows:
  <actor>
    <name>AAA</name>
    <type>Producer</type>
  </actor>
  <actor>
    <name>BBB</name>
    <type>Composer</type>
  </actor>
So why is it </actor>?
It should be:
<producer>AAA<producer>
<composer>BBB<composer>
Just like 【director】 and 【writer】, their formats are perfectly normal in the NFO files read and written by Emby.
This leads to a problem:
Other software, such as TMM, cannot correctly recognize the staff information exported by Emby, and Emby cannot correctly recognize staff information from other software. I don’t understand why the formats for 【Producer】 and 【Composer】 are set up this way.

i think its a bug?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...