Jump to content

Refresh Metadata on Library to have "Refresh Mode" option


warrentc3

Recommended Posts

warrentc3

I'm requesting that the "automatically refresh metadata from the internet" option on libraries have the configurability to simply "Search for missing metadata".

This would be quite useful on TV shows to capture upcoming / missing episodes, without having to purge anything.

image.png.008506b47f0e6e015b05aa565f2739cc.png

image.png.c595a840dcd7352fdb1059684db4d6a3.png

  • Like 1
Link to comment
Share on other sites

Hi, yes this idea has come up before and is possible for future updates. Thanks.

  • Like 1
Link to comment
Share on other sites

Happy2Play

You can do this per library via the api or a script.

curl -X POST "http://localhost:8096/emby/Items/{itemid or parentid}/Refresh?Recursive=true&MetadataRefreshMode=FullRefresh&ImageRefreshMode=FullRefresh&ReplaceAllMetadata=false&ReplaceAllImages=false&api_key={apikey}" -H "accept: */*"

 

  • Thanks 1
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...