spotDL exec command debug log
This commit is contained in:
@@ -247,7 +247,8 @@ def download_missing_tracks(self):
|
|||||||
app.logger.debug(f"Using proxy: {app.config['SPOTDL_PROXY']}")
|
app.logger.debug(f"Using proxy: {app.config['SPOTDL_PROXY']}")
|
||||||
command.append("--proxy")
|
command.append("--proxy")
|
||||||
command.append(app.config['SPOTDL_PROXY'])
|
command.append(app.config['SPOTDL_PROXY'])
|
||||||
|
|
||||||
|
app.logger.debug(f"Executing the spotDL command: {' '.join(command)}")
|
||||||
result = subprocess.run(command, capture_output=True, text=True, timeout=90)
|
result = subprocess.run(command, capture_output=True, text=True, timeout=90)
|
||||||
if result.returncode == 0:
|
if result.returncode == 0:
|
||||||
track.downloaded = True
|
track.downloaded = True
|
||||||
|
|||||||
Reference in New Issue
Block a user