Browse Source

support CATALOG header line...

[git-p4: depot-paths = "//depot/": change = 1578]
main
John-Mark Gurney 14 years ago
parent
commit
a44fbc263d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cdrtoc.py

+ 2
- 0
cdrtoc.py View File

@@ -58,6 +58,8 @@ def parsetoc(toc):
if state == 0: if state == 0:
if i in types: if i in types:
r['type'] = i r['type'] = i
elif key == 'CATALOG':
r['catalog'] = decodestr(i, i.index('"') + 1)
elif key == 'CD_TEXT': elif key == 'CD_TEXT':
state = 1 state = 1
if track == 0: if track == 0:


Loading…
Cancel
Save