Recent content by Vic Demented

  1. Vic Demented

    Mediasite Plugin For MediaPortal

    Fixed the "Presenter Image" bug.
  2. Vic Demented

    Mediasite Plugin For MediaPortal

    Ok @morpheus_xx here are my latest changes: Fist, I added a new XML document to store the category definitions (I am sure this will change once we give the users the ability to create these categories via the UI). <?xml version="1.0" encoding="utf-8" ?> <Categories> <Category Name="Math"...
  3. Vic Demented

    TvExperience Plugin

    I didn't use XBMC...the UI frustrated me for some reason. I used Plex and Boxee and had to write my own. I didn't want to get into plugin development with either of those platforms so I just wrote a playlist generator that ran ever 30 mins on my mac mini.
  4. Vic Demented

    TvExperience Plugin

    Once we're done with the Mediasite Plugin, I was thinking of building a plugin that was missing from all the other HTPC packages out there when I looked. I experimented with cutting the cord from SAT/Cable for over a year and all of them had one annoying thing in common. None of them could...
  5. Vic Demented

    Mediasite Plugin For MediaPortal

    Yea, there are many universities in Europe that use Mediasite. In Holland, the University of Amsterdam, Erasmus, and Delft all use Mediasite quite extensively. So the answer to your question is Yes. We will need to provide (at some point) the capability for someone to put in their credentials...
  6. Vic Demented

    Mediasite Plugin For MediaPortal

    Thank you sir.
  7. Vic Demented

    Mediasite Plugin For MediaPortal

    Do you mean a grid like the television lineup grid? That would be cool for a "What's Playing Today" type screen. But we definitely need filtering (Folder Name, Date Range, Tags, Presenter) and a search page that would allow the user to search for a presentation name. Did you see this question...
  8. Vic Demented

    Mediasite Plugin For MediaPortal

    Sounds like a good plan to me.... Have you checked that in? Mine doesn't look like yours....or am I missing something?
  9. Vic Demented

    Mediasite Plugin For MediaPortal

    Gotta say I think the reflexion layout looks the best. Do you need anything from me to complete the browse screen?
  10. Vic Demented

    Mediasite Plugin For MediaPortal

    Ok Morpheus, I moved all the mediasite calls into MediasiteHelper.cs. I also updated the mediasite proxy client to the latest version. I don't know if we will need the additional methods, but just in case.
  11. Vic Demented

    Mediasite Plugin For MediaPortal

    Ok then I will get started on that. As for the UI, I'd like to keep it simple for now while at the same time showing off MP2. How difficult would it be to do the following: Initially display a cover flow style layout of presentations. The image you would display would be the image stored in...
  12. Vic Demented

    Mediasite Plugin For MediaPortal

    NICE!! Great job so far. I was thinking of pulling all the mediasite stuff into a helper class. What do you think?
  13. Vic Demented

    Mediasite Plugin For MediaPortal

    Morpheus, you should now have what you need to start working on the video playback and displaying slides.
  14. Vic Demented

    Mediasite Plugin For MediaPortal

    Turns out that the SlideDetails object contains everything BUT the URL needed to load the image. So I modified the model to craft a valid URL and modified the dev server (hosted by Sonic Foundry for us) to circumvent this oversight. On another note, I will be speaking at the Unleash...
  15. Vic Demented

    Mediasite Plugin For MediaPortal

    Working on it :) They were having issues with SSL Both can control each other. When the video is playing, the slide with that timecode should be display and if a slide is selected, then it should jump the video playback position to the timecode associated with that slide.
Top Bottom