Initial commit
This commit is contained in:
commit
b79d352847
37 changed files with 2191 additions and 0 deletions
45
home/cli/termusic/server.toml
Normal file
45
home/cli/termusic/server.toml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
version = "2"
|
||||
|
||||
[com]
|
||||
protocol = "uds"
|
||||
socket_path = "/tmp/termusic.socket"
|
||||
port = 50101
|
||||
address = "::1"
|
||||
|
||||
[player]
|
||||
music_dirs = ["/home/flygrounder/Музыка"]
|
||||
loop_mode = "playlist"
|
||||
volume = 30
|
||||
speed = 10
|
||||
gapless = true
|
||||
use_mediacontrols = true
|
||||
set_discord_status = false
|
||||
random_track_quantity = 20
|
||||
random_album_min_quantity = 5
|
||||
backend = "rusty"
|
||||
|
||||
[player.remember_position]
|
||||
music = "no"
|
||||
podcast = "yes"
|
||||
|
||||
[player.seek_step]
|
||||
short_tracks = 5
|
||||
long_tracks = 30
|
||||
|
||||
[podcast]
|
||||
concurrent_downloads_max = 3
|
||||
max_download_retries = 3
|
||||
download_dir = "/home/flygrounder/Музыка"
|
||||
|
||||
[backends.rusty]
|
||||
soundtouch = true
|
||||
file_buffer_size = "4.0 MiB"
|
||||
decoded_buffer_size = "750.0 KiB"
|
||||
output_sample_rate = 48000
|
||||
|
||||
[backends.mpv]
|
||||
audio_device = "auto"
|
||||
|
||||
[metadata]
|
||||
directory_scan_depth = 10
|
||||
artist_separators = [",", ";", "&", "ft.", "feat.", "/", "|", "×", "、", " x "]
|
||||
Loading…
Add table
Add a link
Reference in a new issue