FRESHMusicPlayer/README.md

45 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2021-04-26 18:56:52 -04:00
<img src="banner size.png" width="100%"/>
2020-12-04 19:37:32 -05:00
2021-04-26 18:39:04 -04:00
[**Support/Discussion Discord Server**](https://discord.gg/mFGFT8K) |
[**Website**](https://royce551.github.io/FRESHMusicPlayer) (screenshots, help, other info)
2020-12-04 19:37:32 -05:00
---
2021-04-26 18:39:04 -04:00
**Features**
2020-12-04 19:37:32 -05:00
- Supports most common formats
- Create/edit playlists
- Mini Player
- Tag Editor
- Integrates with SMTC and Discord
**Install**
2021-04-26 18:56:52 -04:00
| 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/)
2020-12-04 19:37:32 -05:00
---
**Also check out these cool music players made by other people in the b&B community!**
2021-04-26 18:56:52 -04:00
- [**Firetail**](https://github.com/kawuchuu/firetail) by kawuuchu
- [**theBeat**](https://github.com/vicr123/thebeat) by Victor Tran
- [**Erable**](https://github.com/aleeproductions/Erable) by Alee
2020-12-04 19:37:32 -05:00
2021-04-26 18:39:04 -04:00
---
**Development Info**
2021-04-26 18:56:52 -04:00
FRESHMusicPlayer - WPF frontend
2021-04-26 18:39:04 -04:00
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.
2021-04-26 18:56:52 -04:00
The core audio playing code is in a [separate repository.](https://github.com/royce551/freshmusicplayer-core)
2021-04-26 18:39:04 -04:00
2020-12-04 19:37:32 -05:00
---
> Licensed under the GNU General Public License, version 3.
> See the [LICENSE](LICENSE) file for more information.