deemon is an automation tool that relies on the deemix library and the deezer-py API module to monitor a specified list of artists for new releases
- python >= 3.6
- deemix >= 2.0.1
pip install deemon
You may want to add an entry in your crontab to run this weekly (e.g. every Friday at 06:00):
0 6 * * 5 /home/user/.local/bin/deemon -f artists.txt
deemon -a <file|dir\> [ -m <dir\> ] [ -c <dir\> ] [ -b < 1 | 3 | 9 > ] [ -d <dir\> ]
By default, deemon uses the default paths for the config and download directories provided by deemix to make getting started easier.
-
-a [ /path/to/file.txt | /path/... ]
- Required Path to text file containing list of artists one per line -or- path to parent directory of artist subdirectories
-
-m [ /path/to/music ]
- Optional Path to save new releases
- Default: ~/Music/deemix Music
-
-c [ /path/to/config ]
- Optional Path to deemix config directory
- Default: ~/.config/deemix
-
-b [ int ]
- Optional Set bitrate
- 1 - MP3 128kbps
- 3 - MP3 320kbps (Default)
- 9 - FLAC
-
-d [ /path/to/database ]
- Optional Path to save database
- Default: ~/.config/deemon