Typo's, and fix up todo's

This commit is contained in:
Gvidas Juknevičius 2024-10-10 02:20:33 +03:00
parent 2ddb2b8a89
commit 2e57642aa3
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
2 changed files with 4 additions and 4 deletions

6
DEV.md
View File

@ -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

View File

@ -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.