2020-10-05 16:10:50 +01:00
|
|
|
# deemix
|
|
|
|
|
|
|
|
> A barebone deezer downloader library built from the ashes of Deezloader Remix.
|
2021-07-02 20:22:57 +01:00
|
|
|
> It can be used as a standalone CLI app or implemented in a UI using the API.
|
2020-12-29 11:46:54 +00:00
|
|
|
> More information: <https://deemix.app>.
|
2020-10-05 16:10:50 +01:00
|
|
|
|
|
|
|
- Download a track or playlist:
|
|
|
|
|
|
|
|
`deemix {{https://www.deezer.com/us/track/00000000}}`
|
|
|
|
|
2023-06-13 18:14:43 +01:00
|
|
|
- Download track/playlist at a specific bitrate:
|
2020-10-05 16:10:50 +01:00
|
|
|
|
|
|
|
`deemix --bitrate {{FLAC|MP3}} {{url}}`
|
|
|
|
|
|
|
|
- Download to a specific path:
|
|
|
|
|
|
|
|
`deemix --bitrate {{bitrate}} --path {{path}} {{url}}`
|
|
|
|
|
2024-01-25 05:29:16 +00:00
|
|
|
- Create a portable deemix configuration file in the current directory:
|
2020-10-05 16:10:50 +01:00
|
|
|
|
|
|
|
`deemix --portable --bitrate {{bitrate}} --path {{path}} {{url}}`
|