Jump to content

SongRec/Internal formats/preferences.toml: Difference between revisions

From Fossplant
Created page with "The <code>preferences.toml</code> file of SongRec is saved, under Linux, at the <code>~/.config/songrec/preferences.toml</code> path by default, when using an unsandboxed environment. It uses the [https://toml.io/fr/ TOML] format. (WIP 2026-05-05)"
 
No edit summary
Line 2: Line 2:


It uses the [https://toml.io/fr/ TOML] format.
It uses the [https://toml.io/fr/ TOML] format.
It is written through by the [https://github.com/marin-m/SongRec/blob/main/src/core/preferences.rs <code>src/core/preferences.rs</code>] utility file.


(WIP 2026-05-05)
(WIP 2026-05-05)

Revision as of 21:08, 5 May 2026

The preferences.toml file of SongRec is saved, under Linux, at the ~/.config/songrec/preferences.toml path by default, when using an unsandboxed environment.

It uses the TOML format.

It is written through by the src/core/preferences.rs utility file.

(WIP 2026-05-05)