Whitespace fixes
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ DEFAULT_DISC_TEMPLATE = u'%r/%A - %d/%A - %d'
|
||||
|
||||
TEMPLATE_DESCRIPTION = '''
|
||||
Tracks are named according to the track template, filling in the variables
|
||||
and adding the file extension. Variables exclusive to the track template are:
|
||||
and adding the file extension. Variables exclusive to the track template are:
|
||||
- %t: track number
|
||||
- %a: track artist
|
||||
- %n: track title
|
||||
@@ -198,7 +198,7 @@ class _CD(BaseCommand):
|
||||
|
||||
class Info(_CD):
|
||||
summary = "retrieve information about the currently inserted CD"
|
||||
description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip"
|
||||
description = ("Display MusicBrainz, CDDB/FreeDB, and AccurateRip "
|
||||
"information for the currently inserted CD.")
|
||||
eject = False
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ Verifies the image from the given .cue files against the AccurateRip database.
|
||||
class Image(BaseCommand):
|
||||
summary = "handle images"
|
||||
description = """
|
||||
Handle disc images. Disc images are described by a .cue file.
|
||||
Handle disc images. Disc images are described by a .cue file.
|
||||
Disc images can be verified.
|
||||
"""
|
||||
subcommands = {
|
||||
|
||||
Reference in New Issue
Block a user