Opened 8 years ago

Closed 8 years ago

#2269 closed defect (wontfix)

Clip infos getting truncated at 30 characters

Reported by: Victor Owned by: beastd
Priority: low Component: undetermined
Version: HEAD Severity: trivial
Keywords: clip info truncated Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Hello !

Summary of the bug: Clip infos get truncated at 30 characters
How to reproduce:
Get an mp3 audio file with Clip infos. Set a clip info to more than 30 characters an play the file with mplayer.

Here is an example with the Tove Lo - Habits (remixed) song. Actual Title is : "Habits (Stay High) (Hippie Sabotage Remix)"

% mplayer input.mp3

Clip info:
 Title: Habits (Stay High) (Hippie Sab
 Artist: Tove Lo

I also noticed it happens with a GUI.

Change History (2)

comment:1 by Victor, 8 years ago

Summary: Clip infos getting truncated at 30 characters (with audioClip infos getting truncated at 30 characters

comment:2 by reimar, 8 years ago

Resolution: wontfix
Status: newclosed

MPlayer supports only the older ID3 format.
It has a fixed length of 30 characters.
So MPlayer actually prints exactly what is stored in the file.
If you use -demuxer lavf you will get support for the newer tagging formats which I expect will print the full name.
I don't think we will add support for the new tagging formats to our legacy demuxer.

Note: See TracTickets for help on using tickets.