A SoundCloud Client with Discord Rich Presence, Dark Mode, Last.fm and AdBlock support
For the latest version of soundcloud-rpc, download the installer or executable file from the latest release page.
Note
If you encounter a "Damaged App" popup after installation, run the following command in the terminal to resolve the issue:
xattr -dr com.apple.quarantine /Applications/soundcloud.app
After running this command, the app should launch without any problem.
Before installing and running this app, you must have Node.js installed on your machine.
- Clone this repository to your local machine
- Run
npm installto install the required dependencies. - Run
npm buildto build the application.
Press F1 to open the application menu, which provides access to various settings and features.
Quick Reference:
- F1 - Open Settings
- Ctrl/Cmd + R - Refresh the current page
- Ctrl/Cmd + B - Go back to the previous page
- Ctrl/Cmd + F - Go forward to the next page
- Ctrl/Cmd + = - Zoom in
- Ctrl/Cmd + - - Zoom out
- Ctrl/Cmd + 0 - Reset zoom
- @xhayper/discord-rpc - Discord Rich Presence integration
- Electron - Framework for building cross-platform desktop applications
- electron-builder - Tool for packaging and distributing Electron applications
- @ghostery/adblocker-electron - Ad blocking functionality
- electron-store - Data persistence
- electron-updater - Auto-update functionality
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.
This project is licensed under the MIT License. See the LICENSE file for details.