Ok, I just built 1379 and here is what I did.
1.- Uninstalled previous version
2.- Deleted left over directories (MediaBrowser) in "Program Files" and "Program Data".
3.- Downloaded and built latest version (1379)
4.- Ran configurator. Music plugin now shows in the plugins section.
5.- Ran MCE, MediaBrowser
got this error (as expected, since there is no XML file the first time):

6.- Exited MCE and edited the MusicPlugin.xml, as follows:
- Code: Select all
<?xml version="1.0"?>
<Settings>
<Setting ShowGenreIniTunesLibrary="True" />
<Setting ShowArtistIniTunesLibrary="True" />
<Setting LoadiTunesLibrary="True" />
<Setting iTunesLibraryXMLPath="c:\Users\Arturo\Music\iTunes\iTunes Music Library.xml" />
<Setting RefreshiTunesLibrary="True" />
<Setting iTunesVirtualFolderName="Music" />
<Setting LoadNormalMusicLibrary="false" />
<Setting MusicMBFolderName="Music Library" />
<Setting MusicPath="C:\music" />
<Setting InitialPath="C:\ProgramData\MediaBrowser\StartupFolder\..\ImageCache" />
<Setting SongImage="" />
<Setting ShowPlaylistAsFolder="True" />
<Setting PlayListFolderName="_Playlists" />
</Settings>
Here is a screen capture of my itunes directory listing. Note that the path is correct for the itunes XML file.

7.- Deleted the previous log file.
8.- Ran MCE, MB again, got this:

9.- Here is the log:
- Code: Select all
4:09:57.344 PM 13/9/2009 , Info , Successfully loaded fastload data for : C:\ProgramData\MediaBrowser\Cache\playstate MediaBrowser.Library.Entities.PlaybackStatus , , 8 ,
4:09:57.697 PM 13/9/2009 , Info , Tyring to load Music and iTunes library. v0.5.0.3 loaded by ehExtHost.exe. , , 1 , Application
4:09:57.745 PM 13/9/2009 , Info , MusicPlugin.XmlSerializers,, Version=1.0.0.0,, Culture=neutral,, PublicKeyToken=null is being resolved! , , 1 , Application
4:09:57.747 PM 13/9/2009 , Info , MusicPlugin.XmlSerializers is being resolved! , , 1 , Application
4:09:58.207 PM 13/9/2009 , Error , MusicPlugin ( Unhandled exception. Type=System.InvalidOperationException Msg=There is an error in XML document (2,, 2). Src=System.Xml [n] StackTrace= [n] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader,, String encodingStyle,, XmlDeserializationEvents events) [n] at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader) [n] at MusicPlugin.Util.Settings.LoadSettings() [n] at MusicPlugin.Util.Settings.InitSettings(String path) [n] at MusicPlugin.Plugin.ValidateSettings(String initialFolder) ) , , 1 , Application
4:10:01.404 PM 13/9/2009 , Info , Music plugin,, iTunes nor Normal Music enabled,, probably using folder specification (vf files) via configurator. , , 1 , Application
4:10:01.549 PM 13/9/2009 , Info , Finished validating : C:\ProgramData\MediaBrowser\Cache\playstate MediaBrowser.Library.Entities.PlaybackStatus , , 8 ,
4:10:01.971 PM 13/9/2009 , Info , Parental Control Initialized , , 1 , Application
4:10:02.512 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : True forced via UI : False) , , 24 , Fast metadata refresher-Worker
4:10:02.562 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : False forced via UI : False) , , 22 , Slow metadata refresher-Worker
4:10:02.624 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : True forced via UI : False) , , 24 , Fast metadata refresher-Worker
4:10:02.654 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : False forced via UI : False) , , 22 , Slow metadata refresher-Worker
4:10:02.751 PM 13/9/2009 , Error , Failed to update plugin ( Unhandled exception. Type=System.Net.WebException Msg=The remote server returned an error: (404) Not Found. Src=System [n] StackTrace= [n] at System.Net.HttpWebRequest.GetResponse() [n] at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri,, ICredentials credentials) [n] at System.Xml.XmlDownloadManager.GetStream(Uri uri,, ICredentials credentials) [n] at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri,, String role,, Type ofObjectToReturn) [n] at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver) [n] at System.Threading.CompressedStack.runTryCode(Object userData) [n] at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code,, CleanupCode backoutCode,, Object userData) [n] at System.Threading.CompressedStack.Run(CompressedStack compressedStack,, ContextCallback callback,, Object state) [n] at System.Xml.XmlTextReaderImpl.OpenUrl() [n] at System.Xml.XmlTextReaderImpl.Read() [n] at System.Xml.XmlLoader.Load(XmlDocument doc,, XmlReader reader,, Boolean preserveWhitespace) [n] at System.Xml.XmlDocument.Load(XmlReader reader) [n] at MediaBrowser.Util.Updater.checkUpdate() ) , , 8 ,
4:10:06.695 PM 13/9/2009 , Info , Loading display prefs for C:\ProgramData\MediaBrowser\StartupFolder , , 1 , Application
4:10:08.023 PM 13/9/2009 , Verbose , Loading image : C:\ProgramData\MediaBrowser\ImageCache\ee7028ec-651b-5e7b-9720-8bbd36d9a4a9.jpg , , 1 , Application
4:10:08.083 PM 13/9/2009 , Verbose , Loading image : C:\ProgramData\MediaBrowser\ImageCache\9711d81a-ab44-430e-2068-9ec44446ff99.jpg , , 1 , Application
4:10:08.255 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : True forced via UI : False) , , 24 , Fast metadata refresher-Worker
4:10:08.338 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : False forced via UI : False) , , 21 , Slow metadata refresher-Worker
4:10:08.403 PM 13/9/2009 , Verbose , Loading image : C:\ProgramData\MediaBrowser\ImageCache\dab2146b-5490-6750-d0ae-beaf626bb6e1.jpg , , 1 , Application
4:10:08.783 PM 13/9/2009 , Info , Full Library Validation took 6777 milliseconds. , , 12 ,
4:10:08.789 PM 13/9/2009 , Info , Metadata changed for the following item Video (first pass : True forced via UI : False) , , 12 ,
A bit confusing, seems to be bitching about the XML file settings?
I am running Windows 7 RTM
Hope this helps.
Art