Warkanlock / tidal-hifi

The web version of Tidal running in electron with hifi support thanks to widevine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tidal-hifi

The web version of listen.tidal.com running in electron with hifi support thanks to widevine.

tidal-hifi preview

Table of contents

Installation

Using releases

Various packaged versions of the software are available on the releases tab.

Snap install

To install with snap you need to download the pre-packaged snap-package from this repository, found under releases:

  1. Download
wget <URI> #for instance: https://github.com/Mastermindzh/tidal-hifi/releases/download/1.0/tidal-hifi_1.0.0_amd64.snap
  1. Install
snap install --dangerous <path> #for instance: tidal-hifi_1.0.0_amd64.snap

Arch Linux

Arch Linux users can use the AUR to install tidal-hifi:

trizen tidal-hifi

Using source

To install and work with the code on this project follow these steps:

features

Integrations

Tidal-hifi comes with several integrations out of the box. You can find these in the settings menu (ctrl + = by default) under the "integrations" tab.

integrations menu, showing a list of integrations

It currently includes:

  • mpris - mpris media player controls/status
  • Discord - Shows what you're listening to on Discord.

not included

  • i3 blocks config - My dotfiles where I use this app to fetch currently playing music (direct commit)

Known bugs

Why

I moved from Spotify over to Tidal and found Linux support to be lacking.

When I started this project there weren't any Linux apps that offered Tidal's "hifi" options nor any scripts to control it.

Why not extend existing projects?

Whilst there are a handful of projects attempting to run Tidal on Electron they are all unappealing to me because of various reasons:

  • Lack of a maintainers/developers. (no hotfixes, no issues being handled etc)
  • Most are simple web wrappers, not my cup of tea.
  • Some are DE oriented. I want this to work on WM's too.
  • None have widevine working at the moment

Sometimes it's just easier to start over, cover my own needs and then making it available to the public :)

Special thanks to...

  • Castlabs For maintaining Electron with Widevine CDM installation, Verified Media Path (VMP), and persistent licenses (StorageID)

Buy me a coffee? Please don't

Instead spend some money on a charity I care for: kwf.nl. Inspired by haydenjames' issue

Images

settings window

settings window

user setups

Some of our users are kind enough to share their usage pictures. If you want to see them or possibly even add one please do so in the following issue: #3 - image thread.

About

The web version of Tidal running in electron with hifi support thanks to widevine.

License:Other


Languages

Language:JavaScript 67.7%Language:HTML 32.3%