Skip to content

Monitor specified artists for new releases

License

Notifications You must be signed in to change notification settings

Hypercookie/deemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Monitor specified artists for new releases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • HTML 2.3%
  • Dockerfile 0.2%