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.0.tar.gz (72.8 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.0-py3-none-any.whl (54.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: podracer_mapple-1.1.0.tar.gz
  • Upload date:
  • Size: 72.8 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.0.tar.gz
Algorithm Hash digest
SHA256 627671628668df7da21cf29a0e117967b7dc3cc93d064898feb19ba4e7b1a476
MD5 2f9b7d6cadabacb07a2f211688cc36a5
BLAKE2b-256 640ab2fbde495a061c2ed3e50c134550dc1afe76a7eee1b2685536f82752bcee

See more details on using hashes here.

Provenance

The following attestation bundles were made for podracer_mapple-1.1.0.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.0-py3-none-any.whl.

File metadata

  • Download URL: podracer_mapple-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 54.8 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b6da62fb61fd5128162a2825d250ab4c2cb1e85df821e80edb6d085f1d4caa99
MD5 6eb1912232de01c8c8de530ef026fa02
BLAKE2b-256 f59cba236a0814bedacd291c5adc27cba75c3c26ddb87bacb2b5be118429740e

See more details on using hashes here.

Provenance

The following attestation bundles were made for podracer_mapple-1.1.0-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