Download it [here](http://code.google.com/p/pakee/downloads/list?q=plex)
Project home [here](http://pakee.googlecode.com)
Since its my first plugin would appreciate feedback and also needed help on the below..I'm hoping to get the plugin on unsupported plugins page or even the official app store :
1. Need a Plex version of a fanart pic (currently using my Boxee one, but could use a better one)
2. Any tips on playing rtmp/mms streams in Plex? (a pointer to an existing plugin would be great)
3. Some of my directories are pulling content from a page from a music blog that includes a "next" listitem (for navigating to previous entries). However, I tried a "Queue Item" on the parent dir and it basically tries to navigate all the entries (by following the next urls) and eventually I have to Force Quit. Was wondering if there was a way to to get it to play only the first page or two of results? (or at least prevent the crash)
4. I am struggling a little with the functionality differences between video/music/photo plugins in Plex because for the feed I have, photos/music/video are tightly coupled (e.g. each post of a music blog I am scraping, could either point to audio/video or concert photos). Separating the feeds into music/video/photo (like FeedMe does) wouldn't be very elegant in this case.
For example, in the XBMC version, the user can browse a list of music artists, and on selecting one is presented with the option of browsing their photos from facebook or accessing their youtube channel. If I split them up for Plex, the user would need to navigate across plugins to do this which does not seem intuitive
I added the prefix handler for all 3 types to experiment on how each plays the same content and it seems,
-only the photo plugin can start a photo slideshow (other can show thumbnail/previews)
-the video plugin can play both video and music (but stops after playing selected item)
-the music plugin can play both video and music. It automatically starts a playlist of all the music/video items in the list
-I also tried running the plugin 'channel' via the iOS app (where there is no distinction between the types). On iOS, all types video/music/photos work fine...which raises the question, is there a reason why on the desktop plugins are separated by type but not on iOS?
From this, it seems the best approach is to set it as a music plugin (which actually plays all 3 types). To support slideshow I have devised a limited photo-only feed to point the photos plugin to
Is it acceptable to have a music plugin that plays video? Alternatively is there a way to get the video plugin to automatically start a playlist?
Sorry about all the questions...thanks in advance