2025-01-24 22:55:55 +01:00
2024-07-20 00:01:00 +02:00
2024-07-20 00:01:00 +02:00
2025-01-23 23:40:11 +01:00
2025-01-24 22:55:55 +01:00
2024-07-27 12:07:41 +02:00
2024-07-27 16:08:06 +02:00
2025-01-23 21:21:24 +01:00

Tidal Downloader

TIDDL is Python CLI application that allows downloading Tidal tracks.

GitHub top language PyPI - Version GitHub commits since latest release

It's inspired by Tidal-Media-Downloader - currently not mantained project. This repository will contain features requests from that project and will be the enhanced version.

Warning

This app is for personal use only and is not affiliated with Tidal. Users must ensure their use complies with Tidal's terms of service and local copyright laws. Downloaded tracks are for personal use and may not be shared or redistributed. The developer assumes no responsibility for misuse of this app.

Installation

Install package using pip

pip install tiddl

Run the package cli with tiddl

$ tiddl

Usage: tiddl [OPTIONS] COMMAND [ARGS]...

  TIDDL - Download Tidal tracks ✨

Options:
  -v, --verbose  Show debug logs
  --help         Show this message and exit.

Commands:
	...

Development

Clone the repository

git clone https://github.com/oskvr37/tiddl

Install package with --editable flag

pip install -e .

Run tests

python -m unittest

Resources

Tidal API wiki

S
Description
Languages
Python 99.5%
Dockerfile 0.5%