Jump to content

Recommended Posts

Posted

Where does emby store actor images when only local nfo is used.  I found that there is no people folder under metadata.  How should I add all actor pictures at once.  Can I put all the actors' photos into a folder and let emby read it?

Posted

Hi, try refreshing the metadata of the movie or series that the actor belongs to.

Happy2Play
Posted

Normally will get from internet on import of media.

But are stored in /metadata/people/alphabet folders by name but preferably name-tmdbid-xxxxxx.

image.png.fc6e60311d7c3a2c51995619014032b5.png

image.png.e72bac6bf59a779685bca0a257522117.png

But may need more information on what you are doing.

 

Posted
6 hours ago, Happy2Play said:

But are stored in /metadata/people/alphabet folders by name but preferably name-tmdbid-xxxxxx.

Thank you for your reply. I installed the emby service through docker under ubuntu system. After checking, there is no people folder under my /config/metadata.

/config/metadata
├── collections
├── genres
├── library
└── tags

I tried to manually add the people folder to this location, but it didn't work. I didn't enable the moviedb id because the moviedb id matching would go wrong. I used the local nfo only. The file directory is as follows

└── MovieA

    ├── MovieA.nfo

    ├── MovieA.mp4

    └── MovieA-poster.jpg

How can I make emby recognize actor pictures and which folder should I put them in? Because I have a huge media library, I want to put actor pictures in only one folder.

Happy2Play
Posted

Right but Emby looks up people the same time it looks up media.  What is in your nfo file?

But Emby saves and uses that folder I already showed.  Depending on what is in your nfo file you may have issues even matching people even if folder did exist.

 

Happy2Play
Posted
4 minutes ago, terse said:

I tried to manually add the people folder to this location, but it didn't work

Did you run the task?

image.png.019031b8c78a1c21464e8d47ef7dc11e.png

Posted
4 minutes ago, Happy2Play said:

But Emby saves and uses that folder I already showed.  Depending on what is in your nfo file you may have issues even matching people even if folder did exist.

 

My file directory is different from yours. emby can recognize all  the actor's name, but it will not display the actor's picture

 

7 hours ago, Luke said:

Hi, try refreshing the metadata of the movie or series that the actor belongs to.

No change

 

3 minutes ago, Happy2Play said:

Did you run the task?

yes, i did,I ran it and nothing changed. I manually added people to the metadata folder. The directory is as follows, but the actor photos are still not displayed

/config/metadata
├── collections
├── genres
├── library
├── people
│   └── actorA.jpg
└── tags

 

Happy2Play
Posted
1 minute ago, terse said:

My file directory is different from yours. emby can recognize all  the actor's name, but it will not display the actor's picture

 

No change

 

yes, i did,I ran it and nothing changed. I manually added people to the metadata folder. The directory is as follows, but the actor photos are still not displayed

/config/metadata
├── collections
├── genres
├── library
├── people
│   └── actorA.jpg
└── tags

 

Can't be like that as ever person is in their own folder and a folder.jpg

Forgot yes there are two option alphabet subfolder or not.

<EnablePeopleLetterSubFolders>true</EnablePeopleLetterSubFolders>

Happy2Play
Posted

Still need to see the content of an existing nfo file as you have providers disable you will not get people lookup.

Posted
6 minutes ago, terse said:

 


No change

 

If you've disabled internet metadata, then that's why.

Posted
11 minutes ago, Happy2Play said:

Forgot yes there are two option alphabet subfolder or not.

<EnablePeopleLetterSubFolders>true</EnablePeopleLetterSubFolders>

Where is this option,How to adjust this

10 minutes ago, Luke said:

If you've disabled internet metadata, then that's why.

Is there a way to let emby read local actor pictures and information

Happy2Play
Posted
2 minutes ago, terse said:
19 minutes ago, Happy2Play said:

Forgot yes there are two option alphabet subfolder or not.

<EnablePeopleLetterSubFolders>true</EnablePeopleLetterSubFolders>

Where is this option,How to adjust this

It is in your system.xml default installs is set to true.

 

I have never tested completely offline actors but should read by name from media nfo and match to by name folders in people.  Same name people will be issues.

But still need to know what you have in your local media nfo file.

Posted
18 minutes ago, Happy2Play said:

Still need to see the content of an existing nfo file as you have providers disable you will not get people lookup.

the actor section in nfo as follows

  <actor>
    <name>まひな</name>
    <thumb>https://www.busdmm.shop/pics/actress/w9j_a.jpg</thumb>
  </actor>

There are links to actor photos in nfo. emby can identify and display actor names,but no pic

Happy2Play
Posted

