Installation & Backup

2 Likes

Can I keep my settings when updating to a new version?

Yes, you can install a new version over an already installed version. The installation program will keep/upgrade your settings.

Can I backup my settings or use them on a different computer?

Yes,

  1. To backup your settings, please choose File → Save configuration.

  2. To restore the backup, you have to unzip the backup archive to the folder that opens when you choose File → Open configuration folder. Close Mp3tag to ensure that all files can be written.

For a Standard installation, the configuration folder is at %APPDATA%\Mp3tag which usually expands to C:\Users\<username>\AppData\Roaming\Mp3tag

For a Portable installation, the program directory is used to store the settings.

For a Microsoft Store installation, the configuration folder is at C:\Users\<Your Name>\AppData\Local\Packages\35795FlorianHeidenreich.Mp3tag_rf0p6xgxmspcc\LocalCache\Roaming\Mp3tag\

3 Likes

How to build a portable installation of Mp3tag? (e.g. on a USB stick)

You can install Mp3tag in portable mode.

Cannot write configuration file

If you're getting the error message Cannot write configuration file when closing Mp3tag, it's most likely a file permissions issue.

This can happen if you recently updated your Windows version or moved data from one computer to another. In this case, the file permissions sometimes reference Windows user accounts that do not exist on the updated computer or are not the one which you're currently using.

To resolve this, the file permissions need to be adjusted. How to do this is described in the following steps

  1. Open Windows Explorer and enter %APPDATA% to the address bar
  2. Locate the folder Mp3tag, right-click and choose Properties from the context menu
  3. Open the Security tab which allows to view the permissions of this folder
  4. Choose Edit to change permissions of this folder
  5. In case your user name is not listed in the list of permissions, choose Add and provide your user name and make sure that you allow Full control
  6. Make sure that your user account has full control to this folder

Right-click context menu is missing on Windows 11

This is happening sometimes on Windows 11 for reasons which I still trying to find out.

What might help in those cases and when the classic context menu is preferred, is to manually register the shell extension from a command prompt with admin rights:

cd <path to Mp3tag installation>
regsvr32 Mp3tagShell.dll