Menu

How can I create a filter to find files that have multiple frames of the same type?

2017-02-23
2017-02-23
  • Branch Hendrix

    Branch Hendrix - 2017-02-23

    I want to search for files which have multiple Picture frames in them... (I only want files to have 1 Picture frame (cover) and I want to delete the non-cover entries; example: Beatport typically inserts 3 Picture frames)

    I guess another generic option would be to search for any file that has more that 1 frame of a particular type (this would of course be harder to do)

    Thanks,
    Branch

     
  • Urs Fleisch

    Urs Fleisch - 2017-02-26

    This is not possible at the moment using Tools/Filter, maybe this could be added when supporting parts of a frame like the email field in POPM as requested in [feature-requests:#73].
    One possiblity to find such files would be to write a shell script/batch file which runs kid3-cli -c "get all" /path/to/file for all files and filters the output using something like grep Picture:.

     

    Related

    Feature Requests: #73