mirror of
https://github.com/talwat/lowfi
synced 2025-09-09 18:20:50 +00:00
chore: update README.md (#96)
* chore: Update README.md updated the custom tracklists section with the proper command * Update README.md
This commit is contained in:
parent
f6ec3bb1fe
commit
d2c8bdb8aa
@ -176,7 +176,7 @@ where more information can be found by running `lowfi help scrape`.
|
||||
|
||||
Some nice users, especially [danielwerg](https://github.com/danielwerg),
|
||||
have aleady made alternative track lists located in the [data](https://github.com/talwat/lowfi/blob/main/data/)
|
||||
directory of this repo. You can use them with lowfi by using the `--tracks` flag.
|
||||
directory of this repo. You can use them with lowfi by using the `--track-list` flag.
|
||||
|
||||
Feel free to contribute your own list with a PR.
|
||||
|
||||
@ -192,12 +192,12 @@ Feel free to contribute your own list with a PR.
|
||||
lowfi also supports custom track lists, although the default one from Lofi Girl
|
||||
is embedded into the binary.
|
||||
|
||||
To use a custom list, use the `--tracks` flag. This can either be a path to some file,
|
||||
To use a custom list, use the `--track-list` flag. This can either be a path to some file,
|
||||
or it could also be the name of a file (without the `.txt` extension) in the data
|
||||
directory, so on Linux it's `~/.local/share/lowfi`.
|
||||
|
||||
For example, `lowfi --tracks minipop` would load `~/.local/share/lowfi/minipop.txt`.
|
||||
Whereas if you did `lowfi --tracks ~/Music/minipop.txt` it would load from that
|
||||
For example, `lowfi --track-list minipop` would load `~/.local/share/lowfi/minipop.txt`.
|
||||
Whereas if you did `lowfi --track-list ~/Music/minipop.txt` it would load from that
|
||||
specified directory.
|
||||
|
||||
#### The Format
|
||||
|
Loading…
x
Reference in New Issue
Block a user