Update Readme for 1.5

This commit is contained in:
NicoHood 2020-06-09 23:20:56 +02:00
parent 780268a0b9
commit 0529799495
No known key found for this signature in database
GPG key ID: 51DAE9B7C1AE9161

View file

@ -14,7 +14,7 @@ usage: ipod-shuffle-4g.py [-h] [-t] [-p] [-u] [-g TRACK_GAIN]
path path
Python script for building the Track and Playlist database for the newer gen Python script for building the Track and Playlist database for the newer gen
IPod Shuffle. Version 1.4 IPod Shuffle. Version 1.5
positional arguments: positional arguments:
path Path to the IPod's root directory path Path to the IPod's root directory
@ -68,7 +68,7 @@ Optional Voiceover support
##### Arch Linux ##### Arch Linux
From the **Extra** repository: `pacman -S python` and optional `pacman -S mutagen espeak` or from the AUR: `svox-pico-bin` ([link](https://aur.archlinux.org/packages/svox-pico-bin/)) From the **Extra** repository: `pacman -S python` and optional `pacman -S python-mutagen espeak` or from the AUR: `svox-pico-bin` ([link](https://aur.archlinux.org/packages/svox-pico-bin/))
You can also [install the script from AUR](https://aur.archlinux.org/packages/ipod-shuffle-4g/). You can also [install the script from AUR](https://aur.archlinux.org/packages/ipod-shuffle-4g/).
@ -137,6 +137,10 @@ Original data can be found via [wayback machine](https://web.archive.org/web/201
# Version History # Version History
``` ```
1.5 Release (09.06.2020)
* Port Script to Python3
* Mutagen support is now optional
1.4 Release (27.08.2016) 1.4 Release (27.08.2016)
* Catch "no space left" error #30 * Catch "no space left" error #30
* Renamed --voiceover to --track-voiceover * Renamed --voiceover to --track-voiceover