Package Details: toutui-git 1-1

Git Clone URL: https://aur.archlinux.org/toutui-git.git (read-only, click to copy)
Package Base: toutui-git
Description: TUI Audiobookshelf client. Listen to your audiobooks and podcasts from your terminal.
Upstream URL: https://github.com/AlbanDAVID/Toutui
Keywords: aubiobook audiobookshelf client podcast tui
Licenses: GPL3
Conflicts: toutui, toutui-bin
Provides: toutui
Submitter: AlbDav
Maintainer: AlbDav
Last Packager: AlbDav
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-13 07:38 (UTC)
Last Updated: 2025-05-16 07:00 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

AlbDav commented on 2025-05-13 13:07 (UTC) (edited on 2025-05-13 13:07 (UTC) by AlbDav)

You will surely have this error :

use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo

I added options=(!debug !lto) (https://bbs.archlinux.org/viewtopic.php?id=294150) But it still does not work.

Maybe it's due to openssl = { version = "0.10.71", features = ["vendored"] } in Cargo.toml ?

If you have any idea how to solve the problem, let me know.

AlbDav commented on 2025-05-13 08:21 (UTC)

After the installation:

mkdir -p ~/.config/toutui

cp /usr/share/toutui/config.example.toml ~/.config/toutui/config.toml

Token encryption in the database (NOTE: replace 'secret'):

echo 'TOUTUI_SECRET_KEY=secret' >> ~/.config/toutui/.env

Latest Comments

AlbDav commented on 2025-05-13 13:07 (UTC) (edited on 2025-05-13 13:07 (UTC) by AlbDav)

You will surely have this error :

use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo

I added options=(!debug !lto) (https://bbs.archlinux.org/viewtopic.php?id=294150) But it still does not work.

Maybe it's due to openssl = { version = "0.10.71", features = ["vendored"] } in Cargo.toml ?

If you have any idea how to solve the problem, let me know.

AlbDav commented on 2025-05-13 08:21 (UTC)

After the installation:

mkdir -p ~/.config/toutui

cp /usr/share/toutui/config.example.toml ~/.config/toutui/config.toml

Token encryption in the database (NOTE: replace 'secret'):

echo 'TOUTUI_SECRET_KEY=secret' >> ~/.config/toutui/.env