4th gen IPod Shuffle songs and playlist tool.
Find a file
Andrey Mazo 384c92b7c5 Add argument to set volume gain for all tracks
Partially revert 8b38b0fb90 to set default
volume gain to 0 instead of 60 (which is extremely loud for my ears with
my headphones).
2014-06-24 15:10:57 +04:00
.gitignore Initial Commit 2013-10-11 20:34:14 +05:30
COPYING license 2013-10-11 20:35:49 +05:30
README.md Support voiceover for Russian files 2014-06-24 04:26:06 +04:00
shuffle.py Add argument to set volume gain for all tracks 2014-06-24 15:10:57 +04:00

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] [--rename-unicode] path

positional arguments:
  path

optional arguments:
  -h, --help           show this help message and exit
  --disable-voiceover  Disable Voiceover Feature
  --rename-unicode     Rename Files Causing Unicode Errors, will do minimal
                       required renaming

Additions to the original

  • Option to disable voiceover
  • Initialize the IPod Directory tree
  • Using the --rename-unicode flag, filenames with strange characters and different language are renamed which avoids the script to crash with a Unicode Error

Dependencies

This script requires:

Ubuntu

apt-get install python-mutagen libttspico*

Arch Linux

From the Extra repository: pacman -S python2 mutagen and from the AUR: svox-pico-git (link)

Gentoo Linux

PYTHON_TARGETS="python2_7" emerge -av media-libs/mutagen layman --add=ikelos (ikelos) ACCEPT_KEYWORDS="~amd64" emerge -av app-accessibility/svox

##TODO

  • Last.fm Scrobbler
  • Qt frontend

##EXTRA READING