mschulze46 / PlaylistCreator

Playlist Creator is the classical one-trick pony for creating playlists.
MIT License
2 stars 0 forks source link
playlist playlist-generator

Playlist Creator

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

System Environment

Getting Started

The following build environment was installed on a Windows 7 machine:

  1. Install Visual Studio 2008 incl. Service Pack 1
  2. Install .NET Framework 4 Full
  3. Install Microsoft Windows SDK for Windows 7
  4. 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

      VS2008-WinSDK-1

    • Library files: Add Platform SDK library directory at first position
      C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib

      VS2008-WinSDK-2

License

Playlist Creator is MIT-licensed.