Share “Playstate” using MediaBrowser for WMC

Lately, I have been experimenting with various types of front ends for my HTPC from the likes of PLEX, XBMC, MediaPortal, and more.  For some reason though, they all seem to fall short, in their own ways, of Windows Media Center.  After tons if installs and uninstalls, I settled on using the MediaBrowser Plugin for Windows Media Center… but there is one thing missing, shared Playstate.

There are a number of things you can do with MediaBrowser to extend the functionality, but sharing the playstate and the watched status is probably one of the most important.  These are things that other systems have over Windows Media Center, but not anymore.  Sharing playstate and watched status basically allows you to start a movie or show on one HTPC and continue it, from where you left off, on another.  Also, since I use my HTPCs as a DVR, I don’t have to try to remember which shows I watched and which ones I didn’t just because I am in a different room.

The process for sharing this information is dependant on all machines running the software having access to the media.  You can ensure these conditions are met by sharing media across your network and using UNC paths (\\htpc\media\movies) for your library.  This way, everything is identical.  MediaBrowser stores all of your playstate information the hidden folder C:\ProgramData\MediaBrowser\Cache\ by default.

The first thing you are going to have to do is give yourself vision into this folder (Windows 7 & Vista)

  1. Open Folder Options by clicking the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Folder Options.
  2. Click the View tab, and then, under Advanced settings:
    • To show hidden files and folders, select the radio button for Show hidden files, folders, and drives, and then click OK.

Now the fun stuff starts. You will have to create a share somewhere on your network (preferably on a machine that is always running) to store the MediaBrowser information.

  1. Create a folder c:\MBShare
  2. Share the folder so that everyone has read / write permissions (in Windows 7 by right clicking and selecting Share with)
  3. Create a subfolder UserSettings
  4. Navigate to C:\ProgramData\MediaBrowser\Cache\ and cut the folder playstate (don’t worry if you don’t have a display folder)
  5. Paste it into your new UserSettings folder under c:\MBShare
  6. open C:\ProgramData\MediaBrowser and edit MediaBrowserXml.config
  7. Find[php]<UserSettingsPath></UserSettingsPath>[/php] and replace with[php]<UserSettingsPath>\\htpc\MBShare\UserSettings</UserSettingsPath>[/php]

For each computer that you have running MediaBrowser, edit the MediaBrowserXml.config file as shown above.  You will now be able to see which movies were watched and even better, you can now stop a movie in one room and resume it in another from exactly where you left off.

About Joe D

I have always had a passion for everything computing. In early 2000, I decided to take my passion to the web. Thus, C.O.D. was born. Through the years we have made many great friends at C.O.D. and hope to continue our journey for years to come.

Check Also

Use Your iPad as a Remote Control for WMC

I have always had an HTPC as my home theater's centerpiece. The flexibility that an HTPC brings simply can't be matched by the likes of WD TV Live, Apple TV, or any Roku. I have the ability to spin a disc, play my enormous library of music and movies, and watch live TV. The only thing that had been holding my HTPC back from being adopted as the primary solution by my fiance was a keyboard and mouse. In order to rid my self of our cable box, I had to find a solution that anyone could use, including my technophobic fiancé.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.