Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PouekDEV authored Feb 11, 2023
1 parent 94532ba commit 421e7b1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,25 @@ A Minimalistic Youtube Audio Player (MYAP)

# Installation
MYAP for now only supports Windows

- Download ffmpeg and ffprobe from here https://www.ffmpeg.org/
- Download MYAP latest release from here https://github.com/PouekDEV/MYAP/releases
### If you have ffmpeg installed
- Download MYAP latest release from [here](https://github.com/PouekDEV/MYAP/releases)
- Extract MYAP into a folder
### If you don't have ffmpeg installed
- Download MYAP latest release from [here](https://github.com/PouekDEV/MYAP/releases) with ffmpeg included (builds by [gyan.dev](https://www.gyan.dev/ffmpeg/builds/))
- Extract MYAP into a folder

# Screenshots
The App itself
### The App itself

![image](https://user-images.githubusercontent.com/64737924/211200492-55e93000-7a1b-4fa4-b855-1a1f135fd07b.png)

Discord Rich Presence
### Discord Rich Presence

![image](https://user-images.githubusercontent.com/64737924/212569442-7e128ba2-1bba-486f-b7aa-780ba17d3ddb.png)


(If you don't like having your music displayed on Discord as your status change line "enable_rich_presence" in config.toml to "false")
```
```TOML
enable_rich_presence = false
```

Expand Down

0 comments on commit 421e7b1

Please sign in to comment.