Skip to main content

Session command

As an alternative to reviewing tunes selected by the CLI, you also get the opportunity to play tunes when others play them at sessions.

If you take a list of the tunes played in a session in a text file (one tune per line), you can upload the file and the last-reviewed date will be updated for each tune.

No review score is recorded against the tune but the last-reviewed date is later used to calculate when a review is due/overdue.

Quick start

As a minimum, navigate to the root directory of your vault and run the following command:

tune-review session --from-file "./path/to/file-listing-tunes-played-in-session.txt"

Options

FlagDefaultDescription
-h, --helpPrints help information
--vault PATH(Defaults to the current directory)Path to the Obsidian vault root
--store PATH(Defaults to /.tune-review/ within the current directory)Path to the review store JSON file
--dry-runDo not save any changes
--date YYYY-MM-DD(Defaults to today's date)Date the tunes were played
--from-file PATHPath to a file containing ids or titles (one per line)