mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 16:08:00 +09:00
README
This commit is contained in:
parent
794fdb4e50
commit
6c9b0994ad
1 changed files with 23 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# 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](https://code.google.com/p/shuffle-db-ng/)
|
||||||
|
|
||||||
|
Just put your audio files into the mass storage of your IPod and shuffle.py will do the rest
|
||||||
|
```bash
|
||||||
|
$ 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue