|
@ -245,9 +245,8 @@ def main(): |
|
|
else: |
|
|
else: |
|
|
assert False, "unhandled option" |
|
|
assert False, "unhandled option" |
|
|
|
|
|
|
|
|
if cache: |
|
|
makeCoverCache(library, os.path.join(songbook_cache_home, 'images')) |
|
|
makeCoverCache(os.path.join(songbook_cache_home, 'images')) |
|
|
if songbook and output: |
|
|
elif songbook and output: |
|
|
|
|
|
f = open(songbook) |
|
|
f = open(songbook) |
|
|
sb = json.load(f) |
|
|
sb = json.load(f) |
|
|
f.close() |
|
|
f.close() |
|
|