nixos-config/home/cli/termusic/server.toml
2026-02-23 22:36:58 +03:00

45 lines
858 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 "]