* morituri/common/common.py:

Add shrinkPath to write shorter path names.
	* morituri/test/test_common_common.py (added):
	  Add test.
	* morituri/program/cdparanoia.py:
	  Catch ENAMETOOLONG and shrink path.
	* morituri/common/program.py:
	  Update track result's filename if it was shrunk.
	* morituri/rip/cd.py:
	  set the possibly shrunk path on the result.
This commit is contained in:
Thomas Vander Stichele
2011-09-18 15:19:45 +00:00
parent 4fdfb7f58c
commit 2c27b73d09
6 changed files with 78 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
2011-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/common.py:
Add shrinkPath to write shorter path names.
* morituri/test/test_common_common.py (added):
Add test.
* morituri/program/cdparanoia.py:
Catch ENAMETOOLONG and shrink path.
* morituri/common/program.py:
Update track result's filename if it was shrunk.
* morituri/rip/cd.py:
set the possibly shrunk path on the result.
2011-09-18 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py: