Skip to content

Commit

Permalink
pass script version in 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBeaulieu committed Aug 18, 2019
1 parent a257b7a commit 3153b74
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 647 deletions.
2 changes: 1 addition & 1 deletion MzkOstrichRemover.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Globals
global scriptVersion
scriptVersion = '1.1.3'
scriptVersion = '1.2.0'


# Script main frame
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MzkOstrichRemover

![](https://badgen.net/badge/version/1.1.3/blue) ![](https://badgen.net/badge/license/GPL-3.0/green)
![](https://badgen.net/badge/version/1.2.0/blue) ![](https://badgen.net/badge/license/GPL-3.0/green)

This script is a tool specially made to test a folder against the [ManaZeak naming convention](https://github.com/ManaZeak/ManaZeak/wiki/Naming-convention). It handles both the folder tree structure and the files themselves. It is highly recommended to read the naming convention before going any further, as explanations are raw. It was designed to work in two fields, verifying and tagging. Using arguments, you can use it the way you want.

Expand All @@ -10,7 +10,7 @@ This script uses `Python3`, and requires `mutagen`, `Pillow` (that replaced Pyth

`# pip install -r requierements.txt`

When all requierements are installed, you can launch *MzkOstrichRemover* in two modes :
When all requierements are installed, you can launch *MzkOstrichRemover* in three modes :

### Scan (`-s` or `--scan`)

Expand Down Expand Up @@ -55,6 +55,8 @@ The script will crawl the folder you gave as an argument, to clean all existing

`$ ./MzkOstrichRemover.py -c ./path/to/library/folder/`

---

## Features

##### v1.0
Expand All @@ -65,6 +67,7 @@ The script will crawl the folder you gave as an argument, to clean all existing

##### v2.0
- [x] Fill tag from filename mode
- [x] Clean tags of given folder
- [ ] Specific errors (~~cover size~~, ~~album artist field~~, genre, ~~producer~~, ~~bpm~~)
- [ ] Custom scan (track, album or file errors only)
- [ ] Verbose option (with several levels)
Expand Down
160 changes: 0 additions & 160 deletions output/MzkOstrichRemover-2019-08-18-11-19-12.json

This file was deleted.

164 changes: 0 additions & 164 deletions output/MzkOstrichRemover-2019-08-18-11-19-30.json

This file was deleted.

Loading

0 comments on commit 3153b74

Please sign in to comment.