Bug 207576 - no metadata found for some mp3s and oggs
Summary: no metadata found for some mp3s and oggs
Status: CONFIRMED
Alias: None
Product: kfile-plugins
Classification: Applications
Component: ogg (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-16 14:28 UTC by Will Stephenson
Modified: 2021-03-09 23:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Stephenson 2009-09-16 14:28:39 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Eg in the file overwrite dialog shown by Dolphin.

This is because for some files, the metainfo is at the end of the file, which we do not handle atm.

There is no header at the start of the file saying how long the data is to seek to where the metadata is, the trailing x bytes are the info, so you need to read to the end to know where the info starts. and then there might be no info (95% of cases i think).  

A kfile implementation should start by checking that it is a real file and not a stream: open file, go to end, go back x bytes, check if data matches metadata format, etc.
Comment 1 Justin Zobel 2021-03-09 23:43:37 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.