write Catalog.xml that contains song and course metadata - useful for importing into other tools

This commit is contained in:
Chris Danford
2004-05-20 08:55:26 +00:00
parent 2dc648220c
commit a85f967e69
7 changed files with 147 additions and 41 deletions
+3
View File
@@ -31,6 +31,7 @@
#include "ScoreKeeperMAX2.h"
#include "crypto/CryptRand.h"
#include "UnlockSystem.h"
#include "CatalogXml.h"
//
// Old file versions for backward compatibility
@@ -1656,6 +1657,8 @@ void Profile::SaveStatsWebPageToDir( CString sDir ) const
PROFILEMAN->GetMachineProfile(),
bThisIsMachineProfile ? HTML_TYPE_MACHINE : HTML_TYPE_PLAYER
);
if( bThisIsMachineProfile )
SaveCatalogXml( sDir );
}
void Profile::SaveMachinePublicKeyToDir( CString sDir ) const