* morituri/image/table.py:

Update .cue writing:
	  - customise program name
	  - add DISCID
	  - use counter for FILE lines
	  - put FILE line before TRACK if track does not have INDEX 00
	  Take counter into account for setFile
	* examples/readdisc.py:
	  Add --track-template.
	  Pass counter to setFile.
This commit is contained in:
Thomas Vander Stichele
2009-05-15 08:08:22 +00:00
parent 0c5373851f
commit 5cae5cf60f
3 changed files with 73 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
2009-05-15 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py:
Update .cue writing:
- customise program name
- add DISCID
- use counter for FILE lines
- put FILE line before TRACK if track does not have INDEX 00
Take counter into account for setFile
* examples/readdisc.py:
Add --track-template.
Pass counter to setFile.
2009-05-14 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/image/table.py: