Bug 207576

Summary: no metadata found for some mp3s and oggs
Product: [Applications] kfile-plugins Reporter: Will Stephenson <wstephenson>
Component: oggAssignee: Multimedia Developers <kde-multimedia>
Status: CONFIRMED ---    
Severity: normal CC: jos, kde-maintainers
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

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.