We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51711e0 commit e123da7Copy full SHA for e123da7
config.toml
@@ -21,11 +21,11 @@ TF2LaunchArguments = '''
21
[VLC]
22
# Path to VLC Media Player
23
VLCPath = 'C:\Program Files\VideoLAN\VLC\vlc.exe'
24
-# Path to your Christmas playlist
+# Path to your music playlist
25
PlaylistPath = 'E:\Hella Gud Christmas Playlist\christmas.m3u8'
26
# Port for VLC to start its web server on
27
VLCPort = 9090
28
[Other]
29
# Milliseconds between checking console.log and VLC Media Player's status, recommended values range from 100 to 1000
30
# Values above 1000 will be clamped to prevent issues with communicating to VLC
31
-RefreshMilliseconds = 400
+RefreshMilliseconds = 400
0 commit comments