@@ -60,8 +60,28 @@ If you wish to package the app yourself:
6060# # 4. Usage
6161
6262- Run the file with the instructions from [Running](# 3-getting-started).
63- - To see more instructions run the program with the ** -h** or ** --help** flag
64-
63+ - These are all the possible flags:
64+ ` ` ` text
65+ -h, --help show this help message and exit
66+ -v, --version show program' s version number and exit
67+ -l, --lyrics Display the lyrics of the song fetched.
68+ -hi, --history Show the history of fetched songs.
69+ -hic, --history-clear
70+ Clear all the history of fetched songs.
71+ -r, --remove REMOVE Remove a song from the history by it' s title.
72+ -d, --duration DURATION
73+ The default duration of each audio sample to be taken in seconds.
74+ -t, --total TOTAL The total amount of time to listen for in seconds.
75+ -inc, --increase INCREASE
76+ Increase the duration of each audio sample to be taken in seconds.
77+ -i, --infinite Keep trying until interrupted.
78+ -s, --size SIZE The size of the cover art.
79+ --debug Debug mode.
80+ -ve, --verbosity VERBOSITY
81+ Set the verbosity level of debug (will only have affect if debug is on).
82+ --disable-stdout Disable stdout and remove it from log.
83+ --log Log all the output in sngfetch_i.log in the current directory (recommended to use in conjunction with disable-stdout).
84+ ` ` `
6585---
6686
6787# # 5. Examples
@@ -76,7 +96,7 @@ If you wish to package the app yourself:
7696! [History](./examples/example_2.png)
7797
7898# ## Demo Video
79- [! [Demo Video](./examples/sngfetch-thumbnail.jpg)](https://raspi.kladnik.cc/sngfetch_example_video )
99+ [! [Demo Video](./examples/sngfetch-thumbnail.jpg)](https://github.com/user-attachments/assets/c502f39e-44da-4ccb-84fa-c84136c46a79 )
80100
81101---
82102
0 commit comments