Menu

kid3-cli and 'picture type'

Help
rimcaw
2015-10-29
2015-12-16
  • rimcaw

    rimcaw - 2015-10-29

    Hello,

    With kid3-cli is it possible to find which files in a directory have an embedded picture, and to tell the 'picture type' of these files ?

     
  • Urs Fleisch

    Urs Fleisch - 2015-10-30

    Show which files in a directory have a picture:

    kid3-cli -c "filter '%{picture} not equals \"\"'"
    

    Show the picture types of the files inside a directory:

    for f in *.mp3; do echo "$f:"; kid3-cli -c get "$f" | grep Picture; done
    

    The command above, however, only shows the pictures which have a non-empty description, which seems to be a bug in kid3-cli. The command line above is for a POSIX shell, Windows will need something different.

     
    • rimcaw

      rimcaw - 2015-10-30

      Thank you, this helps.

      Do you plan to change the behavior which seems to be a bug ?

       
  • Urs Fleisch

    Urs Fleisch - 2015-11-01

    Is now fixed in Git [daea79].

     

    Related

    Commit: [daea79]

  • Urs Fleisch

    Urs Fleisch - 2015-12-16

    Is now fixed in version 3.3.1.