* morituri/common/program.py:

Comment where we got the template variables from.
	* morituri/rip/cd.py:
	  Document the template variables.
This commit is contained in:
Thomas Vander Stichele
2010-07-08 21:37:49 +00:00
parent 941db66398
commit eebd632eef
3 changed files with 24 additions and 0 deletions

View File

@@ -36,6 +36,21 @@ from morituri.program import cdrdao, cdparanoia
class Rip(logcommand.LogCommand):
summary = "rip CD"
description = """
Rips a CD.
Tracks are named according to the track template:
- %t: track number
- %a: track artist
- %n: track title
- %s: track sort name
Discs are named according to the disc template:
- %A: album artist
- %S: album sort name
- %d: disc title
"""
def addOptions(self):
# FIXME: get from config
default = 0