mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 07:58:01 +09:00
4th gen IPod Shuffle songs and playlist tool.
| .gitignore | ||
| COPYING | ||
| README.md | ||
| shuffle.py | ||
IPod Shuffle 4g Scripts
##shuffle.py
Python script for building the Track and Playlist database for the newer gen IPod Shuffle. Forked from the shuffle-db-ng project
Just put your audio files into the mass storage of your IPod and shuffle.py will do the rest
$ python shuffle.py -h
usage: shuffle.py [-h] [--disable-voiceover] path
positional arguments:
path
optional arguments:
-h, --help show this help message and exit
--disable-voiceover
Additions to the original
- Option to disable voiceover
- Initialize the IPod Directory tree
- Instead of throwing an unicode error, renames the filename
##TODO
- Last.fm Scrobbler
- Qt frontend
- Simple Playlist Creation