Skip to main content

Monitor new releases by a specified list of artists and auto download using the deemix library

Project description

deemon

About

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

Prerequisites

  • python >= 3.6
  • deemix >= 2.0.1

Installation

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

Usage

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 -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

Project details


Release history Release notifications | RSS feed

This version

0.1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deemon-0.1.3.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

deemon-0.1.3-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page