Skip to content

sachinsenal0x64/hifi

Repository files navigation

Hifi

🎵 Tidal Music integration for Subsonic/Jellyfin/Plexamp.

hifi tidal hifi tidal

HiFi running on - Castafiore


hifi tidal

HiFi running on - Tempus Mobile app


hifi tidal hifi tidal

HiFi running on - Feishin Web UI



💕 Community

🍻 Join the community: Discord


Jellyfin Music Clients Support (WIP)

Important

ETA — It is developed in my free time, and the next major update is Jellyfin support nothing else, so there is no actual ETA for it.

HiFi Subsonic compatibility will only work with Recommended subsonic clients. If HiFi does not work with the Subsonic client, it will not be implemented.

I’m going to support https://www.plex.tv/plexamp. It’s not a new thing I just forgot to add it. I forgot about Plex itself when I moved to Jellyfin, so I won’t support any other third-party Plex apps. It will be exclusive to the official Plexamp app.

The following jellyfin music clients will continue to be compatible with HiFi from the day one release and will remain fully functional unless the app itself is broken.

All other clients should work as well, since they all use Jellyfin’s API. If they don’t, I will eventually make them work. If you want to request support for a specific jellyfin music app, open an issue. Before doing so, please check the HiFi proposal guide below. Anything else that comes without a hifi proposal check will be rejected.


Important

Project Terms

  • We do not encourage piracy. This project is made purely for educational and personal use, intended only for listening, not for downloading. If you somehow download copyrighted content, you are solely responsible for complying with the relevant laws in your country.

  • The HiFi Project assumes no responsibility for any misuse or legal violations arising from the use of this project.

  • HiFi project requires a valid Tidal subscription. We encourage users to maintain an active subscription.

  • The subsonic client use the maximum quality available from the HiFi API.

  • Community projects may be inspired by or related to the HiFi Project but aren’t officially part of it. These projects are run independently, and the HiFi team isn’t responsible for their content or actions. Each project team should follow any relevant laws and handle its own checks and compliance.

  • The HiFi project does not claim ownership of any music or audio content. All rights remain with their respective copyright holders. Users are encouraged to support artists and rights owners by maintaining a valid Tidal subscription. HiFi serves solely as a playback and control interface (e.g., on a Raspberry Pi) for personal, non-commercial use.


Note

Hifi project is for

  • Tidal subscribers who don’t like the official app and want more client options.

  • Anyone who want to try Tidal music before making a commitment.

  • Anyone who wants to listen to hifi-res lossless audio.

  • Anyone who doesn’t want to store terabytes of music.

  • Anyone who want to access over 110 million songs through their Subsonic-based client.

  • Anyone who doesn’t need to download and manually add tracks.

  • Developers who want to create their own Subsonic-based client using HiFi as a tidal proxy.


Note

HiFi proposal check

hifi tidal


API

API Docs

How can I create my own app based on HiFi?

First, check which routes are supported by Hifi. Hifi uses OpenSubsonic API, but that doesn’t mean it supports every endpoint that OpenSubsonic provides. Hifi only supports the necessary endpoints required to play music. For example, You can connect the Hifi server to Feishin to observe how it works in practice.


Quickstart

hifi tidal

Installation (Managed HiFi)

Important

Unfortunately, if we detect spam bots abusing the managed server, we have to ban you.


Note

First Install the latest Go version. https://go.dev/doc/install and https://git-scm.com/install

Please obtain the HiFi managed server values https://gist.github.com/sachinsenal0x64/0b7945a4a0df4c77ecf3bc7b7a7ee2f5.

Note

HiFi runs on port 8080 or 5000 or 5005 by default. If all is working, the logs below will appear.

2025/12/26 00:22:52 INFO Hifi Running in MANAGED mode
2025/12/26 00:22:52 INFO Hifi API server running host=0.0.0.0 port=8080 url=http://0.0.0.0:8080


 git clone https://github.com/sachinsenal0x64/hifi

 go mod tidy

 export MANAGE_HOST="value" TIDAL_HOST="value" MODE="value" CLIENT_ID="value" SCHEME="value"

 go run .

Adding HiFi Credentials to a Subsonic Client After Server Startup

Note

HiFi has a fully self-hosted version with a database setup, but in the managed version, the database is optional. Therefore, we use the credentials below.

Note

For multiple family members, setting up a database and hifi webui is important. See the self-host guide below.

Field Value
Server name HiFi
Server URL http://127.0.0.1:8080
Username hifi
Password local
Enable legacy password Enabled

Update Hifi

 cd hifi

 git pull

 go mod tidy

 export MANAGE_HOST="value" TIDAL_HOST="value" MODE="value" CLIENT_ID="value" SCHEME="value"

 go run .

Installation (Self-Hosted, HiFi)

Note

Tidal subscription required.

Pending...

Reason: The current installation is a little bit complex, so I will make this as simple as possible.


Recommended Subsonic Clients


Contributing

Please refer to CONTRIBUTING.md.

Security Policy

Please refer to SECURITY.md.

License

Hifi is released under the MIT License.

About

🎵 Tidal Music integration for Subsonic/Jellyfin/Plexamp.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project