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!). You can use the command line or GUI version of this tool.
If you like this projects and want to support it, you can buy me a coffee :-)
💻 Installation / Upgrade
pip install --upgrade tidal-dl-ng
# OR if you like to have the GUI as well
pip install --upgrade tidal-dl-ng[gui]
You can use the command line version to download media:
tidal-dl-ng dl https://tidal.com/browse/track/46755209
But also the GUI:
tidal-dl-ng-gui
# OR
tidal-dl-ng gui
🧁 Features
- Download Tracks, Videos, Albums, Playlists
- Metadata for songs
- Adjustable audio and video download quality.
💻️ Getting started with development
🚰 Install dependecies
Clone this repository and install the dependencies:
poetry install --all-extras
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:
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.
✨ Releasing a new version
- Create an API Token on Pypi.
- Add the API Token to your projects secrets with the name
PYPI_TOKEN
by visiting this page. - Create a new release on Github.
- Create a new tag in the form
*.*.*
.
For more details, see here.
‼️ Dislaimer
- 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
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.4.6.tar.gz
.
File metadata
- Download URL: tidal_dl_ng-0.4.6.tar.gz
- Upload date:
- Size: 103.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac0c06c5082ac677cf5e066fc14485fa600bd52a3bf93703c19d66067ff44932 |
|
MD5 | f2a23ea54fd619b4e5a2a67b88f7dc9a |
|
BLAKE2b-256 | 7ece10b83bc7811bd67ff9a34b6264c064a098b00e991833537ec66e992d5717 |
File details
Details for the file tidal_dl_ng-0.4.6-py3-none-any.whl
.
File metadata
- Download URL: tidal_dl_ng-0.4.6-py3-none-any.whl
- Upload date:
- Size: 105.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.7 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c98eef50fd56fd67d0435571735f9a7580f4add47d60bfff01da468c42c6269 |
|
MD5 | 4a2f5763c0fa0995f9b14c78034d1b74 |
|
BLAKE2b-256 | fe0c5b2dc66310c139988757bbab3a5e0cd52eec8e146c9511a09c17cb9df55b |