Skip to content

Releases: nims11/IPod-Shuffle-4g

shuffle.py v1.5

09 Jun 22:07
410bd86
Compare
Choose a tag to compare

Full Changelog:

* Port Script to Python3
* Mutagen support is now optional

shuffle.py v1.4

27 Aug 22:24
Compare
Choose a tag to compare

Full Changelog:

* Catch "no space left" error #30
* Renamed --voiceover to --track-voiceover
* Added optional --verbose output
* Renamed script from shuffle.py to ipod-shuffle-4g.py
* Added files to `extras` folder
* Ignore hidden filenames
* Do not force playlist voiceover with auto playlists
* Added shortcut parameters (-p, -t, -d, etc.)
* Fix UnicodeEncodeError for non-ascii playlist names (#35)

shuffle.py v1.3

07 Jun 23:48
Compare
Choose a tag to compare

Full Changelog:

* Directory based auto playlist building (--auto-dir-playlists) (#13)
* ID3 tags based auto playlist building (--auto-id3-playlists)
* Added short program description
* Fix hyphen in filename #4
* Fixed mutagen bug #5
* Voiceover disabled by default #26 (Playlist voiceover enabled with auto playlist generation)
* Differentiate track and playlist voiceover #26

shuffle.py v1.2

07 Feb 22:33
Compare
Choose a tag to compare

Full Changelog:

* Additional fixes from NicoHood
* Fixed "All Songs" and "Playlist N" sounds when voiceover is disabled #17
* Better handle broken playlist paths #16
* Skip existing voiceover files with the same name (e.g. "Track 1.mp3")
* Only use voiceover if dependencies are installed
* Added Path help entry
* Made help message lower case
* Improved Readme
* Improved docs
* Added MIT License
* Added this changelog

shuffle.py v1.1

07 Feb 22:27
Compare
Choose a tag to compare

Full Changelog:

1.1 Release (11.10.2013 - 23.01.2016)
* Fixes from nims11 fork
* 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
* Other small fixes

1.0 Release (15.08.2012 - 17.10.2012)
* Original release by ikelos