19 Commits

Author SHA1 Message Date
William Berg
e4095949e6 Added missing parenthesis 2025-05-10 14:56:29 +02:00
Thomas Frans
6de5d83c31 docs: remove remaining password manager documentation (#1573) 2024-12-30 16:25:05 +01:00
e5
75d6b946f7 feat: add %artist formatting option
* add %artist formating option to only show one artist

* add %artist formatting option to only show one artist + docs

* punctuation.
2024-12-29 22:07:12 +01:00
Henrik Friedrichsen
8638ee3cd5 chore(auth): Remove credential program leftovers
With the OAuth2 flow being default now the logic to fetch login credentials via
external programs (i.e. `pass`) has become obsolote.

This change removes documentation/config leftovers.
2024-12-22 19:01:51 +01:00
Thomas Frans
56b4fab79c fix: missing automatic man page generation for subcommands
The main man page would point to man pages for subcommands, which
weren't created automatically by the man page xtask.
2024-11-09 10:04:38 +01:00
Jérôme Lécuyer
2547a4f723 docs: Rename ap-port option as ap_port (#1477)
* docs: Rename `ap-port` option as `ap_port`

The option is named `ap-port` in librespot.

The option is named [`ap_port` in ConfigValues](9624c03264/src/config.rs (L105)).

In ncspot/config.toml
`ap-port = 443` does nothing, librespot uses port 4070
`ap_port = 443` librespot uses HTTPS

* chore(docs): Rename `ap_port` option in CHANGELOG
2024-07-13 11:38:55 +02:00
Thomas Frans
5cb25fbf56 docs: add Snapcraft installation source
The Snapcraft installation method was removed in the past as the package
disappeared from Snapcraft. It seems to be back and maintained, so it
should be back in the documentation.
2024-04-04 21:57:41 +02:00
gilcu3
9624c03264 feat(config): Allow users to set AP port (#1420)
* added support for ap-port conf

* chore: Reindent table

* feat: Only set `ap_port` in session config if supplied by user

* docs: Update CHANGELOG

---------

Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
2024-03-30 19:03:29 +01:00
darkylein
2a0f36f838 docs: Add quotes around repeat values 2024-03-15 17:33:02 +01:00
Vladimir Budylnikov
d4db350000 docs: Add winget installation info
add winget info
2024-02-18 11:31:39 +01:00
Thomas Frans
0cee99ba4c feat: add info command line subcommand (#1330)
* feat: add `info` command line subcommand

Adding an info command allows the documentation to refer to it when
mentioning platform specific information. This gives users a nicer
experience since they don't need to think about how `ncspot` will behave
on their system, but can run `ncspot info` to get that information.

* fix: info command don't create runtime directory

* fix: don't print runtime path on Windows

Windows doesn't use the runtime path so it shouldn't be printed there.

* fix: make `info` command easier to parse

* docs: add back the default configuration directory
2023-11-27 08:43:55 +01:00
Thomas Frans
fcf68995cb fix!: create IPC socket in user runtime directory (#1313)
Each user has their own runtime directory at `/run/user/<uid>`. Creating
the IPC socket in there makes sure it is cleaned up regardless of
whether `ncspot` exits normally.

BREAKING CHANGE: move IPC socket location
2023-10-28 18:43:33 +02:00
Arthur McLain
01e01b59e4 docs: update users.md (#1274)
* Update users.md

* Reformat table

---------

Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
2023-09-10 22:41:37 +02:00
Henrik Friedrichsen
7d9faa7b59 Document add current and save current 2023-07-24 01:32:49 +02:00
cyqsimon
9709c73324 Recommend Ueberzug++ 2023-07-22 12:34:14 +02:00
Thomas Frans
21c26abaa3 docs: add cargo installation method
Since people were having problems when installing from crates.io, it
would be nice to document it to prevent further problems.
2023-06-07 21:06:55 +02:00
Thomas Frans
3587aa1441 docs: remove Snapcraft installation source
The Snapcraft package seems to have been removed. Therefore the links in
the documentation should also be removed.
2023-06-07 21:06:31 +02:00
David Pedersen
ff01074666 Add 'browse' to 'library_tabs' docs (#1096) 2023-03-24 09:14:34 +01:00
Thomas Frans
5179859538 Update README (#1089)
* Update README.

* Update README version 2.
2023-03-20 23:00:19 +01:00