diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /jellycli/jellycli.yaml |
Initial Commit
Diffstat (limited to 'jellycli/jellycli.yaml')
-rw-r--r-- | jellycli/jellycli.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/jellycli/jellycli.yaml b/jellycli/jellycli.yaml new file mode 100644 index 0000000..e777549 --- /dev/null +++ b/jellycli/jellycli.yaml @@ -0,0 +1,38 @@ +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: "" |