Because what you describe and what happens is:I don't understand the need for samples either.
What do you mean with "broken tag" exactly? For me there is no difference between a tag and a broken tag. I do not want have tags displayed in any case.
As I said, VLC doesn't have to know if a tag is broken or not but it should the user let decide if it shows tags or not.
I've also noticed another (for me) confusing behavior. All my video files are named like this:
Series.-.SxxExx.-.Episode.Title
What VLC displays as title is:
Series - SxxExx
This behavior occurs if the video file has NO tags.
Is there a reason for this behavior? I would understand if VLC removes the dots but the episode title?
I came here because the same problem with the same Stargate release LOL, But mine it's slightly more problematic:I'm playing an old Stargate SG1 rip and the old VLC used to display the file names, since the change the playlist is unusable with certain files. The entire rip I have has this in the title bar: "#Stargate-SG1-Sweden & #nandub on DALnet" VLC now displays this as the name for every episode in the playlist
Code: Select all
%Y-%m-%d - $N [$T] n°
Code: Select all
function read_meta()
local metas = vlc.item:metas()
local name = metas["filename"];
vlc.item:set_meta("title", name)
end
Code: Select all
"ShowName - s01e01 - EpisodeName.ext" => "ShowName S01E01"
It doesn't work for me T_T (use abcAVI to change the title tag in an AVI)Don't know why it's not working for you. Maybe the file has some kind of tags.I'm also not familiar with lua, but as I understand the source, this should do the trick:Code: Select allfunction read_meta() local metas = vlc.item:metas() local name = metas["filename"]; vlc.item:set_meta("title", name)endA short test shows that it seems to work, but i don't know if it overrides tags.Just copy it in a in a textfile named filename.lua and copy it to the given folder (removing the filename.luac file).Edit:Btw, I think VLC 2.0 has an option to not use tags in files. (Preferences -> All -> Playlist)
Who wants to work on a volunteer project when the only thing we get is insults and agressivity from users like yourself?Who wants to update when the only ever 'improvement' is more bugs and arrogance?
Return to “General VLC media player Troubleshooting”
Users browsing this forum: No registered users and 15 guests