A few updates.
http://gbpvr.com/pmwiki/pmwiki.php/Plugi...2-BETA.zip
But I've gone back to an upzip type install..
Stop the service (MLUpdater if running).
Unzip and copy to gbpvr directory (makes the plugins and skin directories needed).
I've also removed the MusicLibrary3 for a bit.
One other thing to do is to go into the config.xml and rename Settings/Plugins/MusicLibrary2 to MusicLibrary
This will allow both ml2 and later ml3 to use the same settings.
Some of the updates this time:
You'll notice a couple of new dlls - entagged-sharp.dll and interfaces.
Entagged-sharp is a multiple format reader, capable of (I haven't tested all of these: asf, flac, mp3, mp4, off)
I've also re-introduced the ultraid3 lib (http://home.fuse.net/honnert/hundred/?UltraID3Lib) this is an mp3 only library that is capable of reading album art from an id3v2.3 tag.
You can add this library yourself. If you do, add it to the MusicLibrary2 and Common dierctories (when sub comes back I;ve got a change where I wont need the common directory).
The other extra dll is called Interfaces.dll - this selectively chooses between the ultraid3 or entagged. - if neither are found then the default of Windows Media Player is used.
So the order of tag reading is as follows:
UltraID3 (MP3 only)
Entagged
WMP
Stepping to the other libraries is dependant on library being there, or errors while reading the tag.
http://gbpvr.com/pmwiki/pmwiki.php/Plugi...2-BETA.zip
But I've gone back to an upzip type install..
Stop the service (MLUpdater if running).
Unzip and copy to gbpvr directory (makes the plugins and skin directories needed).
I've also removed the MusicLibrary3 for a bit.
One other thing to do is to go into the config.xml and rename Settings/Plugins/MusicLibrary2 to MusicLibrary
This will allow both ml2 and later ml3 to use the same settings.
Some of the updates this time:
- fixed a bug with overwriting the config.xml (sorry :o )
- inplemented a new interfaces class which will look for certain dlls - these different dlls allow different types of tag reading. See below.
- removed the ml2panel for a while - it will return - or you could use an older one if you have it there.
You'll notice a couple of new dlls - entagged-sharp.dll and interfaces.
Entagged-sharp is a multiple format reader, capable of (I haven't tested all of these: asf, flac, mp3, mp4, off)
I've also re-introduced the ultraid3 lib (http://home.fuse.net/honnert/hundred/?UltraID3Lib) this is an mp3 only library that is capable of reading album art from an id3v2.3 tag.
You can add this library yourself. If you do, add it to the MusicLibrary2 and Common dierctories (when sub comes back I;ve got a change where I wont need the common directory).
The other extra dll is called Interfaces.dll - this selectively chooses between the ultraid3 or entagged. - if neither are found then the default of Windows Media Player is used.
So the order of tag reading is as follows:
UltraID3 (MP3 only)
Entagged
WMP
Stepping to the other libraries is dependant on library being there, or errors while reading the tag.