mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 07:58:01 +09:00
Merge pull request #42 from nims11/NicoHood-patch-1
Add #41 to Tips and Tricks Readme section
This commit is contained in:
commit
9b720139ec
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -116,6 +116,17 @@ In all cases you can try to update Rythmbox to the latest version, sync again or
|
||||||
If you want to use this script on different computers it makes sense
|
If you want to use this script on different computers it makes sense
|
||||||
to simply copy the script into the IPod's root directory.
|
to simply copy the script into the IPod's root directory.
|
||||||
|
|
||||||
|
#### Format/Restore/Recover IPod
|
||||||
|
([#41](https://github.com/nims11/IPod-Shuffle-4g/issues/41)) If you formatted your IPod wrong and lost all data you can still recover it.
|
||||||
|
It is important to **not use MBR/GPT**. You need to directly create a **Fat16 Filesystem**:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo mkfs.vfat -I -F 16 -n IPOD /dev/sdX
|
||||||
|
```
|
||||||
|
|
||||||
|
Run this script to generate the new database. All missing sound files should be regenrated by the IPod on next use.
|
||||||
|
Your IPod should work and play music again now.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
* Last.fm Scrobbler
|
* Last.fm Scrobbler
|
||||||
* Qt frontend
|
* Qt frontend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue