Menu

Tree [00191d] master 1.2 /
 History

HTTPS access


File Date Author Commit
 Properties 2024-02-08 michioxd michioxd [bf35c0] 1.1
 Resources 2024-02-08 michioxd michioxd [bf35c0] 1.1
 Theme 2024-02-08 michioxd michioxd [a4f928] update theme
 Utils 2024-02-09 michioxd michioxd [00191d] 1.2
 dependencies 2024-02-08 michioxd michioxd [e78dee] update
 .gitattributes 2024-02-07 michioxd michioxd [6fff3c] Add .gitattributes, .gitignore, README.md, and ...
 .gitignore 2024-02-08 michioxd michioxd [e78dee] update
 CodeDependencies.iss 2024-02-08 michioxd michioxd [e78dee] update
 LICENSE.txt 2024-02-07 michioxd michioxd [ed4ac3] bruh
 MainForm.Designer.cs 2024-02-09 michioxd michioxd [00191d] 1.2
 MainForm.cs 2024-02-09 michioxd michioxd [00191d] 1.2
 MainForm.resx 2024-02-07 michioxd michioxd [ed4ac3] bruh
 Program.cs 2024-02-07 michioxd michioxd [ed4ac3] bruh
 README.md 2024-02-08 michioxd michioxd [e78dee] update
 TinyDRPC.csproj 2024-02-09 michioxd michioxd [00191d] 1.2
 TinyDRPC.iss 2024-02-09 michioxd michioxd [00191d] 1.2
 TinyDRPC.sln 2024-02-07 michioxd michioxd [cabe36] Add project files.
 build.bat 2024-02-08 michioxd michioxd [5e00ec] add message when start daemon on system tray

Read Me

TinyDRPC

Tiny Discord Rich Presence Client, customize your "Playing" status, written in C# using discord-rpc-csharp

image

image

Features

  • Top and bottom text

image

  • Button (max 2)

image

  • Large/small image

image

  • Minimize to tray icon

image

  • Run on startup
  • Save running state for next startup

Usage

  • Download setup from release page.
  • Install it then run it (or you can download portable version).
  • Customize setting for your own.

Development

  • Required Visual Studio 2022 and .NET SDK 8.0 installed

Building

  • Make sure you have iscc.exe (Inno Setup Compiler), 7z, and dotnet (remember add to PATH if you don't have)
  • Run build.bat

Tutorial

How to custom "Playing \<your wanted name>"

  • Go to Configuration tab.
  • Enter your Discord App ID (don't have?, create one).
  • If daemon is running, stop it then start again.

How to get Discord App ID

image

  • Enter a name you want.

image

  • You will be redirected to that application, scroll down to APPLICATION ID, copy it

image

  • That it!

How to get Image key

  • Go to Discord Developer Portal.
  • Choose your application (make sure that application is the same with your App ID).
  • At sidebar, choose Rich Presence > Art Assets

image

  • Add a image, then save change. The image key is your name file (without extension) you uploaded. You can rename it if you want :)
  • Copy that name (key) and enjoy!

License

MIT License

Authors

michioxd