Adam-Kay / Batch-Encoder

Command line batch file encoder using FFmpeg
GNU General Public License v3.0
0 stars 0 forks source link

Program says "Finished encoding 0 files" if there are no files to encode #23

Closed Adam-Kay closed 11 months ago

Adam-Kay commented 11 months ago

Bug Description

Program says "Finished encoding 0 files" if there are no files to encode in the folder it's in

Steps to Reproduce

  1. Make sure no other valid files are in the folder the program is run in
  2. Run program
  3. Program completes and displays above message

Expected behavior

Program should display "There were no (valid) files to encode" or something like that.

Potential Cause

[N/A]

Adam-Kay commented 11 months ago

Fixed as of 5174dcb.