VLC is showing a different title than is in the mp3 metadata

7

2

I have a bunch of mp3 music files, complete with metadata. Windows Explorer and Mp3Tag both show the title as being the actual name of the song. However, when I play the files in VLC, it shows the title as being the track number ("Track 1", "Track 2", etc.). Obviously, this behavior is undesirable because it makes it impossible to tell which song is playing.

If I edit the metadata through VLC to match the stuff Windows Explorer shows, or to be something different, Windows Explorer shows the edited metadata. How do I fix this?

cat40

Posted 2017-10-15T22:14:15.740

Reputation: 187

What are the file names? Are they "Track 1.mp3" ...? Where are the "Track 1"... names coming from? Are there any playlist (.m3u) files involved? – Joe – 2017-10-17T21:31:08.400

No playlits, and the file names are formatted as [volume number]-[track number]_[title].mp3. I have no idea where the track numbers are coming from – cat40 – 2017-10-17T21:31:57.513

Answers

1

It turned out that the files had two sets of tags. One set, the one I wanted, was written as an ID3 tag. The other set, which VLC was displaying, was written as an APE tag. To fix this, I downloaded MP3tag and used it to remove the APE tags. Steps:

  1. Open all the problem files in MP3tag
  2. Go to tools -> Options -> Tags -> Mpeg and ensure that it is set to read and write only APE tags (this should leave your ID3 tags untouched. enter image description here
  3. Remove all the tag content (on the right sidebar, make sure none of the fields have text). If you have multiple files, you can select <blank> from the drop down menu.
  4. Save the files!

cat40

Posted 2017-10-15T22:14:15.740

Reputation: 187

6

VLC player: How to display file name on the title bar.

Menu Tools -> Preferences (Show settings = ALL) -> Input/Codecs? Then at the very bottom of the right panel set the option "Change title according to current media" to "$F" or "$u" (without quotes $f= file name and path ---- $u= file name only}). Save, exit and restart VLC.

SAn

Posted 2017-10-15T22:14:15.740

Reputation: 61

1I didn't need to restart VLC, just changed tracks (go to previous and back). – FirstOne – 2018-01-31T12:11:52.977

Cannot find "Change title according to current media" option in mac. – Arman – 2019-08-27T02:56:21.140

0

RIGHT click on the song, on the bottom click "Properties", than click "Details"... and that;s where you can type all the information that you want to see on the screen when the song plays!

Hank Aarts

Posted 2017-10-15T22:14:15.740

Reputation: 1

0

fastest way. use MP3tag software to rename title of your files.

chose all files in your folder, and rightclick, there should Mp3tag listed in the windows context menu. you select that. context menu

then all files opened with Mp3tag software. select all files, then right click on title or any column and select 'customize columns'. customize columns

then select title under "value" filed enter variable for file name %_filename%

edit title value

and most important step. select 'Extend Tags' extend tags

remove title tag from this menu. remove title

click save on this dialogbox. again click save in MP3tag software main window. then exit MP3tag software. your changes saved.

Now go to your videos folder, and open then in VLC. viola, you can see title name as your file name and playlist shows exactly what you want to see.

kash fin

Posted 2017-10-15T22:14:15.740

Reputation: 1