Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lyrics entry to ncmpcpp #402

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions programs/ncmpcpp.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"path": "$HOME/.ncmpcpp",
"movable": true,
"help": "Supported by default.\n\nYou can move the directory to _$XDG_CONFIG_HOME/ncmpcpp_.\n\nNote that the _error.log_ file will still be created at the old location. To avoid that, set `ncmcpp_directory` in your config file.\n"
},
{
"path": "$HOME/.lyrics",
"movable": true,
"help": "This directory is where _ncmpcpp_ stores lyrics by default, for other _mpd_ clients also use this default path. You can move it to elsewhere, say `$XDG_CONFIG_HOME/lyrics`, but it works __only if you only use _ncmpcpp___.\n\nSupposed your `$XDG_CONFIG_HOME` is set to `~/.local/share`.\nPut the following to your _ncmpcpp_ configuration, usually `$XDG_CONFIG_HOME/ncmpcpp/config`\n\n```\nlyrics_directory = ~/.local/share/lyrics\n```\n\n"
}
]
}
Loading