diff --git a/DEV.md b/DEV.md index 91df2ea..6095da5 100644 --- a/DEV.md +++ b/DEV.md @@ -67,6 +67,6 @@ Refractor for better readability and usage [GIT] Add ci that runs clippy and builds in release mode -Constant todos: -TODO: Run code through clippy and fix any errors - +### #13 +[FEAT] - [assets](/assets/) +Make new icons for the app, preferably svg, except the app icon must be both svg and png diff --git a/README.md b/README.md index aef6189..175d631 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The music is downloaded via [ytdlp](#Dependencies) and [spotdl](#Dependencies), ## Offline usage 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 [ffmpeg](https://ffmpeg.org/): To convert your music files to your desired format.