An open API service indexing awesome lists of open source software.

https://github.com/Nokse22/high-tide

Native TIDAL client for Linux
https://github.com/Nokse22/high-tide

gtk4 libadwaita python tidal

Last synced: about 1 year ago
JSON representation

Native TIDAL client for Linux

Awesome Lists containing this project

README

          

# High Tide
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-ff7b3f.svg)](https://www.python.org/)


Linux client for TIDAL streaming service.

> [!IMPORTANT]
> Not affiliated in any way with TIDAL, this is a third-party unofficial client




## Contributing

### Coding
There are some TODOs and FIXMEs in the code, you can start there. I'm trying to comment the code, but if needed you can contact me on Matrix (@nokse22:matrix.org) or on Github.

The application is made with GNOME Builder so it should just work if you clone the project and open it with Builder.

If you have contributed you can open a pull request.

## Installation
Stores (Still not avalaible)
### High Tide is available on

Download on Flathub
Get it from the Snap Store

### From latest build

Go to the [Actions page](https://github.com/Nokse22/high-tide/actions), click on the latest working build and download the Artifact for your architecture.
Extract the .flatpak file from the downloaded .zip file and install it clicking on it or with:

`flatpak install HighTide.flatpak`

### From source

You just need to clone the repository

```sh
git clone https://github.com/Nokse22/high-tide.git
```

Open the project in GNOME Builder and click "Run Project".