Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  itunesDB to Rockbox (command prompt)
« previous next »
  • Print
Pages: [1]

Author Topic: itunesDB to Rockbox (command prompt)  (Read 4416 times)

Offline allanbav

  • Member
  • *
  • Posts: 12
itunesDB to Rockbox (command prompt)
« on: December 28, 2006, 05:11:56 PM »
I need a bit help with converting the itunes Database.
I found the FAQ but cant seem to actually work through it. (I appologize my ametur status on Command Prompt)

http://www.rockbox.org/twiki/bin/view/Main/ConvertiTunesDBtoTagCache

I cant seem to get passed step 3. I have found where "itunesDB" is located on my ipod. I have extracted "itdb2tc.exe" to my desktop (c:\Documents and settings\Allan\desktop) However when I open command prompt this is automaticaly prompted "c:\documents and settings\Allan>"

I thank you in advance for your time.
Logged

Offline mightybrick

  • Member
  • *
  • Posts: 223
  • I Administer Radiation
Re: itunesDB to Rockbox (command prompt)
« Reply #1 on: December 28, 2006, 06:18:09 PM »
from the command prompt, when opened to "c:\Documents and settings\Allan\desktop" type "cd desktop" (without the parentheses) to change to the desktop folder, where itdb2tc.exe is saved on your desktop.  Then you can follow on to step 4.
Logged

Offline allanbav

  • Member
  • *
  • Posts: 12
Re: itunesDB to Rockbox (command prompt)
« Reply #2 on: December 28, 2006, 07:08:37 PM »
Thanks alot man. I really appreciate your help.
However I cam across another problem. After transfering the file and changing the setting to "database" I cant seem to find the arranged list ( artist,song etc.) I did find the randomized Itune playlists.
Logged

Offline mightybrick

  • Member
  • *
  • Posts: 223
  • I Administer Radiation
Re: itunesDB to Rockbox (command prompt)
« Reply #3 on: December 28, 2006, 07:23:11 PM »
I'm sorry, I can't help much more, as I've never used the database converter myself.  Hopefully someone else with more knowledge of the program will chime in.
Logged

Offline mor

  • Member
  • *
  • Posts: 49
Re: itunesDB to Rockbox (command prompt)
« Reply #4 on: December 28, 2006, 08:38:29 PM »
i made a very simple Batch file to my own use.
just create a file namede DT.bat inside of your folder \iPod_Control\iTunes
in windows ipods
and paste this commands:

Quote
del *.tcd /y
itdb2tc itunesdb
move *.tcd X:\.rockbox\


Where X is you main ipod drive letter - mine is G:

save the file and run it whenever you have updated your songs in itunes.
Logged
COMUNIDADE ROCKBOX IPOD no ORKUT http://www.orkut.com/Community.aspx?cmm=24876869

TUTORIAL ILUSTRADO ROCKBOX EM PORTUGUÊS: http://tinyurl.com/37u8jf

Offline thewall388

  • Member
  • *
  • Posts: 3
Re: itunesDB to Rockbox (command prompt)
« Reply #5 on: September 10, 2008, 03:33:16 PM »
Hi. I'm new to the forum. I just got the 5th generation 80 gb ipod to replace my iriver h340 which Ive had for close to 5 years, 3 of which Ive had rockbox. Rockbox lit up my mp3 experience and got me spoiled. What more can I say?  ;D So much so that I got the 80 gb 5th generation instead of the new 160gb classic which I would have so much wanted instead for size.

PROBLEM: So, Ive been following this thread and have been doing everything. I got it all to work and I got itdb2tc to spit out the .tcd files. So it seems to have worked. Problem is, after i put it into the .rockbox folder in my ipod, and booted it up, the ipod said that the database isn't ready and it must search again. Why didn't rockbox read the .tcd files i created for it?
Logged

Offline LambdaCalculus

  • Member
  • *
  • Posts: 2257
  • Dreaming of Turing Machines...
    • The Nostalgia Roadtrip
Re: itunesDB to Rockbox (command prompt)
« Reply #6 on: September 10, 2008, 03:35:15 PM »
These instructions are ridiculously old. Just create the database from within Rockbox (see the manual). The database will scan your iPod's entire hard drive and add any files it finds to it. Just make sure everything is properly tagged!
Logged
Former Rockbox dev. Rising from the ashes...

Players: iPod Video /w 128GB SSD mod, H320 /w 128GB SSD mod

Offline thewall388

  • Member
  • *
  • Posts: 3
Re: itunesDB to Rockbox (command prompt)
« Reply #7 on: September 10, 2008, 03:49:06 PM »
Quote
The database will scan your iPod's entire hard drive and add any files it finds to it.

I realize that, but it takes too much time and battery. I dont want to have to waste that much time every time i update the id3 tags on itunes or add files. Which is where this program is supposed to come in and take care of that.
Logged

Offline bascule

  • Rockbox Expert
  • Member
  • *
  • Posts: 1298
Re: itunesDB to Rockbox (command prompt)
« Reply #8 on: September 10, 2008, 04:15:36 PM »
That app has not been updated to cope with the many database changes that have happened since it was written, so it's very unlikely to work.

Quote from: thewall388 on September 10, 2008, 03:49:06 PM
...but it takes too much time and battery. I dont want to have to waste that much time every time i update the id3 tags on itunes or add files. Which is where this program is supposed to come in and take care of that.

The battery problem can be got around by running Rockbox on charger power while generating the database (http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-buildch3.html#x5-380003.3)

And if you enable dircache, the database update (for new files) is much quicker than the initial build.

Even better, if you still have your H300 and exactly the same file structure on both devices, then export your H300 database (which generates a simple text file) and import it into the ipod.
Logged
DataBase fanboy and author of the totally overhauled Rockbox Sync Tool

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: itunesDB to Rockbox (command prompt)
« Reply #9 on: September 10, 2008, 06:36:09 PM »
Quote from: thewall388 on September 10, 2008, 03:49:06 PM
Quote
The database will scan your iPod's entire hard drive and add any files it finds to it.

I realize that, but it takes too much time and battery. I dont want to have to waste that much time every time i update the id3 tags on itunes or add files. Which is where this program is supposed to come in and take care of that.

You could update the app to work with the modern rockbox database.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  itunesDB to Rockbox (command prompt)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.11 seconds with 15 queries.