Compare commits
1 Commits
f147bc55c6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0db071cc1 |
@@ -127,6 +127,13 @@ while not stopprogram:
|
|||||||
|
|
||||||
# .................................................................
|
# .................................................................
|
||||||
|
|
||||||
|
|
||||||
|
c=0
|
||||||
|
config.sequence.clear()
|
||||||
|
for m in allmp3s:
|
||||||
|
config.sequence.append(c)
|
||||||
|
c+=1
|
||||||
|
|
||||||
if not os.path.isfile(o_configfilename):
|
if not os.path.isfile(o_configfilename):
|
||||||
print("Createconf: \""+o_configfilename+"\":")
|
print("Createconf: \""+o_configfilename+"\":")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user