display information about file already being modified by taglib in tag editor
This commit is contained in:
@@ -1590,6 +1590,7 @@ int main(int argc, char *argv[])
|
|||||||
ShowMessage("Writing changes...");
|
ShowMessage("Writing changes...");
|
||||||
for (SongList::iterator it = list.begin(); it != list.end(); it++)
|
for (SongList::iterator it = list.begin(); it != list.end(); it++)
|
||||||
{
|
{
|
||||||
|
ShowMessage("Writing tags in '" + (*it)->GetName() + "'...");
|
||||||
if (!WriteTags(**it))
|
if (!WriteTags(**it))
|
||||||
{
|
{
|
||||||
ShowMessage("Error writing tags in '" + (*it)->GetFile() + "'!");
|
ShowMessage("Error writing tags in '" + (*it)->GetFile() + "'!");
|
||||||
|
|||||||
Reference in New Issue
Block a user