mirror of
https://github.com/tdeerenberg/Musort.git
synced 2025-07-16 00:54:19 +00:00
Update musort-docker.py
This commit is contained in:
@ -103,7 +103,7 @@ class Music:
|
|||||||
def set_format(self, val):
|
def set_format(self, val):
|
||||||
"""Sets the naming convention of the audio files
|
"""Sets the naming convention of the audio files
|
||||||
(ex. title-artist or artist-track-title)"""
|
(ex. title-artist or artist-track-title)"""
|
||||||
print(f"self format = {self.format}")
|
self.format = val.split(".")
|
||||||
|
|
||||||
# Rename files
|
# Rename files
|
||||||
def rename_music(self):
|
def rename_music(self):
|
||||||
|
Reference in New Issue
Block a user