diff options
author | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 |
commit | 5e74241bb8b2a672a7adcc4a8b6e1dea03f2f5a2 (patch) | |
tree | 24768273a6578345dfe530918c54c86db90a3e11 /jellycli | |
parent | 7a2dd5235800003487d43c57d1b76847c692bce4 (diff) |
remove unnecessary cruftminor
Diffstat (limited to 'jellycli')
-rw-r--r-- | jellycli/jellycli.yaml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/jellycli/jellycli.yaml b/jellycli/jellycli.yaml deleted file mode 100644 index e777549..0000000 --- a/jellycli/jellycli.yaml +++ /dev/null @@ -1,38 +0,0 @@ -gui: - debug_mode: false - double_click_ms: 220 - enable_filtering: false - enable_results_filtering: true - enable_sorting: false - limit_recently_played: true - mouse_enabled: true - pagesize: 100 - search_results_limit: 30 - search_types: - - Artist - - Album - - Song - - Playlist - volume_steps: 20 -jellyfin: - device_id: "" - music_view: "" - server_id: "" - token: "" - url: "" - userid: "" -player: - audio_buffering_ms: 150 - enable_local_cache: false - enable_remote_control: true - http_buffering_limit_mem: 20 - http_buffering_s: 5 - local_cache_dir: /home/zachir/.cache/jellycli - logfile: /tmp/jellycli.log - loglevel: info - server: jellyfin -subsonic: - salt: "" - token: "" - url: "" - username: "" |