Update README.md

added example progress bar.
This commit is contained in:
evilchili 2022-12-22 00:28:47 -08:00 committed by GitHub
parent 64925a4b1e
commit a4d56c44c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,12 @@ Before creating playlists, you must scan your media and build a database of trac
groove scan
```
This may take a long time depending on the size of your library and the capabilities of your system. Progress will be displayed as the scan progresses.
This may take a long time depending on the size of your library and the capabilities of your system. Progress will be displayed as the scan progresses:
<pre>
groove&gt; scan
1:27:34 <font color="#70BC45">━━━━━━━━━━━━━━━</font> <font color="#70BC45">100%</font> <font color="#555555">|</font> <font color="#70BC45"> 29946</font> <font color="#F1F2F6"><b>total</b></font> <font color="#555555">|</font> <font color="#70BC45"> 29946</font> <font color="#F1F2F6"><b>new</b></font> <font color="#555555">|</font> <font color="#F1F2F6">Scan of </font><font color="#9999FF">/mnt/grunt/music/FLAC</font><font color="#F1F2F6"> complete!</font>
</pre>
## Start the Interactive Shell