Jump to content

SongRec/Internal formats/song history.csv

From Fossplant

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)