forked from RecursiveForest/whatmp3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
72 lines (63 loc) · 1.82 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# 3.8
- do not append /announce to tracker
- add -H --nodots option to disable copying of dotfiles after conversion
- add --a --additional option for passing mktorrent arguments
- fix race condition when creating output directories
- fix aacgain file extension
- change alac extension to .m4a
- revert os.cpu_count() change, not all python3's have multiprocessing
- properly escape replaygain commands
- formatting changes
# 3.7
- beautify output
- improve error reporting (`touch dir/FAILURE')
- update documentation
- add Makefile
- add manpage
- add --silent
- add --ignore
- add --V8
- switch to os.cpu_count() and do not import multiprocessing
- switch to argparse
- add single character arguments for all options
# 3.6
- Generalise --skipgenre to work on all default encoders
- Generalise --replaygain similarly
- Use multithreading.cpu_count() to determine default thread count
- Become fully case insensitive
- Fix %-in-filename bug
- Fix flac-in-path bug
- Fix extra ='s bug
- Make --original respect --torrent-dir
- Add --noreplaygain to lame commands
- Rename --moveother to --copyother
# 3.5
- Don't remove FLAC from FLAC torrents
- Replace lowercase flac in torrent directory
- Respect --torrent-dir
- Add --skip-genre
- Add --no-date
# 3.4
- Ignore m3u files
- Add --nocue and --nolog options
- Change default output directory to cwd
# 3.3
- Fix and improve FLAC string removal
- Python 2.5 compatibility
- Restructure flac_command creation
- Fix quote bug
# 3.2
- Fix ffmpeg command (no '-o')
- Use os.environ['HOME'] instead of /home/user
- Improve threading
- Fix AAC tagging output (add quotes)
# 3.1
- Fix torrent creation bug
- Fix moveother bugs
- Add --FLAC support
# 3.0
- Fix bug with '`' characters in filenames
- Add threading support
- Add AAC support through neroAacEnc and neroAacTag
- Switch to Python
- Add replaygain support