Skip to content

Commit

Permalink
Merge pull request #42 from nims11/NicoHood-patch-1
Browse files Browse the repository at this point in the history
Add #41 to Tips and Tricks Readme section
  • Loading branch information
nims11 authored Mar 3, 2017
2 parents f8838a9 + 84a3dbf commit 9b72013
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
* Last.fm Scrobbler
* Qt frontend
Expand Down

0 comments on commit 9b72013

Please sign in to comment.