TIDDL (Tidal Downloader) is a Python CLI application that allows downloading Tidal tracks.
Project description
Tidal Downloader
TIDDL is the Python CLI application that allows downloading Tidal tracks. Fully typed, no requirements.
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.
Installation
Install package using pip
pip install tiddl
After installation you can use tiddl
to set up auth token
$ tiddl
⚙️ Go to https://link.tidal.com/CYARD and add device!
Hit enter when you are ready...
✅ Token good for 7 days
Use tiddl -h
to show help message
Usage
After authentication - when your token is ready - you can start downloading tracks
tiddl -s -q high
sets high quality as default qualitytiddl TRACK_ID
downloads track with high qualitytiddl TRACK_ID -q master
downloads track with best possible qualitytiddl TRACK_ID -p my_folder -o my_song
downloads track tomy_folder/my_song.flac
tiddl TRACK_ID -p my_folder -o my_song -s
same as above, but savesmy_folder
as default download path
You can also use TIDDL as module, it's fully typed so you will get type hints
from tiddl import TidalApi, Config
config = Config()
api = TidalApi(
config["token"],
config["user"]["user_id"],
config["user"]["country_code"]
)
my_playlists = api.getPlaylists()
print(f"You have got {my_playlists['totalNumberOfItems']} playlists!")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tiddl-1.1.0.tar.gz
.
File metadata
- Download URL: tiddl-1.1.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efcf933019b13f661804a11e3874671925a7c0fd2906f3fa319d9450594141d1 |
|
MD5 | 4baf57ba52637ccf40c159ec875dc5b8 |
|
BLAKE2b-256 | 49ae1fa597ba26335f9d3a09f63a793df2995feab4083345527aea5ca0863d72 |
File details
Details for the file tiddl-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: tiddl-1.1.0-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b3392bd5de4645cd6dfb100d43d7301269410ccabe64b4fc7d44050a9a9f039 |
|
MD5 | 1d5730d1c88c344d11f4d70972f43f91 |
|
BLAKE2b-256 | ac006438f4d741f02fbcf41812bcc21cd1ddddb092b3215cef6e498d0f09c350 |