Media Browser: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
Media Browser is a free media aggregator plugin for Windows Media Center that takes your recorded, digital, or ripped media and presents it in a simple, easy to use interface. Media Browser prides itself on delivering a fast, intuitive, media rich experience for the whole family.
Media Browser is a free media aggregator plugin for Windows Media Center that takes your recorded, digital, or ripped media and presents it in a simple, easy to use interface. Media Browser prides itself on delivering a fast, intuitive, media rich experience for the whole family.


=== Main Menu ===
To get the application to show on the main menu, make the following registry changes.
To get the application to show on the main menu, make the following registry changes.
<pre>
<pre>
Line 11: Line 12:
"Title"="Media Browser"
"Title"="Media Browser"
"TimeStamp"=dword:00000000
"TimeStamp"=dword:00000000
</pre>
=== ImagesbyName ===
The images by name allows you to see images of all the actors and Studios.<br>
Download the ImagesByName rar files from:
<pre>
http://www.thehtpc.net/downloads
</pre>
Extract the images to:  If you have multiple computers using Media Browser you can located these on a network share.
<pre>
c:\ProgramData\MediaBrowser\ImagesByName
</pre>
Edit the confguration file to see the new images.<br>
'''C:\ProgramData\MediaBrowser\MediaBrowserXml.config'''
<pre>
</ImageByNameLocation>c:\ProgramData\MediaBrowser\ImagesByName</ImageByNameLocation>
</pre>
</pre>


[[Category : Miscellaneous]]
[[Category : Miscellaneous]]

Revision as of 11:57, 9 September 2009

What is Media Browser?
Media Browser is a free media aggregator plugin for Windows Media Center that takes your recorded, digital, or ripped media and presents it in a simple, easy to use interface. Media Browser prides itself on delivering a fast, intuitive, media rich experience for the whole family.

Main Menu

To get the application to show on the main menu, make the following registry changes.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Start Menu\Applications\{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}]
"OnStartMenu"="True"
"Category"="Custom Start Menu"
"Title"="Media Browser"
"TimeStamp"=dword:00000000

ImagesbyName

The images by name allows you to see images of all the actors and Studios.
Download the ImagesByName rar files from:

http://www.thehtpc.net/downloads

Extract the images to: If you have multiple computers using Media Browser you can located these on a network share.

c:\ProgramData\MediaBrowser\ImagesByName

Edit the confguration file to see the new images.
C:\ProgramData\MediaBrowser\MediaBrowserXml.config

</ImageByNameLocation>c:\ProgramData\MediaBrowser\ImagesByName</ImageByNameLocation>