void CDlgUserConvFormartTag2Tag::OnBtComment() 
{
	OutputFormatString("%COMMENT%");
}
Example #2
0
void CDlgMoveFolder::OnBtReleaseYear() 
{
	OutputFormatString("%RELEASE_YEAR%");
}
void CDlgUserConvFormat::OnBtArtistName() 
{
	OutputFormatString(L"%ARTIST_NAME%");
}
void CDlgUserConvFormat::OnBtReleaseYear() 
{
	OutputFormatString(L"%RELEASE_YEAR%");
}
Example #5
0
void CDlgMoveFolder::OnBtComment() 
{
	OutputFormatString("%COMMENT%");
}
void CDlgUserConvFormat::OnBtComment() 
{
	OutputFormatString(L"%COMMENT%");
}
Example #7
0
void CDlgCopyFormat::OnBtAlbumName() 
{
	OutputFormatString("%ALBUM_NAME%");
}
Example #8
0
void CDlgMoveFolder::OnBtAlbumName() 
{
	OutputFormatString("%ALBUM_NAME%");
}
Example #9
0
void CDlgCopyFormat::OnBtTrackName() 
{
	OutputFormatString("%TRACK_NAME%");
}
Example #10
0
void CDlgCopyFormat::OnBtTrackNumber3() 
{
	OutputFormatString("%TRACK_NUMBER3%");
}
Example #11
0
void CDlgCopyFormat::OnBtReleaseYear() 
{
	OutputFormatString("%RELEASE_YEAR%");
}
void CDlgUserConvFormartTag2Tag::OnBtTrackNumber3() 
{
	OutputFormatString("%TRACK_NUMBER3%");
}
void CDlgUserConvFormartTag2Tag::OnBtTrackName() 
{
	OutputFormatString("%TRACK_NAME%");
}
Example #14
0
void CDlgMoveFolder::OnBtTrackName() 
{
	OutputFormatString("%TRACK_NAME%");
}
Example #15
0
void CDlgCopyFormat::OnBtArtistName() 
{
	OutputFormatString("%ARTIST_NAME%");
}
Example #16
0
void CDlgMoveFolder::OnBtTrackNumber3() 
{
	OutputFormatString("%TRACK_NUMBER3%");
}
Example #17
0
void CDlgCopyFormat::OnBtComment() 
{
	OutputFormatString("%COMMENT%");
}
Example #18
0
void CDlgMoveFolder::OnBtArtistName() 
{
	OutputFormatString("%ARTIST_NAME%");
}
Example #19
0
void CDlgCopyFormat::OnBtFileName() 
{
	OutputFormatString("%FILE_NAME%");
}
Example #20
0
void CDlgMoveFolder::OnBtFileName() 
{
	OutputFormatString("%FILE_NAME%");
}
Example #21
0
void CDlgCopyFormat::OnBtFixString() 
{
	OutputFormatString("%STRING%");
}
void CDlgUserConvFormat::OnBtTrackName() 
{
	OutputFormatString(L"%TRACK_NAME%");
}
Example #23
0
void CDlgCopyFormat::OnBtNumber() 
{
	OutputFormatString("%NUMBER%");
}
void CDlgUserConvFormat::OnBtAlbumName() 
{
	OutputFormatString(L"%ALBUM_NAME%");
}
Example #25
0
void CDlgMoveFolder::OnBtFixString() 
{
	OutputFormatString("%STRING%");
}
void CDlgUserConvFormat::OnBtTrackNumber2() 
{
	OutputFormatString(L"%TRACK_NUMBER2%");
}
void CDlgUserConvFormartTag2Tag::OnBtAlbumName() 
{
	OutputFormatString("%ALBUM_NAME%");
}