This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
pymeds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
support CATALOG header line...
[git-p4: depot-paths = "//depot/": change = 1578]
main
John-Mark Gurney
14 years ago
parent
669aed0f46
commit
a44fbc263d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
cdrtoc.py
+ 2
- 0
cdrtoc.py
View File
@@ -58,6 +58,8 @@ def parsetoc(toc):
if state == 0:
if i in types:
r['type'] = i
elif key == 'CATALOG':
r['catalog'] = decodestr(i, i.index('"') + 1)
elif key == 'CD_TEXT':
state = 1
if track == 0:
Write
Preview
Loading…
Cancel
Save