# Plex Integration with Third Party Apps?

**URL:** https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494
**Category:** Dev/API Corner
**Tags:** other-dev
**Created:** [December 5, 2012, 2:08am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494 "2012-12-05T02:08:25Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![matiasalvarez87](https://avatars.discourse-cdn.com/v4/letter/m/ea666f/32.png) [@matiasalvarez87](https://forums.plex.tv/u/matiasalvarez87)
#### Post date: [December 5, 2012, 2:08am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/1 "2012-12-05T02:08:25Z")

</div>

Get plex media data from third party applications
Hi, I'm new here and I wonder if there exists the possibility to get media data (plex galleries, movies, photos and music) from a REST service or something like that.  
I'm developing an application, and I want that the users can see their media galleries (read-only) and this stuff from my own app.   
  
Thanks

---

<div class="post-metadata">

### Author: ![Oest](https://avatars.discourse-cdn.com/v4/letter/o/858c86/32.png) [@Oest](https://forums.plex.tv/u/Oest)
#### Post date: [December 17, 2012, 6:53pm UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/2 "2012-12-17T18:53:19Z")

</div>

Did you find any answer?  
  
I a developer my self and want to add tvheadend and/or mediaportal to Plex. I’m looking for answers too regarding a REST services etc.  
  
  
  
Best regards

---

<div class="post-metadata">

### Author: ![MartinAyla](https://avatars.discourse-cdn.com/v4/letter/m/ee59a6/32.png) [@MartinAyla](https://forums.plex.tv/u/MartinAyla)
#### Post date: [January 19, 2013, 10:03am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/3 "2013-01-19T10:03:43Z")

</div>

Ken4000, have you worked on tvheadend support yet?  
  
  
  
I would really like to see this in Plex HT 🙂

---

<div class="post-metadata">

### Author: ![ribbet](https://avatars.discourse-cdn.com/v4/letter/r/ea666f/32.png) [@ribbet](https://forums.plex.tv/u/ribbet)
#### Post date: [January 23, 2013, 9:47am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/4 "2013-01-23T09:47:07Z")

</div>

Yeah, I was wondering this as well. I’d like to create something like a random movie function; possibly select a genre, then hit random, grab a movie, ask Y/N and play it or grab another random movie and so on. It would be nice to create this feature for people like me who have 700+ movies in my library.  
  
  
  
Has there been any progress on this at all?

---

<div class="post-metadata">

### Author: ![bob3695](https://avatars.discourse-cdn.com/v4/letter/b/ee7513/32.png) [@bob3695](https://forums.plex.tv/u/bob3695)
#### Post date: [January 23, 2013, 11:21am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/5 "2013-01-23T11:21:27Z")

</div>

> [@](#):
>
> Yeah, I was wondering this as well. I'd like to create something like a random movie function; possibly select a genre, then hit random, grab a movie, ask Y/N and play it or grab another random movie and so on. It would be nice to create this feature for people like me who have 700+ movies in my library.  
>   
> Has there been any progress on this at all?

  
  
Are you wanting this built into the Plex client? There already is an API for you to pull information from. check http://wiki.plexapp.com/index.php/HTTP\_API/Control the docs don't do it justice as there is more to it then just those few commands, but that should get you started.

---

<div class="post-metadata">

### Author: ![nickdanger3d](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/nickdanger3d/32/101122_2.png) [@nickdanger3d](https://forums.plex.tv/u/nickdanger3d)
#### Post date: [February 28, 2013, 7:14pm UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/6 "2013-02-28T19:14:09Z")

</div>

That only describes controlling a client. If you just want to make your own library viewer or something, just send http commands to :32400/ &nbsp;It's not exactly REST, but it will give you xml output that is pretty descriptive. For example, to see your "On Deck" tv shows and movies, send a request to pms:32400/library/onDeck .&nbsp;

Note that you will have trouble accessing remote servers since you need to create a myplex authentication token. That's what tripped me up whenever I tried to do something like this.

Good luck!

---

<div class="post-metadata">

### Author: ![bunglenick](https://avatars.discourse-cdn.com/v4/letter/b/e8c25b/32.png) [@bunglenick](https://forums.plex.tv/u/bunglenick)
#### Post date: [April 27, 2013, 5:18pm UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/7 "2013-04-27T17:18:18Z")

</div>

Hi all,  
I’m jumping into this thread as its closely related to what I’m hoping to do, or find someone else has already done hopefully.

I have recently downloaded an app called Status Board by a company called Panic.

It allows the user to visualise live stats from different sources on the iPad.

There is already a few good third part scripts which can be linked into the app but nothing for Plex.

I’d really like to find a way to output the list of recently added content to a CSV file which I could have saved to my Dropbox so I could give status board the link and display the new content.

I’m sure this is possible and if anyone knows of any resources for a layman to try it out that would be great.

Or if anyone has done something like this or it’s already possible then that’s even better.

Thanks in advance for any help.

---

<div class="post-metadata">

### Author: ![jimothy083](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/jimothy083/32/3700_2.png) [@jimothy083](https://forums.plex.tv/u/jimothy083)
#### Post date: [June 10, 2013, 7:56am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/8 "2013-06-10T07:56:54Z")

</div>

Hi, I've got plex running on multiple computers across 2 houses(my parents & My GF) i use trakt, however this would be better if it was naturally&nbsp;integrated&nbsp;rather than a 3rd party app, as i have to sync manually after i watch something at 1 place to go to the other and see where i'm up to. I also have an apple tv(2nd gen) jailbroken and trakt works beautifully as it is&nbsp;integrated&nbsp;with it. So it would be great if i watch something at home it automatically says i've watched it at my gf. etc

---

<div class="post-metadata">

### Author: ![budda](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/budda/32/4344_2.png) [@budda](https://forums.plex.tv/u/budda)
#### Post date: [March 7, 2014, 2:21am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/9 "2014-03-07T02:21:37Z")

</div>

> Hi all, I'm jumping into this thread as its closely related to what I'm hoping to do, or find someone else has already done hopefully. I have recently downloaded an app called Status Board by a company called Panic. It allows the user to visualise live stats from different sources on the iPad. There is already a few good third part scripts which can be linked into the app but nothing for Plex. I'd really like to find a way to output the list of recently added content to a CSV file which I could have saved to my Dropbox so I could give status board the link and display the new content. I'm sure this is possible and if anyone knows of any resources for a layman to try it out that would be great. Or if anyone has done something like this or it's already possible then that's even better. Thanks in advance for any help.

Grab the live XML from your media server by hitting the&nbsp;http://{server}:32400/library/recentlyAdded url.

---

<div class="post-metadata">

### Author: ![gugahoi](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/gugahoi/32/104768_2.png) [@gugahoi](https://forums.plex.tv/u/gugahoi)
#### Post date: [March 15, 2014, 4:06am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/10 "2014-03-15T04:06:13Z")

</div>

> Grab the live XML from your media server by hitting the&nbsp;http://{server}:32400/library/recentlyAdded url.

Where do you find the info for all the paths available?

---

<div class="post-metadata">

### Author: ![Oest](https://avatars.discourse-cdn.com/v4/letter/o/858c86/32.png) [@Oest](https://forums.plex.tv/u/Oest)
#### Post date: [June 3, 2014, 10:58am UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/11 "2014-06-03T10:58:54Z")

</div>

> Ken4000, have you worked on tvheadend support yet?  
>   
> I would really like to see this in Plex HT ![smile.gif](http://forums.plexapp.com/public/style_emoticons/default/smile.gif)

Hi there

No not yet. For the moment I have switch to ArgusTv Server, because of server change.

So right now, I will not proceed with a solution for TvHeadend. But I will switch back when I need a new motherboard with iommu and pci passthrough.

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/plex/original/3X/2/a/2acb9765406f63293d357b4ec509ec39aa28f2ad.png) [@system](https://forums.plex.tv/u/system)
#### Post date: [December 20, 2019, 10:31pm UTC](https://forums.plex.tv/t/plex-integration-with-third-party-apps/24494/12 "2019-12-20T22:31:37Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
