* morituri/common/program.py:

Move getPath to Program.
	  Remove arguments to ripTrack that can be gotten from
	  trackResult.
	* morituri/rip/cd.py:
	  Continue without musicbrainz metadata.
	  Unify htoa and normal track ripping.
	* morituri/result/result.py:
	  Add getTrackResult so it's easier to look up track results
	  when there's a HTOA.
This commit is contained in:
Thomas Vander Stichele
2009-06-07 17:10:54 +00:00
parent df779bc8df
commit 2d892291a8
4 changed files with 154 additions and 142 deletions

View File

@@ -1,3 +1,16 @@
2009-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/program.py:
Move getPath to Program.
Remove arguments to ripTrack that can be gotten from
trackResult.
* morituri/rip/cd.py:
Continue without musicbrainz metadata.
Unify htoa and normal track ripping.
* morituri/result/result.py:
Add getTrackResult so it's easier to look up track results
when there's a HTOA.
2009-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/program.py: