Typo's, and fix up todo's
This commit is contained in:
parent
2ddb2b8a89
commit
2e57642aa3
6
DEV.md
6
DEV.md
|
@ -67,6 +67,6 @@ Refractor for better readability and usage
|
||||||
[GIT]
|
[GIT]
|
||||||
Add ci that runs clippy and builds in release mode
|
Add ci that runs clippy and builds in release mode
|
||||||
|
|
||||||
Constant todos:
|
### #13
|
||||||
TODO: Run code through clippy and fix any errors
|
[FEAT] - [assets](/assets/)
|
||||||
|
Make new icons for the app, preferably svg, except the app icon must be both svg and png
|
||||||
|
|
|
@ -10,7 +10,7 @@ The music is downloaded via [ytdlp](#Dependencies) and [spotdl](#Dependencies),
|
||||||
|
|
||||||
## Offline usage
|
## Offline usage
|
||||||
Your whole music library is downloaded to your music folder (unless its being ran in standalone mode). Saved in your selected format.
|
Your whole music library is downloaded to your music folder (unless its being ran in standalone mode). Saved in your selected format.
|
||||||
All of the info required to download your songs is stored in 1 file (!). So all you need to backup all of your music is just 1 relatively small file AND you get the added benefit of easily moving your music between devices with just 1 manifest file, 1 executable (and 3 [dependencies](#dependencies)). Just press `download all` and see as all of your playlists appear in your hard drive, powereded by Open Source software.
|
All of the info required to download your songs is stored in 1 file (!). So all you need to backup all of your music is just 1 relatively small file AND you get the added benefit of easily moving your music between devices with just 1 manifest file, 1 executable (and 3 [dependencies](#dependencies)). Just press `download all` and see as all of your playlists appear in your hard drive, powered by Open Source software.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
[ffmpeg](https://ffmpeg.org/): To convert your music files to your desired format.
|
[ffmpeg](https://ffmpeg.org/): To convert your music files to your desired format.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user