mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Update README.md
This commit is contained in:
parent
5f2915cf77
commit
9793438dbd
1 changed files with 16 additions and 8 deletions
22
README.md
22
README.md
|
@ -1,4 +1,4 @@
|
||||||
<img src="banner size.svg" width="100%"/>
|
<img src="banner size.png" width="100%"/>
|
||||||
|
|
||||||
[**Support/Discussion Discord Server**](https://discord.gg/mFGFT8K) |
|
[**Support/Discussion Discord Server**](https://discord.gg/mFGFT8K) |
|
||||||
[**Website**](https://royce551.github.io/FRESHMusicPlayer) (screenshots, help, other info)
|
[**Website**](https://royce551.github.io/FRESHMusicPlayer) (screenshots, help, other info)
|
||||||
|
@ -13,14 +13,22 @@
|
||||||
- Integrates with SMTC and Discord
|
- Integrates with SMTC and Discord
|
||||||
|
|
||||||
**Install**
|
**Install**
|
||||||
You can grab an installer or a standalone version [here.](https://github.com/Royce551/FRESHMusicPlayer/releases/latest)
|
| Operating System | |
|
||||||
|
|:----------------------------|:-------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
|Windows - Installed |Grab the `.exe` file from [here.](https://github.com/Royce551/FRESHMusicPlayer/releases/latest) |
|
||||||
|
|Windows - Standalone |Grab the `.zip` file from [here.](https://github.com/Royce551/FRESHMusicPlayer/releases/latest) |
|
||||||
|
|Windows - For weird IT people|Grab the `.msi` file from [here.](https://github.com/Royce551/FRESHMusicPlayer/releases/latest) |
|
||||||
|
|macOS |Grab the `macos` file from [here.](https://drive.google.com/drive/folders/1VgI9xZmERlkMpzdtca9paK4eH2JDHb_x?usp=sharing) |
|
||||||
|
|Linux |Grab the `linux` file from [here.](https://drive.google.com/drive/folders/1VgI9xZmERlkMpzdtca9paK4eH2JDHb_x?usp=sharing) |
|
||||||
|
* The macOS and Linux versions are currently under development and won't be the most stable experience.
|
||||||
|
* The macOS version is smashed, will figure out how to fix eventually
|
||||||
|
* Due to a bug with Avalonia, the Linux version will crash on startup if you don't have certain Microsoft fonts. You can grab them [here.](https://aur.archlinux.org/packages/ttf-ms-fonts/)
|
||||||
---
|
---
|
||||||
|
|
||||||
**Also check out these cool music players made by other people in the b&B community!**
|
**Also check out these cool music players made by other people in the b&B community!**
|
||||||
- [**Firetail**](https://github.com/projsh/firetail)
|
- [**Firetail**](https://github.com/kawuchuu/firetail) by kawuuchu
|
||||||
- [**theBeat**](https://github.com/vicr123/thebeat)
|
- [**theBeat**](https://github.com/vicr123/thebeat) by Victor Tran
|
||||||
- [**Alee Audio Player**](https://github.com/aleeproductions/Alee-Audio-Player)
|
- [**Erable**](https://github.com/aleeproductions/Erable) by Alee
|
||||||
|
|
||||||
---
|
---
|
||||||
**Development Info**
|
**Development Info**
|
||||||
|
@ -28,7 +36,7 @@ FRESHMusicPlayer - WPF frontend
|
||||||
FRESHMusicPlayer-Avalonia - Avalonia frontend
|
FRESHMusicPlayer-Avalonia - Avalonia frontend
|
||||||
|
|
||||||
You'll need the .NET Framework 4.7.2 Developer Pack to work with FRESHMusicPlayer and .NET 5.0 SDK to work with FRESHMusicPlayer-Avalonia.
|
You'll need the .NET Framework 4.7.2 Developer Pack to work with FRESHMusicPlayer and .NET 5.0 SDK to work with FRESHMusicPlayer-Avalonia.
|
||||||
FRESHMusicPlayer's core audio playing code is in a [separate repository.](https://github.com/royce551/freshmusicplayer-core)
|
The core audio playing code is in a [separate repository.](https://github.com/royce551/freshmusicplayer-core)
|
||||||
|
|
||||||
---
|
---
|
||||||
> Licensed under the GNU General Public License, version 3.
|
> Licensed under the GNU General Public License, version 3.
|
||||||
|
|
Loading…
Reference in a new issue