Jump to content

PremiereDate in API item query result?


svdasein
Go to solution Solved by svdasein,

Recommended Posts

  • Solution
svdasein

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?
 

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