VLC is showing a different title than is in the mp3 metadata
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow
--
Chapters
00:00 Vlc Is Showing A Different Title Than Is In The Mp3 Metadata
00:40 Answer 1 Score 12
01:08 Accepted Answer Score 3
01:52 Answer 3 Score 0
02:07 Answer 4 Score 0
03:15 Thank you
--
Full question
https://superuser.com/questions/1259427/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#vlcmediaplayer #mp3 #metadata
#avk47
ANSWER 1
Score 12
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.
ACCEPTED ANSWER
Score 3
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:
- Open all the problem files in MP3tag
- 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.
- 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. - Save the files!
ANSWER 3
Score 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!
ANSWER 4
Score 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%
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.