mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-08 00:18:01 +09:00
Merge pull request #2 from josefnpat/master
Adding dependency information
This commit is contained in:
commit
b6180a89e2
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -25,6 +25,22 @@ optional arguments:
|
||||||
* Initialize the IPod Directory tree
|
* 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
|
* 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:
|
||||||
|
|
||||||
|
* [Python 2.7](http://www.python.org/download/releases/2.7/)
|
||||||
|
* [Mutagen](https://code.google.com/p/mutagen/)
|
||||||
|
* [PicoSpeaker](http://picospeaker.tk/readme.php)
|
||||||
|
|
||||||
|
##### 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](https://aur.archlinux.org/packages/svox-pico-git/))
|
||||||
|
|
||||||
##TODO
|
##TODO
|
||||||
* Last.fm Scrobbler
|
* Last.fm Scrobbler
|
||||||
* Qt frontend
|
* Qt frontend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue