add background change controls for "baked random"
Shift+B to choose to choose a different baked random movie add bgchange menu lines for "movie in group" and "movie in group and in genre"
This commit is contained in:
@@ -71,7 +71,6 @@ struct BackgroundChange
|
||||
CString m_sTransition;
|
||||
};
|
||||
|
||||
|
||||
namespace BackgroundUtil
|
||||
{
|
||||
void SortBackgroundChangesArray( vector<BackgroundChange> &vBackgroundChanges );
|
||||
@@ -83,7 +82,7 @@ namespace BackgroundUtil
|
||||
void GetSongMovies( const Song *pSong, const CString &sMatch, vector<CString> &vsPathsOut, vector<CString> &vsNamesOut );
|
||||
void GetSongBitmaps( const Song *pSong, const CString &sMatch, vector<CString> &vsPathsOut, vector<CString> &vsNamesOut );
|
||||
void GetGlobalBGAnimations( const Song *pSong, const CString &sMatch, vector<CString> &vsPathsOut, vector<CString> &vsNamesOut );
|
||||
void GetGlobalRandomMovies( const Song *pSong, const CString &sMatch, vector<CString> &vsPathsOut, vector<CString> &vsNamesOut );
|
||||
void GetGlobalRandomMovies( const Song *pSong, const CString &sMatch, vector<CString> &vsPathsOut, vector<CString> &vsNamesOut, bool bTryInsideOfSongGroupAndGenreFirst = true, bool bTryInsideOfSongGroupFirst = true );
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user