* morituri/program/cdparanoia.py:

* morituri/test/test_program_cdparanoia.py:
	  Add a task that can analyze the drive for whether it defeats
	  the audio cache.
	* morituri/result/result.py:
	* morituri/rip/cd.py:
	  Make it possible to store whether a drive defeats audio cache
	  in the result.
	* morituri/rip/drive.py:
	  Add rip drive analyze command to analyze caching of a drive,
	  and store it in the config.
This commit is contained in:
Thomas Vander Stichele
2012-12-04 00:14:42 +00:00
parent cec7f71502
commit 4647d107a9
6 changed files with 150 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
2012-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:
* morituri/test/test_program_cdparanoia.py:
Add a task that can analyze the drive for whether it defeats
the audio cache.
* morituri/result/result.py:
* morituri/rip/cd.py:
Make it possible to store whether a drive defeats audio cache
in the result.
* morituri/rip/drive.py:
Add rip drive analyze command to analyze caching of a drive,
and store it in the config.
2012-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py: