Skip to content

Commit

Permalink
Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
BitesizedLion committed Dec 21, 2022
1 parent ac03daf commit d3115dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TidalRPC

**NOTICE: versioning is `major.minor.revision.build`**

TidalRPC is a program that uses Tidal's SteelSeries integration to display Discord Rich Presence.

It is not compatible with SteelSeries Engine software.
Expand All @@ -8,6 +10,8 @@ The way it works is, it runs a web server on port 3650 (by default) which Tidal

To change the port, you need to go to `%programdata%\SteelSeries\SteelSeries Engine 3\coreProps.json`.

### If you want to support the development of TidalRPC, you can donate at [https://www.buymeacoffee.com/caspr](https://www.buymeacoffee.com/caspr).

## Features

- Basic RPC Functionality
Expand All @@ -16,10 +20,6 @@ To change the port, you need to go to `%programdata%\SteelSeries\SteelSeries Eng
- Toggle RPC option
- Toggle Ads option
- Auto-creates `coreProps.json`
- Inactivity Check (auto-clear RPC)
- Update Checker (save in Registry)
- Tray Icon

### If you want to support the development of TidalRPC, you can donate at [https://www.buymeacoffee.com/caspr](https://www.buymeacoffee.com/caspr).

**NOTICE: versioning is `major.minor.revision.build`**
- Clears presence when Tidal isn't running
- Update Checker (setting saved in Registry)
- Tray Icon
2 changes: 1 addition & 1 deletion TidalRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -24,7 +25,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down

0 comments on commit d3115dd

Please sign in to comment.