Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 84d9aab

Browse files
committed
Fixes youtube-dl for start and end sounds
1 parent 6e7aa65 commit 84d9aab

File tree

1 file changed

+1
-1
lines changed
  • yogstation/code/controllers/subsystem

1 file changed

+1
-1
lines changed

yogstation/code/controllers/subsystem/ticker.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
log_world("Could not play lobby song because youtube-dl is not configured properly, check the config.")
7878
return
7979

80-
var/list/output = world.shelleo("[ytdl] --geo-bypass --format \"bestaudio\[ext=mp3]/best\[ext=mp4]\[height<=360]/bestaudio\[ext=m4a]/bestaudio\[ext=aac]\" --dump-single-json --no-playlist -- \"[selected_lobby_music]\"")
80+
var/list/output = world.shelleo("[ytdl] --config-location /bootstrapper/yt-dlp.conf -- \"[selected_lobby_music]\"")
8181
var/errorlevel = output[SHELLEO_ERRORLEVEL]
8282
var/stdout = output[SHELLEO_STDOUT]
8383
var/stderr = output[SHELLEO_STDERR]

0 commit comments

Comments
 (0)