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.
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.