muziq
Converts Apple Music XML library exports into folder-based playlists for USB playback in a Toyota 4Runner.
View Repository →Overview
A Python CLI utility to bridge Apple Music and the USB media player in a Toyota 4Runner. The 4Runner doesn’t understand M3U or streaming — it just reads folders. Muziq parses Apple Music’s exported XML library file and reconstructs the playlist structure as directories on disk, ready to copy to a USB drive.
Purpose
Apple Music exports playlists as XML but in-car media systems expect a simple folder hierarchy. Muziq automates that translation so playlists stay in sync with what’s on the USB drive.
Stack
- Language: Python 3
- Input: Apple Music XML library export
- Output: Folder/file playlist structure for USB media
- Build: Make + pip