toobigpao 2 Posted 1 hour ago Posted 1 hour ago 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?
Luke 42814 Posted 1 hour ago Posted 1 hour ago I don’t see those nodes mentioned here: https://kodi.wiki/view/NFO_files/Movies
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now