Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The easiest way to maintain normalized short paths is just to sync your music us
Steps to follow:
1) Install Docker desktop on your system
2) (Only necessary the first time, you can skip this step the next times to save time) Run the sh file ```build-dockerimage.sh``` (If permission is denied, make it executable first : ```chmod a+x build-dockerimage.sh```). This script will also clone the latest git repo of rockbox to the folder rockbox-git/rockbox automatically if necessary.
3) Run the sh file ```run-databasetoolwithdocker.sh <path to the root directory of your DAP>``` (If permission is denied, make it executable first : ```chmod a+x run-databasetoolwithdocker.sh```). Replace ```<path to the root directory of your path``` by an absolute path of it (for example: ```/Volumes/IPOD```).
3) Run the sh file ```run-databasetoolwithdocker.sh <path to the root directory of your DAP>``` (If permission is denied, make it executable first : ```chmod a+x run-databasetoolwithdocker.sh```). Replace ```<path to the root directory of your path``` by an absolute path of it (for example: ```/Volumes/IPOD``` You may also need to make the ```databasetool.sh``` file within the rockbox-git folder executable).
4) After a few minutes, the program should quit itself and the database should have been re-created and populated fully on your iPod.
5) You can now disconnect your iPod and navigate through your database under the Rockbox environment.

Expand Down