Playlist Creator is the classical one-trick pony: Creates playlists - no more, no less. Originally developed by oddgravity, now released to the general public.
Be aware that the codebase is rather old and uses C++ with MFC (Microsoft Foundation Classes). As for the IDE Visual Studio 2008 was used.
So if somebody wants to pick up development I would recommend to do a rewrite in a modern language. My choice would have been C# with WPF but I never found the spare time to do this.
Cheers Michael
- IDE: Microsoft Visual Studio 2008
- Language: C++ with MFC (Microsoft Foundation Classes)
- Installer: NSIS
The following build environment was installed on a Windows 7 machine:
- Install Visual Studio 2008 incl. Service Pack 1
- Microsoft Visual Studio 2008 Service Pack 1 (Installer)
- Microsoft Visual Studio 2008 Service Pack 1 (iso)
- Install .NET Framework 4 Full
- Install Microsoft Windows SDK for Windows 7
- Configure Windows SDK in Visual Studio 2008
- Open Visual Studio 2008
- Goto: Tools > Options... > Projects and Solutions > VC++ Directories
- Include files: Add Platform SDK include directory at first position
C:\Program Files\Microsoft SDKs\Windows\v7.1\Include
- Library files: Add Platform SDK library directory at first position
C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib
Playlist Creator is MIT-licensed.