pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Tags are not showing #371

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tag my MP3 files with the Exfalso program but when I play them in
GNOME-MPlayer, they don't show (see screenshot).

The QuodLibet/Exfalso developer says it uses Mutagen and it supports ID3v1
and v2.4. Where lies the problem?

Original issue reported on code.google.com by 31337H4c...@gmail.com on 13 Mar 2010 at 1:51

Attachments:

GoogleCodeExporter commented 8 years ago
Please run this command on one of you mp3 files

mplayer -vo null -ao null -frames 0 -identify [filename]

And post that output, that should show me what tags mplayer is seeing.

Original comment by kdeko...@gmail.com on 13 Mar 2010 at 2:40

GoogleCodeExporter commented 8 years ago
Heres the output:

MPlayer SVN-r30526-4.4.3 (C) 2000-2010 MPlayer Team
142 audio & 332 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing Valve Studio Orchestra - Faster Than a Speeding Bullet.mp3.
ID_AUDIO_ID=0
Audio only file format detected.
ID_FILENAME=Valve Studio Orchestra - Faster Than a Speeding Bullet.mp3
ID_DEMUXER=audio
ID_AUDIO_FORMAT=85
ID_AUDIO_BITRATE=128000
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=0
ID_LENGTH=84.00
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
ID_AUDIO_BITRATE=128000
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [null] 44100Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=mp3
Video: no video
Starting playback...

Exiting... (End of file)
ID_EXIT=EOF

Does this mean its a problem with MPlayer?

Original comment by 31337H4c...@gmail.com on 13 Mar 2010 at 2:44

GoogleCodeExporter commented 8 years ago
It means the tags are not in a format that mplayer recognizes. I believe that 
mplayer
only reads the ID3v1 tags and ignores the others. Or your mplayer has not been
configured to process tags (missing library or such)

Original comment by kdeko...@gmail.com on 13 Mar 2010 at 2:48

GoogleCodeExporter commented 8 years ago
Do you want to post one of the files and I can see if I get the tags here?

Original comment by kdeko...@gmail.com on 15 Mar 2010 at 1:11

GoogleCodeExporter commented 8 years ago
You can consider this issue closed. My mp3 files only had IDv2 tags so of course
Mplayer ignored them.

Original comment by 31337H4c...@gmail.com on 15 Mar 2010 at 2:51

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 15 Mar 2010 at 3:20