SongRec/Internal formats/song history.csv: Difference between revisions
Appearance
Created page with "The <code>song_history.csv</code> file of SongRec is saved, under Linux, at the <code>~/.local/share/songrec/song_history.csv</code> path by default, when using an unsandboxed environment. It uses the [https://en.wikipedia.org/wiki/Comma-separated_values CSV format]. == Save location == (WIP 2026-05-06) == Variables == (WIP 2026-05-06)" |
|||
| Line 4: | Line 4: | ||
== Save location == | == Save location == | ||
(WIP 2026-05-06) | (WIP 2026-05-06) | ||
The location for the <code>song_history.csv</code> file is calculated through the <code>[https://github.com/marin-m/SongRec/blob/7ab23d0/src/utils/filesystem_operations.rs#L19 obtain_recognition_history_csv_path]</code> function of <code>[https://github.com/marin-m/SongRec/blob/7ab23d0/src/utils/filesystem_operations.rs src/utils/filesystem_operations.rs]</code>. | |||
Relevant code: | |||
== Variables == | == Variables == | ||
(WIP 2026-05-06) | (WIP 2026-05-06) | ||
Revision as of 07:19, 6 May 2026
The song_history.csv file of SongRec is saved, under Linux, at the ~/.local/share/songrec/song_history.csv path by default, when using an unsandboxed environment.
It uses the CSV format.
Save location
(WIP 2026-05-06)
The location for the song_history.csv file is calculated through the obtain_recognition_history_csv_path function of src/utils/filesystem_operations.rs.
Relevant code:
Variables
(WIP 2026-05-06)