Skip to content

richardhbtz/soundcloud-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundcloud-rpc - a SoundCloud Client with Discord Rich Presence, Dark Mode, and Adblocking Support

Preview

Preview Image

Installation

Release

For the latest version of soundcloud-rpc, download the installer or executable file from the latest release page.

Manual

Before installing and running this app, you must have Node.js installed on your machine.

  1. Clone this repository to your local machine
  2. Run npm install to install the required dependencies.
  3. Run npm start to launch the application.

Configuration

  • The application settings are stored locally using Electron's electron-store module.
  • Dark mode and adblocker settings can be toggled using keybinds.

Keybinds

Keybinding Description
F1 Toggles dark mode
F2 Toggles adblocker

Credits

  • The Discord Rich Presence integration is implemented using the discord-rpc package.
  • The Electron window is created using the Electron framework.
  • The executable is packed using electron-builder.

Contributing

Contributions to this project are welcome. If you find a bug or would like to suggest a new feature, please open an issue on this repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.