- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<TheSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<FirstLoad>false</FirstLoad>
<InitialPath>C:\ProgramData\MediaBrowser\StartupFolder\..\ImageCache</InitialPath>
<LoadiTunesLibrary>true</LoadiTunesLibrary>
<iTunesLibraryVirtualFolderName>iTunes Library</iTunesLibraryVirtualFolderName>
<ShowGenreIniTunesLibrary>true</ShowGenreIniTunesLibrary>
<ShowArtistIniTunesLibrary>true</ShowArtistIniTunesLibrary>
<iTunesLibraryXMLPath>c:\Library.xml</iTunesLibraryXMLPath>
<iTunesLibraryIcon />
<ForceRefreshiTunesLibrary>false</ForceRefreshiTunesLibrary>
<LoadNormalLibrary>false</LoadNormalLibrary>
<NormalLibraryVirtualFolderName>Music Library</NormalLibraryVirtualFolderName>
<NormalLibraryPath>C:\music</NormalLibraryPath>
<NormalLibraryIcon />
<ShowPlaylistAsFolder>true</ShowPlaylistAsFolder>
<PlayListFolderName>_Playlists</PlayListFolderName>
<SongImage />
</TheSettings>
I've already edited the xml, those settings (should) work
Be sure to delete the cache from the programdata folder before running MB. Also, the newest version in the trunk changed the XML file, the code you pasted in your last post was from an old XML configuration, it might have been causing the problems.


