-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.yaml
56 lines (43 loc) · 2.22 KB
/
settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Proxy:
Host: "http://localhost"
Port: 7890
Apperance:
Taskbar Height: 70
# Adjust this so the system tray icons are not covered
Leftout Width: 600
Lyrics:
Folder: lyrics
Global Offset: 0
# Available Provider Options: Spotify, Lrclist, NetEase, Musixmatch, Deezer, Megalobiz
# (Note) Track ID is needed to get lyrics from Spotify. Spotify lyrics can be out of sync at a lot of times, but it prevents mixing up lyrics from different versions.
# Spotify lyrics are prioritized over other providers. Other providers are prioritized in the order they are listed.
Providers:
- Lrclib
- NetEase
- Musixmatch
- Deezer
- Megalobiz
# If use Spotify lyrics, you need to set SP_DC
SP_DC: ""
STT:
# Remember to escape "\" with another "\" in the path
Model Path: ""
# You can check available INPUT devices in Control Panel
Tracking Input: ""
Playing Info:
# Available Playing Info Options: Spicetify, System
# System: Use Windows Runtime API to get the current playing track. You can call them as frequently as you want, but the actual song progress information is updated every four second (at least on my pc, you are welcomed to test it on yours. I dont know whether its a winsdk thing). Song changes are instant, pausing can sometimes be delayed for whatever reason. Support many audio players. DOES NOT PROVIDE TRACK ID.
# Spicetify: (Recommended) Uses Spicetify websocket to get the current playing track. It's much more responsive than Spotify API, but it's only available for Spotify desktop client with Spicetify installed. DOES PROVIDE TRACK ID.
Provider: Spicetify
# If use Spicetify, you need to set the Spicetify websocket port. Default port is 8974 with provided script.
Spicetify Port: 8974
# Provider: System
# If use System, you need to set the tracking application. Here are some examples:
# Tracking App: Spotify.exe # For Spotify
# Tracking App: AppleInc.AppleMusicWin_nzyj5cx40ttqa!App # For Apple Music
# Tracking App: F0DC299D809B9700 # For Zen Browser
# Tracking App: TheBrowserCompany.Arc_ttt1ap7aakyb4!Arc # For Arc Browser
Themes:
Folder: themes
# Format "{relative file path minus '.py'} - {theme name}"
Default: "Default - LyricBar theme"