← 返回命令列表

Linux command

deemix 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Download a track

deemix [https://www.deezer.com/track/12345]

Download an album

deemix [https://www.deezer.com/album/12345]

Download a playlist

deemix [https://www.deezer.com/playlist/12345]

Specify output directory

deemix -p [/path/to/music] [url]

Download in specific

deemix -b [FLAC] [url]

Download from file

deemix [urls.txt]

说明

deemix is a download tool for Deezer music streaming service. It downloads tracks, albums, playlists, and artist discographies from Deezer with options for audio quality up to FLAC lossless format. The tool requires authentication via an ARL (Access Request License) token from a Deezer account. Downloaded files include metadata and album artwork. Output can be organized in configurable folder structures. deemix supports batch downloading through URL files and can be configured for automated music library management.

参数

-p, --path _DIR_
Output directory for downloads.
-b, --bitrate _QUALITY_
Audio quality: 128, 320, FLAC.
-t, --tracknum
Prefix files with track number.
-a, --album
Create album folder structure.
--arl _TOKEN_
Deezer ARL token for authentication.
--help
Display help information.

FAQ

What is the deemix command used for?

deemix is a download tool for Deezer music streaming service. It downloads tracks, albums, playlists, and artist discographies from Deezer with options for audio quality up to FLAC lossless format. The tool requires authentication via an ARL (Access Request License) token from a Deezer account. Downloaded files include metadata and album artwork. Output can be organized in configurable folder structures. deemix supports batch downloading through URL files and can be configured for automated music library management.

How do I run a basic deemix example?

Run `deemix [https://www.deezer.com/track/12345]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -p, --path _DIR_ do in deemix?

Output directory for downloads.