Yes basic by name folder may/should work as you do not have providerids.

  <actor>
    <name>Paul Walker</name>
    <role>Brian O'Conner</role>
    <type>Actor</type>
    <tmdbid>8167</tmdbid>
    <imdbid>nm0908094</imdbid>
    <tvdbid>261189</tvdbid>
  </actor>

Emby does not use thumb url at all that I know of, I believe only kodi does.

Happy2Play
Posted

If you change the EnablePeopleLetterSubFolders to false you will need people folder by name with your own image

image.png.d32cd8f63977a6d8326903760eb37fa5.png

If you leave it at true you will need same example above in a L folder.

image.png.a193e6ec4f70dbd89f6b2d14e12b445c.png

Since Emby will not use url provide you have to manually get every person image and make appropriate person folder.

Posted
41 minutes ago, Happy2Play said:

If you change the EnablePeopleLetterSubFolders to false you will need people folder by name with your own image

 

i change the EnablePeopleLetterSubFolders to false, restart the emby, I added the following file and then ran the metadata update, but the actor pictures still did not appear. Thank you very much for your help. It seems that emby does not support reading local actor pictures.

/config/metadata
├── collections
├── genres
├── library
├── people
│   └── actora
│       └── folder.jpg
└── tags

Happy2Play
Posted
1 minute ago, terse said:

i change the EnablePeopleLetterSubFolders to false, restart the emby, I added the following file and then ran the metadata update, but the actor pictures still did not appear. Thank you very much for your help. It seems that emby does not support reading local actor pictures.

/config/metadata
├── collections
├── genres
├── library
├── people
│   └── actora
│       └── folder.jpg
└── tags

And does any nfo have an actor named "actora"

My test

  <actor>
    <name>まひな</name>
    <role>GOD Tester</role>
    <type>Actor</type>
  </actor>
  <actor>
    <name>Paul Walker</name>
    <role>Brian O'Conner</role>
    <type>Actor</type>
    <tmdbid>8167</tmdbid>
    <imdbid>nm0908094</imdbid>
    <tvdbid>261189</tvdbid>
  </actor>

image.png.3b4e345a4289360607565246ab9cd59e.png

image.png.f7c5b1b8cb8a5344effbeb34cdafa8f1.png

Happy2Play
Posted

@Lukein my tests it appears so but are all actor nodes considered type Actor when type not provided?

    <actor>
    <name>まひな</name>
    </actor>

 

Posted
6 hours ago, Happy2Play said:

And does any nfo have an actor named "actora"

actorA is just an example name I wrote. Refer to your test,After many attempts, the actor's photo can now be displayed. Should the name of the actor's nfo all be saved as person.nfo? Is there a template for the information in actor nfo? How to fill in the title, subtitle, date of birth, introduction and other information in nfo in a standard way? 

Happy2Play
Posted
5 minutes ago, terse said:

actorA is just an example name I wrote. Refer to your test,After many attempts, the actor's photo can now be displayed. Should the name of the actor's nfo all be saved as person.nfo? Is there a template for the information in actor nfo? How to fill in the title, subtitle, date of birth, introduction and other information in nfo in a standard way? 

That is why you have to have a by name folder for every person/actor as it needs a folder.ext image and person.nfo.  As for a template you can fill in all the info in the UI to see a working on but here is an example.

Spoiler

<person>
  <plot><![CDATA[Paul William Walker IV (September 12, 1973 – November 30, 2013) was an American actor. He became well known in 1999 after his role in the hit film Varsity Blues. However, he was perhaps best known for starring as Brian O'Conner in The Fast and the Furious film series. His other films include Eight Below, Into the Blue, She's All That and Takers.]]></plot>
  <outline><![CDATA[Paul William Walker IV (September 12, 1973 – November 30, 2013) was an American actor. He became well known in 1999 after his role in the hit film Varsity Blues. However, he was perhaps best known for starring as Brian O'Conner in The Fast and the Furious film series. His other films include Eight Below, Into the Blue, She's All That and Takers.]]></outline>
  <lockdata>false</lockdata>
  <dateadded>2021-04-22 18:50:44</dateadded>
  <title>Paul Walker</title>
  <year>1973</year>
  <sorttitle>Paul Walker</sorttitle>
  <imdbid>nm0908094</imdbid>
  <tmdbid>8167</tmdbid>
  <premiered>1973-09-12</premiered>
  <releasedate>1973-09-12</releasedate>
  <enddate>2013-11-30</enddate>
  <placeofbirth>Glendale, California, USA</placeofbirth>
  <uniqueid type="tmdb">8167</uniqueid>
  <uniqueid type="imdb">nm0908094</uniqueid>
</person>

 

Posted
On 7/30/2024 at 11:23 PM, Happy2Play said:

@Lukein my tests it appears so but are all actor nodes considered type Actor when type not provided?

    <actor>
    <name>まひな</name>
    </actor>

 

Yes.

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...