File tree Expand file tree Collapse file tree 2 files changed +30
-12
lines changed Expand file tree Collapse file tree 2 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1+ # v0.3.3
2+
3+ - updated deps, most notably libflac-sys and rusqlite
4+ - edited changelog
5+
16# v0.3.1
27
3- * removed useless trait
4- * isolated all module functions
8+ - removed useless trait
9+ - isolated all module functions
510
611# v0.3.0
712
8- * removed claxon dep in favor of flac_codec, same for metaflac
9- * cleaned up code a bit
13+ - removed claxon dep in favor of flac_codec, same for metaflac
14+ - cleaned up code a bit
1015
1116# v0.2.6-fix
1217
13- * remembered about changelog.md
14- * fixed incorrect encoded_by tag match
15- * minor code improvements and fixes
18+ - remembered about changelog.md
19+ - fixed incorrect encoded_by tag match
20+ - minor code improvements and fixes
1621
1722# v0.1.2
1823
19- * added better bar incremental logic by passing it to threads
20- * added graceful shutdown (albeit its a bit slow)
21- * checks file if it exists before reencoding
22- * removes temporary file if it was left uncleaned from the previous session
24+ - added better bar incremental logic by passing it to threads
25+ - added graceful shutdown (albeit its a bit slow)
26+ - checks file if it exists before reencoding
27+ - removes temporary file if it was left uncleaned from the previous session
Original file line number Diff line number Diff line change 22
33scans a specified folder and reencodes flacs if they needed to be reencoded
44
5+ ## installation
6+
7+ you can use cargo to install:
8+ ` cargo install flac-reencoder `
9+
10+ or clone the repo and build it yourself
11+
12+ to build statically just run the default build command:
13+ ` cargo build -r `
14+
15+ to dynamically link to libsqlite3 and libflac libs, use the following command:
16+ ` cargo build -r --no-default-features -F linked `
17+
518```
6- Usage: reencoder [OPTIONS] [path]
19+ Usage: flac- reencoder [OPTIONS] [path]
720
821Arguments:
922 [path] Path for indexing/reencoding
You can’t perform that action at this time.
0 commit comments