Changeset 451
- Timestamp:
- 22-05-11 13:10:26 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
morituri/rip/cd.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r450 r451 1 2011-05-22 Thomas Vander Stichele <thomas at apestaart dot org> 2 3 patch by: Loïc Minier <lool@dooz.org> 4 5 * morituri/rip/cd.py: 6 Don't strip extension of HTOA track. 7 Fixes #50. 8 1 9 2011-05-22 Thomas Vander Stichele <thomas at apestaart dot org> 2 10 -
trunk/morituri/rip/cd.py
r442 r451 278 278 u = u'#EXTINF:%d,%s\n' % ( 279 279 itable.getTrackStart(1) / common.FRAMES_PER_SECOND, 280 os.path.basename(htoapath [:-4]))280 os.path.basename(htoapath)) 281 281 handle.write(u.encode('utf-8')) 282 282 u = '%s\n' % os.path.basename(htoapath)
Note: See TracChangeset
for help on using the changeset viewer.
