[digikam] [Bug 330579] New: Does not show Audio files in Album View

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 330579] New: Does not show Audio files in Album View

Graham
https://bugs.kde.org/show_bug.cgi?id=330579

            Bug ID: 330579
           Summary: Does not show Audio files in Album View
    Classification: Unclassified
           Product: digikam
           Version: 3.4.0
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Albums GUI
          Assignee: [hidden email]
          Reporter: [hidden email]

Audio files with mp3, wav or flac mime types do not display in Albums -
thumnails or table view.  This was also the case in version 3.3  Worked ok in
earlier versions (unknown  version).  Configuration - MIME Types show supported
types as: flac(added manualy) mp3, ogg, wav & wma.
Reproducable - All the time

Reproducible: Always



Expected Results:  
Display audio file thumbnails/file info

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 330579] Does not show Audio files in Album View

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=330579

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
            Version|3.4.0                       |4.0.0-beta3

--- Comment #1 from Gilles Caulier <[hidden email]> ---
Reproducible with 4.0.0-beta3

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [digikam] [Bug 330579] New: Does not show Audio files in Album View

didgewind
In reply to this post by Graham
Graham <mail@...> writes:

>
> https://bugs.kde.org/show_bug.cgi?id=330579
>
>             Bug ID: 330579
>            Summary: Does not show Audio files in Album View
>     Classification: Unclassified
>            Product: digikam
>            Version: 3.4.0
>           Platform: Kubuntu Packages
>                 OS: Linux
>             Status: UNCONFIRMED
>           Severity: normal
>           Priority: NOR
>          Component: Albums GUI
>           Assignee: digikam-devel@...
>           Reporter: mail@...
>
> Audio files with mp3, wav or flac mime types do not display in Albums -
> thumnails or table view.  This was also the case in version 3.3  Worked ok
in
> earlier versions (unknown  version).  Configuration - MIME Types show
supported
> types as: flac(added manualy) mp3, ogg, wav & wma.
> Reproducable - All the time
>
> Reproducible: Always
>
> Expected Results:  
> Display audio file thumbnails/file info
>

Same here. In my case, I am using Lubuntu and problem is with digikam 3.4.0.
I use it only to manage files i record in audio and video. Interestingly,
old audio files are still showing in the albums, but new ones i'm adding are
not. Those new files are stored correctly in the database, but don't show in
the albums nor can't be found with a search. When adding new photo files
(.jpg) these are showing with no problem.


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [digikam] [Bug 330579] New: Does not show Audio files in Album View

didgewind
didgewind <kike@...> 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


_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [digikam] [Bug 330579] New: Does not show Audio files in Album View

didgewind
didgewind <kike@...> 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).



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [digikam] [Bug 330579] New: Does not show Audio files in Album View

Gilles Caulier-4
Please use bugzilla to respond, not mail directly.

Gilles Caulier

2014-06-15 21:29 GMT+02:00 didgewind <[hidden email]>:

> didgewind <kike@...> 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).
>
>
>
> _______________________________________________
> Digikam-devel mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-devel
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 330579] Does not show Audio files in Album View

Peter Albrecht-2
In reply to this post by Graham
https://bugs.kde.org/show_bug.cgi?id=330579

Peter Albrecht <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #2 from Peter Albrecht <[hidden email]> ---
Duplicate of bug #319921?

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 330579] Does not show Audio files in Album View

Gilles Caulier-4
In reply to this post by Graham
https://bugs.kde.org/show_bug.cgi?id=330579

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Gilles Caulier <[hidden email]> ---


*** This bug has been marked as a duplicate of bug 319921 ***

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 330579] Does not show Audio files in Album View

Gilles Caulier-4
In reply to this post by Graham
https://bugs.kde.org/show_bug.cgi?id=330579

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.0.0-beta3                 |4.0.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 330579] Does not show Audio files in Album View

bugzilla_noreply
In reply to this post by Graham
https://bugs.kde.org/show_bug.cgi?id=330579

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.4.0
         Resolution|DUPLICATE                   |FIXED

--- Comment #4 from [hidden email] ---
digiKam 5.4.0 bundles will use QtAV framework instead Qt5Multimedia to thumb
and play video/audio. The Slideshow tool will also support video as well.

QtAV use ffmpeg codecs. It's multi-platform and will always available in
OSX, Windows and Linux bundles that digiKam team provide.

For Linux packagers, you will need to turn on video support at compilation time
and solve QtAV dependencies...

See screenshots here :

https://www.flickr.com/photos/digikam/30886133553
https://www.flickr.com/photos/digikam/31679362466
https://www.flickr.com/photos/digikam/31572654722
https://www.flickr.com/photos/digikam/31726086736

Bundles have been recompiled are posted to GDrive for testing :

https://drive.google.com/drive/folders/0BzeiVr-byqt5Y0tIRWVWelRJenM

--
You are receiving this mail because:
You are the assignee for the bug.