Skip to content

Commit e654943

Browse files
committed
new: dev: release prep
1 parent 655735c commit e654943

10 files changed

+90
-62
lines changed

Diff for: HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Release History
33

44
.. :changelog:
55
6+
v0.9.3 (2020-03-01) : It Dawned On Me
7+
--------------------------------------
8+
9+
Changes
10+
~~~~~~~
11+
- Track/disc numbers can be set with integer strings.
12+
- Disc number getter and setter hooks
13+
614
v0.9.2 (2020-02-10) : Into The Future
715
--------------------------------------
816

Diff for: docs/plugins/classic_plugin.rst

+56-39
Large diffs are not rendered by default.

Diff for: docs/plugins/fixup_plugin.rst

+12-7
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,24 @@ Options
7373
.. code-block:: text
7474
7575
--type {lp,ep,compilation,live,various,demo,single}
76-
How to treat each directory. The default is 'lp', although you may be prompted for an alternate choice if the files look like another type.
76+
How to treat each directory. The default is 'lp', although you may be prompted for an alternate choice if
77+
the files look like another type.
7778
--fix-case Fix casing on each string field by capitalizing each word.
7879
-n, --dry-run Only print the operations that would take place, but do not execute them.
7980
--no-prompt Exit if prompted.
8081
--dotted-dates Separate date with '.' instead of '-' when naming directories.
8182
--file-rename-pattern FILE_RENAME_PATTERN
82-
Rename file (the extension is not affected) based on data in the tag using substitution variables: $album, $album_artist, $artist, $best_date, $best_date:prefer_recording,
83-
$best_date:prefer_recording:year, $best_date:prefer_release, $best_date:prefer_release:year, $best_date:year, $disc:num, $disc:total, $file, $file:ext, $original_release_date,
84-
$original_release_date:year, $recording_date, $recording_date:year, $release_date, $release_date:year, $title, $track:num, $track:total
83+
Rename file (the extension is not affected) based on data in the tag using substitution variables: $album,
84+
$album_artist, $artist, $best_date, $best_date:prefer_recording, $best_date:prefer_recording:year,
85+
$best_date:prefer_release, $best_date:prefer_release:year, $best_date:year, $disc:num, $disc:total, $file,
86+
$file:ext, $original_release_date, $original_release_date:year, $recording_date, $recording_date:year,
87+
$release_date, $release_date:year, $title, $track:num, $track:total
8588
--dir-rename-pattern DIR_RENAME_PATTERN
86-
Rename directory based on data in the tag using substitution variables: $album, $album_artist, $artist, $best_date, $best_date:prefer_recording, $best_date:prefer_recording:year,
87-
$best_date:prefer_release, $best_date:prefer_release:year, $best_date:year, $disc:num, $disc:total, $file, $file:ext, $original_release_date, $original_release_date:year, $recording_date,
88-
$recording_date:year, $release_date, $release_date:year, $title, $track:num, $track:total
89+
Rename directory based on data in the tag using substitution variables: $album, $album_artist, $artist,
90+
$best_date, $best_date:prefer_recording, $best_date:prefer_recording:year, $best_date:prefer_release,
91+
$best_date:prefer_release:year, $best_date:year, $disc:num, $disc:total, $file, $file:ext,
92+
$original_release_date, $original_release_date:year, $recording_date, $recording_date:year, $release_date,
93+
$release_date:year, $title, $track:num, $track:total
8994
9095
9196
.. {{{end}}}

Diff for: docs/plugins/itunes_plugin.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ Example
3434
3535
$ eyeD3 -P itunes-podcast example.id3
3636
37-
/home/travis/devel/eyeD3/git/example.id3
37+
/home/travis/devel/eyeD3/example.id3
3838
iTunes podcast? :-(
3939
4040
$ eyeD3 -P itunes-podcast example.id3 --add
4141
42-
/home/travis/devel/eyeD3/git/example.id3
42+
/home/travis/devel/eyeD3/example.id3
4343
iTunes podcast? :-(
4444
Adding...
4545
iTunes podcast? :-)
4646
4747
$ eyeD3 -P itunes-podcast example.id3 --remove
4848
49-
/home/travis/devel/eyeD3/git/example.id3
49+
/home/travis/devel/eyeD3/example.id3
5050
iTunes podcast? :-)
5151
Removing...
5252
iTunes podcast? :-(

Diff for: docs/plugins/lameinfo_plugin.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Example
3434
3535
$ eyeD3 -P lameinfo test/data/notag-vbr.mp3
3636
37-
.../home/travis/devel/eyeD3/git/test/data/notag-vbr.mp3[ 5.98 MB ]
37+
.../home/travis/devel/eyeD3/test/data/notag-vbr.mp3[ 5.98 MB ]
3838
-------------------------
3939
Encoder Version : LAME3.91
4040
LAME Tag Revision : 0

Diff for: docs/plugins/mimetypes_plugin.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Options
1919
-------
2020
.. code-block:: text
2121
22-
--status Print dot status.
23-
--parse-files Parse each file.
22+
--status Print dot status.
23+
--parse-files Parse each file.
2424
--hide-notfound
25+
-M, --use-pymagic Use python-magic to determine mimetype.
2526
2627
2728
.. {{{end}}}

Diff for: docs/plugins/pymod_plugin.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ pymod
1414
Description
1515
-----------
1616

17-
If no module if provided (see -m/--module) a file named eyeD3mod.py in
18-
the current working directory is imported. If any of the following methods
19-
exist they still be invoked:
17+
If no module if provided a file named eyeD3mod.py in the current working directory is
18+
imported. If any of the following methods exist they still be invoked:
2019

2120
def audioFile(audio_file):
2221
'''Invoked for every audio file that is encountered. The ``audio_file``

Diff for: etc/mycog.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ def cog_pluginHelp(name):
134134
found_opts = False
135135
for line in arg_parser.format_help().splitlines(True):
136136
if not found_opts:
137-
if (line.lstrip().startswith('-') and
138-
not line.lstrip().startswith("-h")):
137+
if line.lstrip().startswith('-') and not line.lstrip().startswith("-h"):
139138
buffer += (" " * 2) + line
140139
found_opts = True
141140
else:

Diff for: eyed3/__about__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def __parse_version(v): # pragma: nocover
1414
return ver, rel, ver_info
1515

1616

17-
__version__ = "0.9.2"
18-
__release_name__ = "Into The Future"
17+
__version__ = "0.9.3"
18+
__release_name__ = "It Dawned On Me"
1919
__years__ = "2002-2020"
2020

2121
_, __release__, __version_info__ = __parse_version(__version__)

Diff for: eyed3/plugins/pymod.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ class PyModulePlugin(LoaderPlugin):
99
SUMMARY = "Imports a Python module file and calls its functions for the "\
1010
"the various plugin events."
1111
DESCRIPTION = """
12-
If no module if provided (see -m/--module) a file named %(_DEFAULT_MOD)s in
13-
the current working directory is imported. If any of the following methods
14-
exist they still be invoked:
12+
If no module if provided a file named %(_DEFAULT_MOD)s in the current working directory is
13+
imported. If any of the following methods exist they still be invoked:
1514
1615
def audioFile(audio_file):
1716
'''Invoked for every audio file that is encountered. The ``audio_file``

0 commit comments

Comments
 (0)