Metadata-Version: 2.4
Name: tidal-dl
Version: 2026.6
Summary: Download music and videos from Tidal (Refactored)
Project-URL: Homepage, https://git.binarycollective.de/binary/Tidal-Media-Downloader
Project-URL: Repository, https://git.binarycollective.de/binary/Tidal-Media-Downloader
Project-URL: Documentation, https://git.binarycollective.de/binary/Tidal-Media-Downloader/src/branch/master/README.md
Author-email: Yaronzz <yaronhuang@foxmail.com>, Fronbasal <fronbasal@users.noreply.github.com>
License: Apache-2.0
License-File: LICENSE
Keywords: download,downloader,music,tidal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.12
Requires-Dist: certifi>=2025
Requires-Dist: colorama<0.5.0,>=0.4.6
Requires-Dist: mutagen<2.0.0,>=1.47.0
Requires-Dist: prettytable>=3.17.0
Requires-Dist: pycparser<3.0.0,>=2.23
Requires-Dist: pycryptodome>=3.9.0
Requires-Dist: pydub>=0.25.1
Requires-Dist: requests>=2.32
Description-Content-Type: text/markdown

# Tidal-Media-Downloader

**Tidal-Media-Downloader** is fork of the command-line tool for downloading music and videos from Tidal with metadata tagging support.

## Command-Line Options

```
usage: tidal-dl [-h] [-V] [-v] [-g] [-l URL] [-o PATH] [-q {Normal,High,HiFi,Master,Max}] [-r {P240,P360,P480,P720,P1080}] [-j] [--no-flac-conversion]

Download music and videos from Tidal

options:
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -v, --verbose         enable verbose/debug output
  -g, --gui             Launch graphical user interface
  -l, --link URL        Tidal URL, ID, or file path to download
  -o, --output PATH     Download destination path
  -q, --quality {Normal,High,HiFi,Master,Max}
                        Audio quality for tracks
  -r, --resolution {P240,P360,P480,P720,P1080}
                        Video resolution
  -j, --json            Output item metadata as JSON (requires --link)
  --no-flac-conversion  Disable automatic FLAC conversion for Max quality downloads
```

## License

Apache License 2.0 - See [LICENSE](LICENSE) file

## Disclaimer

This tool is for educational purposes only. Please respect artists and support them by purchasing their music. Tidal is a trademark of Aspiro AB.

