TIDAL Medial Downloader Next Generation!
Project description
๐ฐ TIDAL Downloader Next Generation! (tidal-dl-ng)
This tool allows to download songs and videos from TIDAL. A paid plan is required! Audio quality varies up to HiRes / TIDAL MAX 24 Bit, 192 kHz depending on the song and your TIDAL plan. You can use the command line or GUI version of this tool.
$ tidal-dl-ng --help
Usage: tidal-dl-ng [OPTIONS] COMMAND [ARGS]...
โญโ Options โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ --version -v โ
โ --help -h Show this message and exit. โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โญโ Commands โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ cfg Print or set an option. If no arguments are given, all options will be listed. If โ
โ only one argument is given, the value will be printed for this option. To set a value โ
โ for an option simply pass the value as the second argument โ
โ dl โ
โ gui โ
โ login โ
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
If you like this projects and want to support it, you can buy me a coffee :-)
๐ป Installation / Upgrade
Requirements: Python 3.11 (other versions might work but are not tested!)
pip install --upgrade tidal-dl-ng
# AND if you like to have the GUI as well
pip install --upgrade tidal-dl-ng[gui]
You can use the command line (CLI) version to download media:
tidal-dl-ng dl https://tidal.com/browse/track/46755209
# OR
tdn dl https://tidal.com/browse/track/46755209
But also the GUI:
tidal-dl-ng-gui
# OR
tdng
# OR
tidal-dl-ng gui
If you like to have the GUI version only, have a look at the release page and download the correct version for your platform.
๐ง Features
- Download Tracks, Videos, Albums, Playlists
- Metadata for songs
- Adjustable audio and video download quality.
โถ๏ธ Getting started with development
๐ฐ Install dependencies
Clone this repository and install the dependencies:
poetry install --all-extras --with dev,docs
The main entry points are:
tidal_ng_dl/cli.py
tidal_ng_dl/gui.py
๐บ GUI Builder
The GUI is build with PySide6
using the Qt Designer:
PYSIDE_DESIGNER_PLUGINS=tidal_dl_ng/ui pyside6-designer
After all changes are saved you need to translate the Qt Designer *.ui
file into Python code:
pyside6-uic tidal_dl_ng/ui/main.ui -o tidal_dl_ng/ui/main.py
๐ Build the project
To build the project use this command:
make install
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
To finalize the set-up for publishing to PyPi or Artifactory, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.
โผ๏ธ Disclaimer
- For educational purposes only. I am not liable and responsible for any damage that happens.
- You should not use this method to distribute or pirate music.
- It may be illegal to use this app in your country.
๐ซ Contributors
Thanks to all, who have contributed to this project!
This project is based on:
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 tidal_dl_ng-0.10.0.tar.gz
.
File metadata
- Download URL: tidal_dl_ng-0.10.0.tar.gz
- Upload date:
- Size: 262.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fc698a57fe93539b6665b658ad21a78313c1d518d3d031547dbcc60bf9e155b |
|
MD5 | 04f7ea002e1e6f60b66910800ed46241 |
|
BLAKE2b-256 | 2f4123d998b549bf03c8bd3f175009dec04482ce2780f739de5418f2816166c2 |
File details
Details for the file tidal_dl_ng-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: tidal_dl_ng-0.10.0-py3-none-any.whl
- Upload date:
- Size: 268.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c47bc5d83a2abe1e7536c419b0925a0045df54be7012f4398945b4fb44499f0 |
|
MD5 | d74e0b6367c737775bd16414b4f93a58 |
|
BLAKE2b-256 | 111ad00c33c77cf7e08680910b5bc0f01a9c6e9050e3f919434134b0d67a3d6a |