Skip to content

Releases: Mandy-cyber/Everything-iPod

v1.0.2

07 Feb 01:43
2ce2da0

Choose a tag to compare

What's New

Changes

Features

  • Support file names titled for multi-disks e.g. 01-01, 02-03, etc

Bug Fixes

  • #19 List index out of range
  • #22 Resize elements and text on Windows

Improvements

Installation

Windows

  1. Download ipod-wrapped-windows.zip
  2. Extract to any location (Desktop, Documents, USB drive, etc.)
  3. Double-click iPodWrapped.exe to run

Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.

Linux (AppImage)

  1. Download iPod-Wrapped-x86_64.AppImage
  2. Make executable: chmod +x iPod-Wrapped-x86_64.AppImage
  3. 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:

  1. Clone the repository: git clone https://github.com/Mandy-cyber/Everything-iPod.git
  2. Install dependencies (requires Homebrew):
    brew install gtk4 libadwaita gtksourceview5 pygobject3
    pip install -r requirements.txt
  3. 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

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Feb 20:08
a7ad3ba

Choose a tag to compare

What's New

Changes

Features

Bug Fixes

  • #17 Adding support for more directory structure varieties
  • Appending new entries into the local playback.log instead of overwriting it (locally, not on rockbox device)

Improvements

Installation

Windows

  1. Download ipod-wrapped-windows.zip
  2. Extract to any location (Desktop, Documents, USB drive, etc.)
  3. Double-click iPodWrapped.exe to run

Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.

Linux (AppImage)

  1. Download iPod-Wrapped-x86_64.AppImage
  2. Make executable: chmod +x iPod-Wrapped-x86_64.AppImage
  3. 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:

  1. Clone the repository: git clone https://github.com/Mandy-cyber/Everything-iPod.git
  2. Install dependencies (requires Homebrew):
    brew install gtk4 libadwaita gtksourceview5 pygobject3
    pip install -r requirements.txt
  3. Run: python -m ipod_wrapped

Full Changelog: v1.0.0...v1.0.1

Check out the README for more detailed installation instructions.

What's Changed

  • fix: work w/various dir structs + unicode error + overwritten log files by @Mandy-cyber in #18

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Jan 18:52

Choose a tag to compare

What's New

Installers have been created for Windows and Linux users. For Windows it has been tested on Windows 11, and for Linux it's been tested on the latest Arch and Ubuntu distro versions.

Installation

Windows

  1. Download ipod-wrapped-windows.zip
  2. Extract to any location (Desktop, Documents, USB drive, etc.)
  3. Double-click iPodWrapped.exe to run

Updating: Extract new version to the same location and replace files. Your data in storage/ folder is preserved.

Linux (AppImage)

  1. Download iPod-Wrapped-x86_64.AppImage
  2. Make executable: chmod +x iPod-Wrapped-x86_64.AppImage
  3. 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:

  1. Clone the repository: git clone https://github.com/Mandy-cyber/Everything-iPod.git
  2. Install dependencies (requires Homebrew):
    brew install gtk4 libadwaita gtksourceview5 pygobject3
    pip install -r requirements.txt
  3. Run: python -m ipod_wrapped

Full Changelog: ...v1.0.0

Check out the README for more detailed installation instructions.

What's Changed