Changeset 451


Ignore:
Timestamp:
22-05-11 13:10:26 (2 years ago)
Author:
thomas
Message:

patch by: Loïc Minier <lool@…>

  • morituri/rip/cd.py: Don't strip extension of HTOA track. Fixes #50.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r450 r451  
     12011-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 
    192011-05-22  Thomas Vander Stichele  <thomas at apestaart dot org> 
    210 
  • trunk/morituri/rip/cd.py

    r442 r451  
    278278            u = u'#EXTINF:%d,%s\n' % ( 
    279279                itable.getTrackStart(1) / common.FRAMES_PER_SECOND, 
    280                     os.path.basename(htoapath[:-4])) 
     280                    os.path.basename(htoapath)) 
    281281            handle.write(u.encode('utf-8')) 
    282282            u = '%s\n' % os.path.basename(htoapath) 
Note: See TracChangeset for help on using the changeset viewer.