Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daemon for Background Music Downloading #8

Open
NeodarZ opened this issue Feb 14, 2025 · 0 comments
Open

Daemon for Background Music Downloading #8

NeodarZ opened this issue Feb 14, 2025 · 0 comments
Labels
backend Related to the backend Daemon Related to the Daemon enhancement New feature or request RPC Related to RPC

Comments

@NeodarZ
Copy link
Owner

NeodarZ commented Feb 14, 2025

Design and implement a daemon that runs in the background to:

  • Connect to the artist metadata database
  • Periodically check for new release for each artist
  • Download music from the platform based on database entries

Details

  • The daemon run as a background process (with options for standalone or systemd-managed mode)
  • It handles download jobs and update the database
  • it exposes a simple RPC interface for querying status and issuing commands
  • For simplicity nothing is run in parallel
  • first check for new classes
  • then download

Requirements

@NeodarZ NeodarZ added backend Related to the backend Daemon Related to the Daemon enhancement New feature or request RPC Related to RPC labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend Daemon Related to the Daemon enhancement New feature or request RPC Related to RPC
Projects
None yet
Development

No branches or pull requests

1 participant