* morituri/program/cdparanoia.py:

* morituri/rip/cd.py:
	  Handle another off-by-one error in the m3u handling.
	  Add a getTagList function.
	  Use it to encode tags.
This commit is contained in:
Thomas Vander Stichele
2009-06-01 12:53:14 +00:00
parent 0f7f60e1b1
commit 2b17b8e912
3 changed files with 66 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2009-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
* morituri/rip/cd.py:
Handle another off-by-one error in the m3u handling.
Add a getTagList function.
Use it to encode tags.
2009-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/encode.py: