New Version NovaMC 1.1.0
Until the release of NovaMC 2.0 in April, all releases until then will be considered beta-quality as we're making major changes to the code
- Completely restructured code, abstracting out all libraries into libnovamc.dll, Audio into AudioPlugin.dll, etc
- Wrote in the ability for the main exe to scan a plugins folder and load any it saw that were of a compatible type
- Made empty classes for future v2.0 widgets (Keyboard, Checkbox, Dropdown, etc)
- Rewrote DataBase to be a collection of MediaFile's
- Modified MediaFile's to be serializable
- Made a class to hold the database info called DBInfo, also serializable
- Made the save function of Database serialize the DBInfo object and save it to the disc as a binary file for speed
- Cached ID3 tags in MediaFile for speed
- Converted most functions in MediaFile to properties for consistency
- Added MediaDataBase which inherits DataBase and adds the ability to see Top100 and MostRecent lists
- Added MusicDataBase which inherits MediaDataBase and enables views of artists and albums
- Started work on a NowPlayingPlugin to be completed before v2.0
- Added an IModule interface for simplicity in writing and implementing NovaMC Plugins
- Fix some bugs
- Created many more
- Completely restructured code, abstracting out all libraries into libnovamc.dll, Audio into AudioPlugin.dll, etc
- Wrote in the ability for the main exe to scan a plugins folder and load any it saw that were of a compatible type
- Made empty classes for future v2.0 widgets (Keyboard, Checkbox, Dropdown, etc)
- Rewrote DataBase to be a collection of MediaFile's
- Modified MediaFile's to be serializable
- Made a class to hold the database info called DBInfo, also serializable
- Made the save function of Database serialize the DBInfo object and save it to the disc as a binary file for speed
- Cached ID3 tags in MediaFile for speed
- Converted most functions in MediaFile to properties for consistency
- Added MediaDataBase which inherits DataBase and adds the ability to see Top100 and MostRecent lists
- Added MusicDataBase which inherits MediaDataBase and enables views of artists and albums
- Started work on a NowPlayingPlugin to be completed before v2.0
- Added an IModule interface for simplicity in writing and implementing NovaMC Plugins
- Fix some bugs
- Created many more

0 Comments:
Post a Comment
<< Home