Jump to content

"Save artwork into media folders" doesn't store artworks


ignazioc

Recommended Posts

ignazioc

I have a collection of home video and I always used the "Folder" visualisation.

The library is configured to "Save artwork into media folders" but despite this check, any changes to the metadata or to the primary image are not stored into the media folders, but still into the /metadata/library folder.

 

Is there anything I can check in order to make it work?

 

thanks.

Link to comment
Share on other sites

Hi there, let's look at a specific example:

And I think we'll see that Emby Server is being denied write access to your media folders, which you'll need to resolve. Thanks.

Link to comment
Share on other sites

ignazioc

Thanks, I fixed the permissions and now I see the "poster.png" stored in the right place, but I still cannot see the nfo file for the metadata.

Here are the details of my setup:

Emby version: Version 4.7.14.0

docker-compose
```
emby:
    image: emby/embyserver:latest
    environment:
      - UID=${PUID}
      - GID=${PGID}
    volumes:
      - "${VOLUMES_HOME}/emby:/config"
      - "/media/d2/video/courses/it_courses:/data/it_courses"
    restart: unless-stopped
```

A library is configured as "Home Video and Photos" + 

* Enable real time monitoring

* Metadata Readers  -  Nfo

* Metadata Savers - Nfo

* Save artwork into media folders

I can change the poster image and it's indeed stored inside the media folder.

 

But the same doesn't happen when I try to change the metadata. The metadata are saved, but not in the *nfo file.

Note: I change the metadata for the **folder**, if I change the metadata for a single media file I see the nfo.

 


 

 

SCR-20240205-qygb.png

SCR-20240205-qyul.png

Link to comment
Share on other sites

Folders don’t get nfo files. Try editing on the video not the folder. So drill down a level

Link to comment
Share on other sites

ignazioc

> Folders don’t get nfo files.

oh too bad. 

I assumed that considering that folders have metadata and images, it would also possibile to store the metadata into nfo 

Link to comment
Share on other sites

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