Metadata-Version: 2.3
Name: evremixes
Version: 0.2.0
Summary: Evanescence Remix Downloader
License: MIT
Author: Danny Stewart
Author-email: danny@stewart.cc
Requires-Python: >=3.12,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dsbase (>=0.4.1,<0.5.0)
Requires-Dist: halo (>=0.0.31,<0.0.32)
Requires-Dist: inquirer (>=3.4.0,<4.0.0)
Requires-Dist: mutagen (>=1.47.0,<2.0.0)
Requires-Dist: pillow (>=11.1.0,<12.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: termcolor (>=2.5.0,<3.0.0)
Requires-Dist: types-requests (>=2.32.0.20250328,<3.0.0.0)
Project-URL: Homepage, https://music.dannystewart.com/evanescence/
Project-URL: Repository, https://github.com/dannystewart/evremixes.git
Description-Content-Type: text/markdown

# Evanescence Remix Downloader

The official versions of my remixes are the ones published [on my website](https://music.dannystewart.com/evanescence/), so this script grabs them from there. [`evtracks.json`](https://github.com/dannystewart/dsbase/blob/main/packages/evremixes/evtracks.json) holds the current list of available remixes, metadata, and URLs.

You're presented with the choice of FLAC or ALAC (Apple Lossless), as well as where you want the files to be saved. The default options are your Downloads and Music folders, but you can also enter a custom path. After downloading, it will apply the correct metadata, album art, and filenames.

Install via `pip install evremixes` and then `evremixes` to run the script.

