[Digikam-devel] [digikam] [Bug 330579] New: Does not show Audio files in Album View
didgewind
kike at mazarredos.com
Sun Jun 15 20:29:58 BST 2014
didgewind <kike at ...> writes:
>
> didgewind <kike <at> ...> writes:
>
> >
> > Graham <mail <at> ...> writes:
> >
> > >
> > > Audio files with mp3, wav or flac mime types do not display in Albums -
> > > thumnails or table view.
>
> Reproducible also in version 4.0.0
>
The problem seems to be in the database, the table imageInformation is not
updated with the new record when the table images is. A workaround about it
is opening the database with an sql cliente (like SQLite Database Browser)
and executing the following instruction:
INSERT INTO imageinformation (imageid) VALUES (x)
where x is the id of the new record (found in the table images).
More information about the Digikam-devel
mailing list