spitefulgod 6 Posted May 3, 2017 Posted May 3, 2017 Hi guys, Is there a way to get access to the Live TV EPG via the API? I couldn't see anything in the wiki, I can get information on the currently playing item via .NowPlayingItem but want to have the ability for users of my software (https://github.com/spitefulgod/EmbyVision) to find out what's coming up or search.
ebr 16169 Posted May 3, 2017 Posted May 3, 2017 For search you just use the normal search api. If you want to restrict to live tv just use includeitemtypes of program. For general access you use the /livetv end points.
spitefulgod 6 Posted May 3, 2017 Author Posted May 3, 2017 Ok, think I found it at /LiveTv/Programs although I had to check the webapp to get it, are these documented anywhere??? Does anyone have access to update the API wiki, if so I'll add what I can.
Luke 42077 Posted May 3, 2017 Posted May 3, 2017 We have not documented this yet i'm afraid, so for now the best thing to do is check the web app and/or the javascript api library that the web app is using: https://github.com/MediaBrowser/Emby.ApiClient.Javascript/blob/master/apiclient.js
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now