Lich-Corals / linux-file-converter-addon

Convert between various image, audio and video formats.
GNU General Public License v3.0
15 stars 6 forks source link

Ignore wrong typed files in selection #10

Closed derVedro closed 1 year ago

derVedro commented 1 year ago

Unexpected behavior occurs if various file formats (like audio and image files) were sending to converter at once. At the moment the script works in such a way that convert function gets all selected files. So it can happen that the wrong file types are tried to be converted (some mp3 files into jpeg). We need to handle it. I suggest (#9) to drop such converting attempts.