https://github.com/zfi2/fl-studio-discord-rpc
A configurable FL Studio RPC for Discord!
https://github.com/zfi2/fl-studio-discord-rpc
csharp discord discord-rich-presence dotnet fl-studio rich-presence rpc
Last synced: 2 months ago
JSON representation
A configurable FL Studio RPC for Discord!
- Host: GitHub
- URL: https://github.com/zfi2/fl-studio-discord-rpc
- Owner: zfi2
- License: mit
- Created: 2024-01-08T01:06:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:40:18.000Z (3 months ago)
- Last Synced: 2025-03-13T05:14:33.683Z (2 months ago)
- Topics: csharp, discord, discord-rich-presence, dotnet, fl-studio, rich-presence, rpc
- Language: C#
- Homepage:
- Size: 4.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FL Studio Discord RPC
A simple, yet cool way to show off your FL Studio projects to your friends and others.
## Features
- Secret mode (meaning others can't see what project you're working on)
- Display optional accurate FL Studio version (ex. FL Studio 20.8.4.1873)
- A JSON-based easy-to-manage configuration system## Pros
- Very lightweight and resource efficient
- Uses only 3 external packages
- Almost everything is commented, so the code is easily manageable and readable## Cons
- No integration into actual FL Studio (meaning it must run in the background as a console app while FL Studio is running)
- Has very little features (as of now)## Screenshots


## Installation
You can either simply run the pre-compiled release, or build it yourself! I currently use .NET Framework 4.8.1 (although you could probably downgrade it if you build the project yourself)
## FeedbackIf you have any feedback, reach out to me on discord - my username is on my website, which is on my github profile
## Features that may (or may not) be added in the future
- Actual FL Studio integration
- Optional GUI Interface
- More features
## Packages used
[DiscordRichPresence](https://github.com/Lachee/discord-rpc-csharp)\
[Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)\
[Colorful.Console](https://github.com/tomakita/Colorful.Console)## License
This project is licensed under the [MIT](https://opensource.org/license/mit/) License - see the [LICENSE](LICENSE) file for details.