Jump to content

PremiereDate in API item query result?


Go to solution Solved by svdasein,

Recommended Posts

  • Solution
Posted

I'm having some trouble getting an item query to return a premiere date for movies. 

I'm trying this:

resp = Faraday.get('http://emby:8096/emby/Items',{
 Recursive: true,
 Fields: 'Path,ProductionYear,DateCreated,MediaSources,Overview,Genres,PremierDate',
 IncludeItemTypes: 'Movie',
 api_key: 'blahblah'
},{
 accept: 'application/json',
 'Accept-Encoding': 'none'
})

I have tried adding "PremierDate" and "PremiereDate" to the Fields list but in neither case do I actually see it in the result records. 

Is there a way to get movie premier dates from the API?
 

Posted

Hi, do you have this information in your metadata?

Posted

Hi.  "PremiereDate" is misspelled in  your Fields param.

Posted

I figured this out just moments after I posted the question (user (me) issue).  I couldn't find a way to delete it.

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