What's New
Changes
Features
- Support file names titled for multi-disks e.g.
01-01,02-03, etc
Bug Fixes
Improvements
Installation
Windows
- Download
ipod-wrapped-windows.zip - Extract to any location (Desktop, Documents, USB drive, etc.)
- Double-click
iPodWrapped.exeto run
Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.
Linux (AppImage)
- Download
iPod-Wrapped-x86_64.AppImage - Make executable:
chmod +x iPod-Wrapped-x86_64.AppImage - Run:
./iPod-Wrapped-x86_64.AppImage
Updating: Download new AppImage and replace the old file. Your data in ~/.iPodWrapped/ is preserved.
macOS
macOS installer not yet available. To run on macOS:
- Clone the repository:
git clone https://github.com/Mandy-cyber/Everything-iPod.git - Install dependencies (requires Homebrew):
brew install gtk4 libadwaita gtksourceview5 pygobject3 pip install -r requirements.txt
- Run:
python -m ipod_wrapped
Full Changelog: v1.0.1...v1.0.2
Check out the README for more detailed installation instructions.
What's Changed
- fix: list index out of range by @Mandy-cyber in #20
- feat/fix: support for multi-disk song album file names by @Mandy-cyber in #24
- fix: font resizing by @Mandy-cyber in #25
- fix: make each launch of iPod Wrapped app unique/independent by @Mandy-cyber in #26
Full Changelog: v1.0.1...v1.0.2