Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Makario1337/Releasarr

Repository files navigation

Releasarr

GitHub Discord Server Docker Hub

Releasarr Cover

Artist Page


Overview

Releasarr is a music release monitoring and management tool designed to help you keep track of your favorite artists and their releases. It integrates multiple music platforms and services to provide a unified view of your music collection and new releases.

Key Features

  • Monitor artists and manage your music collection.
  • View detailed release information.
  • Track external music platform IDs (Deezer, Discogs, Spotify, MusicBrainz).
  • Add, edit, and delete artists, releases, and tracks.
  • Simple and clean user interface.
  • Integration with SABnzbd and Usenet indexers for enhanced automation.

Planned Features

Note: The software is currently in development and not yet ready for production use.

  • SABnzbd (and possibly NZBGet) integration
  • Torrent client support
  • Integrated Deemix downloader
  • Indexer support via Prowlarr
  • Notification system using Apprise
  • Track management (view, edit, delete)
  • Enhanced settings and customization options
  • Optional dark mode
  • Multiple metadata sources (Deezer, MusicBrainz, Spotify, Discogs)
  • Audio track tagging support
  • File management (e.g., artist path control, storage handling)

Installation & Usage

docker-compose (recommended)

---
services:
  Releasarr:
    image: makario1337/releasarr:latest
    ports:
      - "127.0.0.1:1337:1337"
    volumes:
      - ./config:/config
      - ./logs:/logs
      - ./library:/library
    environment:
      APP_PORT: 1337
      APP_WORKERS: 4
    container_name: releasarr
    restart: unless-stopped

docker cli

docker run -d \
  --name=releasarr \
  -e APP_PORT=1377 \
  -e APP_WORKERS=4 \
  -p 127.0.0.1:1337:1337 \
  -e ./config:/config \
  -e ./logs:/logs \
  -e ./library:/library \
  --restart unless-stopped \
  makario1337/releasarr:latest

Disclaimer & Usage Notice

This software is provided “as is”, without any warranties or guarantees of any kind, either express or implied. Use it at your own risk. The author is not responsible for any damage or issues arising from the use of this software.

Important:
Releasarr does not condone or promote piracy or illegal distribution of copyrighted material.
Please use this software responsibly and respect artists’ rights.


License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).

You are free to share and adapt this project for non-commercial purposes only, as long as you provide proper attribution.

See the LICENSE file for details.


Attribution

Icons provided by Simple Icons and Font Awesome, both under their respective free licenses.

SABnzbd Icon from here

Streamrip for the Qobuz logic

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published