Status of the new Config #302
Replies: 2 comments 5 replies
-
@tramhao @myypo (because we are on the topic already, #314), what would be better for the |
Beta Was this translation helpful? Give feedback.
-
@hasezoey I can't state any strong preferences since I am not that knowledgeble in toml conventions, but in other languages I would have nested stuff. Like having On a separate note: |
Beta Was this translation helpful? Give feedback.
-
re #301 (& #214)
Over the last week i have been working on the new config, i still have some work to-do (like translating from the old config and integrating the new into the rest of the application) but the new toml layout should be finish (from my view), so i wanted to gather some feedback.
Please note that the new config is not 1:1 (1 to 1) the same as the previous config, i took the liberty of adding some more user-choice to some places and changing some defaults (like lower default volume to not accidentally blow ears out).
I also have some questions that i would like resolved before posting a PR:
what is the purpose ofplaylist_display_symbol
? it does not seem to be referenced anywhere (that is not the config itself or the config editor)After some more searching (and trying to remove it), i came to know that rust-analyzer just didnt show the references used in macros (like
format!()
), so it looked to me like it was unused (and had no proper documentation).TL;DR: this config option toggles whether "Loop Mode" will use text, or a symbol (ie
Mode: playlist
/Mode: 🔁
)esc
forescape
)(some aliases i would add would be (alias, key) (
esc
,escape
), (space
,ctrl
,control
), and maybe for the arrow keys without thearrow
prefix)i
andl
look quite similar in most common fonts, whereasI
andL
do not really look similar)(note that the parsing is case-insensitive)
new configs:
Server config default
Server config advanced options
TUI config default
the TUI config does not have as much "variability" as the server config in regards to alternatives (the only one currently being
com
can besame
or a actual entry like in the server config, if we in the future could allow the tui to run on another system)V1 config default as reference
Beta Was this translation helpful? Give feedback.
All reactions