8000 GitHub - Nokse22/high-tide: Libadwaita TIDAL client for Linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nokse22/high-tide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Tide Logo

High Tide

Linux client for TIDAL streaming service

License: GPL v3 Made with Python

Important

Not affiliated in any way with TIDAL, this is a third-party unofficial client

🚀 Installation

Stores (Still not available) ### 🛒 High Tide is available on

Download on Flathub

📦 From latest build

Go to the Actions page, 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 high-tide.flatpak

Beware: Locales are not available when installing from a .flatpak file, since flatpak locales are stored in another runtime for optimisations, and .flatpak files only export the app without runtimes.

If you want/need locales, please build from source.

⚡ From source (binary)

You just need to clone the repository, and build with meson.

git clone https://github.com/Nokse22/high-tide.git
meson builddir
meson compile -C builddir
meson install -C builddir

Or open the project in GNOME Builder and click "Run Project".

❌ Uninstallation

We're sorry to see you go! If you want to remove the High Tide flatpak package from your system, here's how to do so:

First, terminate all High Tide processes. Keep in mind that "Run in background" is an option, usually pressing ^Q should be enough to terminate it. Otherwise, you can run killall high-tide to make sure that everything is killed.

You can then remove the package using flatpak :

# When installed system-wide (default)
flatpak uninstall --delete-data io.github.nokse22.high-tide

# When installed for the current user (-u flag at installation)
flatpak uninstall --delete-data -u io.github.nokse22.high-tide

The --delete-data flag should get rid of all the "junk" directories (i.e. cache, configs, etc.) on your system, and you don't need to do anything else.

🤝 Contributing

Read CONTRIBUTING for all information about how to contribute to High Tide, you can also contact us on Matrix #high-tide:matrix.org.

📄 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

🌟 Support the Project

If you find High Tide useful, please consider:

  • ⭐ Starring this repository
  • 🐛 Reporting bugs and issues
  • 💡 Suggesting new features
  • 🔄 Sharing with others who might find it useful

Made with ❤️ by the High Tide community

View on GitHubReport BugRequest Feature

0