Skip to main content

PodRacer logo PodRacer

 ____           _ ____                     
|  _ \ ___   __| |  _ \ __ _  ___ ___ _ __ 
| |_) / _ \ / _` | |_) / _` |/ __/ _ \ '__|
|  __/ (_) | (_| |  _ < (_| | (_|  __/ |   
|_|   \___/ \__,_|_| \_\__,_|\___\___|_|  

Transfer music to an iPod from Linux without iTunes.

Plug in the iPod, open PodRacer, drag music over.

Midnight-commander-style two-pane UI: browse your music folder on the left, see what is on the iPod on the right. Manual sync, automatic duplicate avoidance, auto-transcode via ffmpeg.

Compatibility

Device generation Supported? Tested on Physical Hardware?
iPod nano 3G Yes Yes
iPod nano 1G–2G Yes No
iPod classic 1G–5.5G Yes No
iPod mini Yes No
iPod nano 4G+ No No
iPod classic 6G/7G No No
iPod shuffle No No
iPod touch No No

nano 4G+ and classic 6G/7G (iTunesSD format) are planned.

Systems

Linux only, 64-bit: x86_64 (amd64) and ARM64 (aarch64) binaries, plus ARM64 via pip or the flatpak. ARM64 builds pass CI smoke tests but are not yet verified on real ARM hardware (no Pi or SBC on hand). Runs on any init system: systemd, OpenRC, runit, sysvinit. There is no systemd in the code; the device layer talks to the udisks2 daemon over D-Bus instead of udev or udisksctl. Non-systemd systems need udisks2 running and a desktop session to authorize mounts (elogind, or a local console login).

Verified on systemd distros; Artix and Devuan are next on the test list.

Want to help?

The biggest help: a real iTunesDB dump from a device we cannot verify ourselves. Nano 1G-2G especially, but any classic or mini helps, and a Shuffle 1G/2G dump would unlock the order-only DB work. One command:

python3 scripts/dump_itunesdb.py

then open a PR adding the file under fixtures/public/<model>/, or send it along. Heads up: the DB lists your whole music library (titles, artists, play counts), so only share one you are comfortable with.

Themes

Six PodRacer themes: Grey Moonlight, Frutiger Aero, Aqua, Dark Aqua, Minty Forest, Lilac Love

Six of the twenty-one built-in themes, rendered in demo mode (synthetic data only). Run ./podracer --demo to preview any theme with a mock library, nothing real is touched.

Run it

  • From PyPI: pipx install podracer_mapple (or pip install podracer_mapple inside a venv), then launch podracer from a terminal.
  • From the repo: scripts/build_onefile.sh produces ./podracer (one file, ~90 MB; podracer-arm64 on ARM64). Symlink it into your PATH: ln -s "$PWD/podracer" ~/.local/bin/podracer. Launch from a terminal or double-click.
  • From source: PYTHONPATH=src python3 -m podracer.main

pip installs the app only. It still needs ffmpeg (tag reading + transcoding) and udisksctl (auto-mounting) on your system.

Plug in the iPod, and that's the whole setup. Enjoy the click of the wheel.

The podracer_db library

PodRacer is built on a small, standalone library: podracer_db parses and writes the classic iTunesDB format, the database on nano 1G–3G, classic 1G–5.5G, and mini. Pure stdlib, zero dependencies, no Qt.

It is also handy on its own. Point it at the iTunesDB file from a device or a backup and you get every track with its tags, play counts, and ratings, plus the playlists, smart-playlist rules included:

from pathlib import Path
from podracer_db import parse_db, write_db

lib = parse_db(Path("iTunesDB").read_bytes())
for track in lib.tracks:
    print(track.artist or "Unknown", "-", track.display_title)

# And back the other way: serialize the library to a valid DB,
# hash58 checksum included, ready for a device to boot.
db_bytes = write_db(lib, firewire_guid="0011223344556677")

The write side is hardware-verified: a PodRacer-written DB boots on the real nano 3G with its full library, and the codec round-trips the device's own DB byte-for-byte. The codec is the heart of the app, but it works just as happily without a UI.

Development

  • Python 3.13, PySide6 (Qt6) UI in src/
  • podracer_db in packages/podracer_db/ (its own PyPI dist, see above)
  • ffmpeg for tagging and transcoding to MP3
  • scripts/extract_fixtures.py pulls the DB and sample tracks from a real iPod for tests
  • Tests: python3 -m unittest discover -s tests -t . -v (stdlib only)
  • Python floor: both dists declare >=3.11 (CI runs 3.13); the onefile and flatpak bundle their own Python, so the floor only affects source and pip installs

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

podracer_mapple-1.1.1.tar.gz (73.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

podracer_mapple-1.1.1-py3-none-any.whl (55.3 kB view details)

Uploaded Python 3

File details

Details for the file podracer_mapple-1.1.1.tar.gz.

File metadata

  • Download URL: podracer_mapple-1.1.1.tar.gz
  • Upload date:
  • Size: 73.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for podracer_mapple-1.1.1.tar.gz
Algorithm Hash digest
SHA256 bf63a31d280d36cecfbfcd4cd2288ea9e465a89649b488d7473c9244f6c2aec3
MD5 f6b568686cf31d9edfc9fefde188d952
BLAKE2b-256 2087becf5d9fbc7d3f4be5c69f0eb6513173b58fc8c16c2c331a83fb66e5bb79

See more details on using hashes here.

Provenance

The following attestation bundles were made for podracer_mapple-1.1.1.tar.gz:

Publisher: publish-app.yml on AJ-Gonzalez/PodRacer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file podracer_mapple-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: podracer_mapple-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 55.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for podracer_mapple-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b7d5c434183f2a203664f4bac1f8e5e8e4ebf65dfa753e4f55b11486d8c2c1a4
MD5 11f8da08fbc969f9595fbfd1b4c4ce28
BLAKE2b-256 405d1f3c2dc2015c0bed78cff698a186680c758ccb09652f20a8bb8538b3f068

See more details on using hashes here.

Provenance

The following attestation bundles were made for podracer_mapple-1.1.1-py3-none-any.whl:

Publisher: publish-app.yml on AJ-Gonzalez/PodRacer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page