#!/usr/bin/env bash source <(curl -fsSL https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: michelroegl-brunner | Co-Author: vhsdream # License: MIT | https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/LICENSE APP="MusicSeerr" header_info "$APP" variables color msg_error "This script is no longer available." msg_warn "MusicSeerr has been renamed to DroppedNeedle." msg_warn "Run the DroppedNeedle script to migrate an existing installation:" echo 'bash -c "$(curl -fsSL https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/droppedneedle.sh)"' exit 1