Add lidarr-cleanup-singles package and integration
- Introduced a new package `lidarr-cleanup-singles` to identify and manage duplicate single tracks in Lidarr. - Updated `flake.nix` to include the new package in outputs and modified app definitions to support it. - Created a new script in `src-cleanup` for the main functionality, including audio fingerprint verification. - Added necessary dependencies and configuration in `pyproject.toml` for the new package. - Removed unused `flake-utils` and `systems` entries from `flake.lock` to streamline the configuration.
This commit is contained in:
2
src-cleanup/__init__.py
Normal file
2
src-cleanup/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
"""Lidarr Cleanup Singles - Remove duplicate single tracks"""
|
||||
|
||||
Reference in New Issue
Block a user