aexyzk / sillyosc

Shows system status (e.g. CPU, GPU, and RAM usage), currently playing music, and local time on Discord RPC, and VRChat OSC chatbox!

Home Page:https://aexyzk.github.io/sillyosc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silly OSC

program logo

discord example vrchat example

Default locaions

Appdata: C:\Users\<username>\AppData\Roaming\SillyOSC\config.silly

Install Location: C:\Program Files (x86)\SillyOSC\SillyOSC\

Example Config

0            // Media Player Index; 0 is Disabled, 1 is Spotify, 2 is Winamp, 3 is MPD
<discord id> // Get the ID from below
127.0.0.1    // OSC Address; if you are on Quest/Pico make sure this is the local address for it
9000         // OSC Port; This is the default port of VRChat
True         // 24 Hour time toggle
False        // Scroll Music toggle

How to get Discord RPC ID

  1. Go to Discord Dev Hub https://discord.com/developers/applications
  2. Create a new app
  3. Call it whatever you want to show up on discord
  4. Copy the Client ID
  5. Open SillyOSC and Paste it into the 'Discord ID' section

Things To Do

  • Memory Status
  • GPU Status
  • CPU Status
  • Add Spotify Support
  • Add Winamp Support
  • Add the settings Menu
  • Try to fix the button highlights
  • Save settings
  • Make Errors show up at the bottom of the program
  • Discord RPC
  • VRChat OSC
  • Local Time
  • GUI
  • Make a web page for this
  • Create installer and portable versions
  • Add MPD Support
  • Add Browser Support

About

Shows system status (e.g. CPU, GPU, and RAM usage), currently playing music, and local time on Discord RPC, and VRChat OSC chatbox!

https://aexyzk.github.io/sillyosc


Languages

Language:C# 89.0%Language:Python 11.0%