Long time user, first time poster. I’m running 3.33.1 on Windows 11.
For the last few months, I’ve been having this issue. Previously, I could click on most editable fields in the grid and edit directly there rather than in the tag panel. For example, I could edit the title and album, but I no longer can edit those. However, I can continue to edit artist, disc number, track, etc.
For the most part, I’m using ID3 v2.4 and all the source files are MP3. I run Python scripts that I wrote on all new files to clean up metadata and add cover art using the mutagen library. Then, I use Mp3Tag to make sure everything is correct before sending to MBZ Picard, LRCGet, and then into my Navidrome server. That workflow has worked well.
This isn’t the worst problem, but it occasionally annoying. I’ve learned to use some the Mp3Tab functions (e.g. cutleft) as a workaround, so that’s actually kinda great, but I’d like to know the root cause of this. Is this a change in the tool or something I’m doing? I can’t isolate any other factor that might cause this, such as the presence of APE or older tag schemes.
What does that mean you can't edit title and album?
Does that mean that the modification does not stick?
Can't get the fields in the file list into edit mode?
What does the extended tags dialogue look like for such file?
If I click on a song title in the grid, it doesn’t turn into an editable field for title and album. Other fields, other than stuff that can’t be edited like path, will let me click the field in the grid and it becomes an editable value. But not those two. If I’m in an editable field and press Tab, which would normally take me to the next column, it will skip over song title and album name.
Here is a screengrab
As I said earlier, this was working a few months ago for me. I’ve reinstalled MP3Tag, but I haven’t tried to downgrade to an older version. I was hoping someone had an obvious solution.
They had %title% and %album% for Value and nothing in Field. Those fields were missing the $meta_sep(title,\\) and $meta_sep(album,\\) for value. I must’ve been messing around with things at some point and messed those up.
When I put $meta_sep back in for both fields, I am able to edit again.