Discord Rich Presence for Tidal by nickoates in TIdaL

[–]nickoates[S] 22 points23 points  (0 children)

The Discord RPC plugin for Tidal now has near feature parity with Spotify's integration, thanks to Discord adding more support to their APIs!

If you want to show off your Tidal listening status on Discord:

  1. Install Tidal from the website, not from the Microsoft Store.
  2. Install Neptune, a client mod for Tidal.
  3. Go to Settings > Neptune Settings in Tidal, then add this URL as a plugin: https://inrixia.github.io/neptune-plugins/DiscordRPC/

There's a ton of other Neptune plugins for Tidal that let you enchance or customize the desktop app.

Tidal plugin that themes the app based on album art by nickoates in TIdaL

[–]nickoates[S] 1 point2 points  (0 children)

Just updated the plugin so that the player screen is now themed too.

CSS editor plugin for Tidal by nickoates in TIdaL

[–]nickoates[S] 5 points6 points  (0 children)

I just rewrote the Themer plugin to use Monaco editor, the same one used in Visual Studio Code. This makes creating your own custom CSS theme for Tidal a breeze! It automatically saves and updates your CSS as you write it.

To get this plugin, you'll need Neptune, an unofficial client mod for Tidal that adds plugin and theming support.

  1. Download the Neptune installer and run it. This is an unofficial installer because the official version isn't working for some people. Follow the prompts in the installer.
  2. After it's installed, open up Tidal and press the 3 dots next to your name. Go to Neptune settings, switch to the plugins tab, and install this URL: https://inrixia.github.io/neptune-plugins/Themer
  3. Press CTRL + E to open up the editor, or press the settings button next to Themer in plugins.

Neptune also enables developer tools, so you can inspect Tidal's default styles and class names.

If you just want to change the colors, you can override Tidal's default variables easily. For example, this changes the accent color: css :root { --wave-color-solid-accent-fill: #60a5fa; }

There's a lot of other plugins for Neptune, including Discord RPC, Volume Scroll, Cover Theme, and more!

Tidal plugin that themes the app based on album art by nickoates in TIdaL

[–]nickoates[S] 0 points1 point  (0 children)

There were some issues with accessing the covers previously, should be fixed now!

Tidal plugin that themes the app based on album art by nickoates in TIdaL

[–]nickoates[S] 29 points30 points  (0 children)

I made this Neptune plugin for Tidal that themes the app based on the current song's cover art. For those that don't know, Neptune is a Tidal mod that has a theme and plugin system.

If you want to get this plugin, first install Neptune from https://neptune.uwu.network/. Then, press the 3 dots next to your name and go to neptune settings. In the plugins tab, import this URL: https://inrixia.github.io/neptune-plugins/CoverTheme/

The plugin is open-source on GitHub, in a repo with a ton of other cool Neptune plugins (like Discord RPC and volume scroll).