Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force file scan in alphabetical order #12

Open
ruslaniv opened this issue Feb 3, 2021 · 2 comments
Open

Force file scan in alphabetical order #12

ruslaniv opened this issue Feb 3, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ruslaniv
Copy link

ruslaniv commented Feb 3, 2021

Is it possible to force scanning the files in alphabetical order?
Or at least printing the output in alphabetical order?

Right now I get something like this:

**************************************************
***********  MQA flac identifier tool  ***********
********  Stavros Avramidis (@purpl3F0x)  ********
** https://github.com/purpl3F0x/MQA_identifier  **
**************************************************
Found 9 file for scanning...

  #	Encoding	Name
  1	MQA 44.1K 	06 - Bellyache [MQA 24_44].flac
  2	MQA 44.1K 	01 - COPYCAT [MQA 24_44].flac
  3	MQA 44.1K 	02 - Idontwannabeyouanymore [MQA 24_44].flac
  4	MQA 44.1K 	04 - Watch [MQA 24_44].flac
  5	MQA 44.1K 	09 - &Burn (feat. Vince Staples) [MQA 24_44].flac
  6	MQA 44.1K 	03 - My Boy [MQA 24_44].flac
  7	MQA 44.1K 	05 - Party Favor [MQA 24_44].flac
  8	MQA 44.1K 	07 - Ocean Eyes [MQA 24_44].flac
  9	MQA 44.1K 	08 - Hostage [MQA 24_44].flac

**************************************************
Scanned 9 files
Found 9 MQA files

Since I'm saving the logs, it would be nice the have the first track scanned first, second - second and so forth.

@purpl3F0x
Copy link
Owner

You mean each file inside a folder?
That could be possible. I will fix it around weekend

@purpl3F0x purpl3F0x added the enhancement New feature or request label Feb 3, 2021
@ruslaniv
Copy link
Author

ruslaniv commented Feb 3, 2021

Yep, something like that

  #	Encoding	Name
  1	MQA 44.1K 	01 - COPYCAT [MQA 24_44].flac
  2	MQA 44.1K 	02 - Idontwannabeyouanymore [MQA 24_44].flac
  3	MQA 44.1K 	03 - My Boy [MQA 24_44].flac
  4	MQA 44.1K 	04 - Watch [MQA 24_44].flac
...etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants