Downloads
release
dev builds
extras
themes
Documentation
manual
wiki
device status
Support
forums
mailing lists
IRC
Development
bugs
patches
dev guide
Search
Donate
Search
| Go
Wiki
>
Main
>
IpodPort
>
ConvertiTunesDBtoTagCache
---+!! Converting an iTunesDB to a Rockbox database %TOC% *%RED%This tool has been outdated since November 2006 and does not work%ENDCOLOR%* *%RED%Rockbox can build the database itself based on the tags in your the audio files - it is not necessary to convert the itunes database%ENDCOLOR%* ---++ Why? If you're using Rockbox on an iPod you might find that it is difficult to access the music you already had on your iPod. This is because iTunes writes the songs with nearly random file names, and stores all the metadata in a file called iTunesDB. Rockbox has an equivalent database, simply called [[DataBase][database]]. It is possible to convert the iTunesDB to an equivalent Rockbox database, so you can browse the songs by album, artist, title, etc. as you could within the official Apple firmware. Note however that this will not enable you to play music purchased through the iTunes Music Store. ---++ itdb2tc itdb2tc (iTunesDB to Tag Cache, the previous name for the Rockbox database) is a program to perform the conversion. There is now a Windows binary available, Linux source is also available. ---+++ Windows Instructions 1. Get [[http://hcs64.com/rockbox/itdb2tc01win32.zip][the win32 binary]], extract all the files into the same folder. 1. Attach your iPod to your computer and locate the iTunesDB file (should be at Z:\iPod_Control\iTunes\iTunesDB if your iPod is drive Z). 1. Run itdb2tc.exe from a command prompt (=itdb2tc.exe Z:\iPod_Control\iTunes\iTunesDB=, for example) 1. tagcache_0.tcd through tagcache_5.tcd and tagcached_idx.tcd should be created. 1. Transfer the .tcd files to \.rockbox on your iPod. ---+++ Linux instructions ---++++ Building itdb2tc 1. You will need the [[http://www.gtkpod.org/libgpod.html][libgpod]] libraries and development files, if you are using an RPM-based distribution install the "libgpod" and "libgpod-devel" packages. 1. Get the source code [[http://hcs64.com/rockbox/itdb2tc01.zip][here]], extract it somewhere handy. 1. Build the program by running =make= ---++++ Performing the conversion 1. Mount your iPod and locate the iTunesDB file (should be at /iPod_Control/iTunes/iTunesDB) 1. Run itdb2tc (=./itdb2tc /mnt/ipod/iPod_Control/iTunes/iTunesDB= if your iPod is mounted at /mnt/ipod) 1. tagcache_0.tcd through tagcache_5.tcd and tagcached_idx.tcd should be created. 1. Transfer the .tcd files to /.rockbox on your iPod. You should now be able to use the database by changing the General Settings -> File view -> Show files option to "Database". ---++ An alternative: using Picard to rename and organise music files [[http://musicbrainz.org/doc/PicardTagger][picard]] is an open source tool which can search through directories containing music files, rename the files according to the track name taken from the id3 tags, and place the files in directories named according to to the id3 tags. (id3 tags are the metadata associated with mp3 and other files which contain the names of the artist, album, track etc.) The user can specify all the details, but a typical renaming scheme might be artist/album/tracknum-title.mp3. iTunes stores music files in a directory tree located at /iPod_Control/Music, but with encoded file names. However, the id3 tags are intact, so picard can be used to transform this directory tree into a sensibly-named tree of music files, which can then easily be used with rockbox, and added to the rockbox data base using the standard method for adding files to a rockbox databse.
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r8
<
r7
<
r6
<
r5
|
B
acklinks
|
V
iew topic
|
M
ore topic actions
r8 - 22 Oct 2008 - 20:45:30 -
DaveChapman
Parents:
IpodPort
Copyright © by the contributing authors.