From a3be4075db1aae48082ce12f407d8280376d4b84 Mon Sep 17 00:00:00 2001 From: Steven Frew Date: Sat, 29 Jan 2022 15:41:12 +0000 Subject: [PATCH] added version string, and less KM-specific paths in ini --- gen_autoDJ.ini | 6 +++--- gen_autoDJ.rc | 41 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/gen_autoDJ.ini b/gen_autoDJ.ini index 9ba3b9d..23748a9 100644 --- a/gen_autoDJ.ini +++ b/gen_autoDJ.ini @@ -3,10 +3,10 @@ # # Path to the list of tracks. One track per line, full path. -TracksFilePath=C:\Users\steve\AppData\Roaming\FullHouse Entertainment\KaraokeManager\KaraokeManager.backgroundMusic.txt +TracksFilePath=C:\your\path\backgroundMusic.txt -# Path to the list of KaraokeManager requested tracks. One track per line, full path. -RequestedTracksFilePath=C:\Users\steve\AppData\Roaming\FullHouse Entertainment\KaraokeManager\KaraokeManager.musicRequests.txt +# Path to the list of requests tracks. One track per line, full path. +RequestedTracksFilePath=C:\your\path\requests.txt # Amplitude threshold (0-32767) for the start point of a track. # All tracks are normalized before this analysis takes place. diff --git a/gen_autoDJ.rc b/gen_autoDJ.rc index 6b776d3..9b86075 100644 --- a/gen_autoDJ.rc +++ b/gen_autoDJ.rc @@ -52,7 +52,46 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_APPICON ICON "winampIcon.ico" +IDI_APPICON ICON "winampIcon.ico" + + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 1,0,0,1 + PRODUCTVERSION 1,0,0,1 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904b0" + BEGIN + VALUE "CompanyName", "FullHouse Entertainment" + VALUE "FileDescription", "AutoDJ plugin for Winamp" + VALUE "FileVersion", "1.0.0.1" + VALUE "InternalName", "gen_autoDJ.dll" + VALUE "LegalCopyright", "Copyright FullHouse Entertainment (C) 2022" + VALUE "OriginalFilename", "gen_autoDJ.dll" + VALUE "ProductName", "AutoDJ" + VALUE "ProductVersion", "1.0.0.1" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1200 + END +END #endif // English (United Kingdom) resources /////////////////////////////////////////////////////////////////////////////