[Bug 79518] Changes in 'Meta Info' tab of the 'Properties' window of an .ogg file is not well proceeded
Meghazi Fabien
agr at amigrave.com
Mon Jun 28 12:26:48 BST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=79518
------- Additional Comments From agr amigrave com 2004-06-28 13:26 -------
Ok, here's the result of the tests :
I tried 4 ways to edit the comment, here's the ogginfo output of the ogg file from wich i'll make all tests :
> ogginfo 01-01.ogg
Processing file "01-01.ogg"...
New logical stream (#1, serial: 21312c95): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)
Channels: 2
Rate: 44100
Nominal bitrate: 160.003000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
ALBUM=Unknown Album
ARTIST=Unknown Artist
DESCRIPTION=
GENRE=Unknown
TITLE=01
TRACKNUMBER=1
Vorbis stream 1:
Total data length: 3106990 bytes
Playback length: 3m:07.479s
Average bitrate: 132.579048 kbps
Logical stream 1 ended
During tests, I'll try to set the artist name field with "Special chars, eg:é and à" as value.
************************************************************
1) WITH KDE META DATA TAB IN FILE MANAGER
> ogginfo 01-kde.ogg
Processing file "01-kde.ogg"...
New logical stream (#1, serial: 21312c95): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)
Channels: 2
Rate: 44100
Nominal bitrate: 160.003000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
ALBUM=Unknown Album
ARTIST=Special chars, eg:? and ?
DESCRIPTION=
GENRE=Unknown
TITLE=01
TRACKNUMBER=1
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Negative granulepos on vorbis stream outside of headers. This file was created by a buggy encoder
Vorbis stream 1:
Total data length: 3107476 bytes
Playback length: 3m:07.479s
Average bitrate: 132.599787 kbps
Logical stream 1 ended
*************************************************************
2) VORBISCOMMENT (file edited with kwrite, also tried vim)
> vorbiscomment -l 01-01.ogg > tag.txt
> kwrite tag.txt
> vorbiscomment -w -c tag.txt 01-01.ogg 01-vorbiscomment.ogg
> ogginfo 01-vorbiscomment.ogg
Processing file "01-vorbiscomment.ogg"...
New logical stream (#1, serial: 21312c95): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)
Channels: 2
Rate: 44100
Nominal bitrate: 160.003000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
ALBUM=Unknown Album
ARTIST=Special chars, eg:# and #
DESCRIPTION=
GENRE=Unknown
TITLE=01
TRACKNUMBER=1
Vorbis stream 1:
Total data length: 3106990 bytes
Playback length: 3m:07.479s
Average bitrate: 132.579048 kbps
Logical stream 1 ended
*************************************************************
3) XMMS
> ogginfo 01-xmms.ogg
Processing file "01-xmms.ogg"...
New logical stream (#1, serial: 21312c95): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)
Channels: 2
Rate: 44100
Nominal bitrate: 160.003000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
album=Special chars, eg: and
artist=Unknown Artist
DESCRIPTION=
genre=Unknown
title=01
tracknumber=1
Vorbis stream 1:
Total data length: 3106990 bytes
Playback length: 3m:07.479s
Average bitrate: 132.579048 kbps
Logical stream 1 ended
*************************************************************
4) JUK (that uses TagLib)
> ogginfo 01-Juk.ogg
Processing file "01-Juk.ogg"...
New logical stream (#1, serial: 21312c95): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20030909 (1.0.1)
Channels: 2
Rate: 44100
Nominal bitrate: 160.003000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
ALBUM=Unknown Album
ARTIST=Special chars, eg:? and ?
DESCRIPTION=
GENRE=Unknown
TITLE=01
TRACKNUMBER=1
Vorbis stream 1:
Total data length: 3106990 bytes
Playback length: 3m:07.479s
Average bitrate: 132.579048 kbps
Logical stream 1 ended
*************************************************************
NOTE: Comment are readable on X apps only if I made them using Juk.
More information about the kde-multimedia
mailing list