This will probably go on the wiki once the release is ready to rock but here is a short description of the usage.
1) Click play on folder or file or main menu entry for more options (sorry non standard mce remote does not contain this option yet).
2) The plugin can read an iTunes xml library and/or normal music library.
3) It will make use of backdrop and folder like MB currently handles it.
4) There is a c:\ProgramData\MediaBrowser\Plugins\MusicPlugin.xml that gets create on first run, will discuss options below. Once this is create MB needs to be closed, changes made to it.
5) Normal music library can be specified with a normal vf file or via the config in point 4.
6) The plugin makes use of MC's normal player.
7) The plugin does NOT read tags at all, it is too slow.
8) Currently only mp3, acc and wma (wpl, discussed later) are supported.
9) iTunes library, if specified will be read in once until it changes.
10) On change of modify date of iTunes library MB will request to reload the library, after which it is read from cache.
11) iTunes library loading can take anywhere from 5seconds plus depending on the size, 400gigs took 30 seconds or something.
12) If normal library loaded via config (point 4) icons on main menu and multiple directories not supported for now.
13) Icons for iTunes on main menu not supported yet.
14) When you rebuild the itunes library it needs access to the internet to get the xml definition from the apple website.
15) Playlists created and saved with the MC music player are saved to a default location (special folder music/playlists) this can be accessed via the plugin see below.
16) Icons or a image for a song can be specified, see below.
Config file discussion:
On first run it will create a xml config file in the same directory as the plugin, which is usually c:\ProgramData\MediaBrowser\Plugins\MusicPlugin.xml
Then you need to close MB, and edit the config file
Default is:
<?xml version="1.0"?>
<Settings>
<Setting ShowGenreIniTunesLibrary="True" /> = Will show genre in itunes library so true results in genre/artist/ablum
<Setting ShowArtistIniTunesLibrary="True" /> = Will show Artist in itunes library so true results in artist/ablum - if ShowGenreIniTunesLibrary and
ShowArtistIniTunesLibrary are false it will show only Album.
<Setting LoadiTunesLibrary="False" /> = Load the Itunes library specified below.
<Setting iTunesLibraryXMLPath="usually something like c:\Users\ _UserName_ \Music\iTunes\iTunes Music Library.xml" /> = itunes xml library
<Setting RefreshiTunesLibrary="False" /> = Force a refresh on next load, will still request, if yes then reload library and set this to false
<Setting iTunesVirtualFolderName="iTunes Library" /> = The virtual folder name in MB
<Setting LoadNormalMusicLibrary="False" /> = Load normal music library specified by MusicPath
<Setting MusicMBFolderName="Music Library" /> = The virtual folder name in MB
<Setting MusicPath="C:\music" /> = Path of music to load into MB
<Setting InitialPath="C:\ProgramData\MediaBrowser\StartupFolder\..\ImageCache" /> = You should never change this, if you do it will just change back - kind of for office use
<Setting SongImage="" /> = An image to use for songs in MB
<Setting ShowPlaylistAsFolder="True" /> = Will show a playlist folder that will point to the default place where play lists are saved by MC
<Setting PlayListFolderName="_Playlists" /> = Folder name of playlists in MB
</Settings>
Any questions? Oh and i don't know when the next release is.
