Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: iPod manager (Read 2244837 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[seemingly abandonware] iPod manager

Reply #375

Could you add a "copy" feature, so if you use it, instead of transcoding a not supported file, foo_dop would just copy it like foo_sendtodevice? That way, foo_dop would be perfect for Rockbox/Apple OS use

I hope you understand what I mean 

Thanks!
I don't want to put unsupported formats in the iPod's db, it's only going to confuse the iPod and me also. Okay, maybe you don't want them in the iPod's DB but anyways sorry I don't plan to add this at the moment


Yeah, it would just copy without adding it to the iTunesDB, hopefully you change your mind soon

Thanks for the attention 

[seemingly abandonware] iPod manager

Reply #376
I keep getting this error:

Quote
Error writing iTunesDB file : Object not found


I tried reformatting it, rewriting the database, checking an option to allow filebrowsing, et cetera. This also causes my iPod to freeze up. My specs are:

3rd Generation 20 gig iPod
Windows XP Pro running foobar2000 0.9x

I tried both Firewire and Usb, and it shows up in My Computer each time. What could be wrong?

Thanks

[seemingly abandonware] iPod manager

Reply #377
Ok, I am probably being massively stupid here, but could someone help me out with the converter. I have tried every possible combination of codes I could reasonable think of.

What I want to do is to add properly tagged LAME V2 MP3s to my IPOD I am using this code

Code: [Select]
command:
C:\lame.exe -S --noreplaygain -V 2 --vbr-new - %d

Extension:
mp3
The failure I get is
Quote
Reason: Conversion failed - encoder failure


Presumably I don't have to convert to .wav before the conversion, do I?

If someone could post a successful code, I would be most grateful.

musicmusic, thankyou so much for this superb plugin.


I'm getting the same problem trying to add flac files to the iPod.

E:\Program Files\foobar200\lame.exe -V 0 --vbr-new
extention:
mp3

If I use the built in FB2k converter to convert to mp3 then they add fine. Normal mp3's add fine. I don't have any file types besides mp3 and flac.

[seemingly abandonware] iPod manager

Reply #378
I keep getting this error:

Quote
Error writing iTunesDB file : Object not found


I tried reformatting it, rewriting the database, checking an option to allow filebrowsing, et cetera. This also causes my iPod to freeze up. My specs are:

3rd Generation 20 gig iPod
Windows XP Pro running foobar2000 0.9x

I tried both Firewire and Usb, and it shows up in My Computer each time. What could be wrong?

Thanks
Is your iPod blank? Maybe there is a bug in the automatic ipod "preparation", I'll check it tomorrow. Or you can use version 0.3.1 to prepare it and switch back to new version.


I'm getting the same problem trying to add flac files to the iPod.

E:\Program Files\foobar200\lame.exe -V 0 --vbr-new
extention:
mp3

If I use the built in FB2k converter to convert to mp3 then they add fine. Normal mp3's add fine. I don't have any file types besides mp3 and flac.

Try
Code: [Select]
"E:\Program Files\foobar2000\lame.exe" -V 0 --vbr-new - %d
.

[seemingly abandonware] iPod manager

Reply #379
Yeah, I'm using 0.3.1 right now because it's the latest release, I'm scared to use Test releases =P. I'll try the test release, though.

EDIT: I tried it with the Test release, and I got ANOTHER error:

Quote
Error writing iTunesDB file : I/O error (win32 #55)


What is going on??? (PS. this error didn't freeze up my iPod)

EDIT2: More information so maybe you can pinpoint the problem

I can "send" a small amount of songs at a time, and they show up on the iPod, however, when I try to send a whole playlist, the above error comes up. Also, "Browse iPod" in the foo_dop menu comes up clean; there's no songs or anything, even the ones I added which showed up on the iPod itself.

ONE MORE EDIT: I prepared the iPod in 0.3.1, and tried to sync in 0.3.7. "Error writing iTunesDB file : Object not found" came up again, AND I got a windows system tray message telling me that "files were not saved to K:, there could be a problem with hardware or software" (paraphrased). Syncing worked fine with Mediamonkey, so it's not the iPod.

[seemingly abandonware] iPod manager

Reply #380
This entire IO around the try handler that geneates that error:

Code: [Select]
    pfc::string8 path;
    pfc::string8 backup_path;
        path = m_path;
        path << "iPod_Control\\iTunes\\iTunesDB";

        newpath << path << ".dop.temp";
        service_ptr_t<file> p_file;
        filesystem::g_open_write_new(p_file, newpath, p_abort);
        p_file.release();
        backup_path << path.get_ptr() << ".dop.backup";
        if (filesystem::g_exists(backup_path, p_abort))
            filesystem::g_remove(backup_path, p_abort);

        if (filesystem::g_exists(path, p_abort))
            filesystem::g_move(path, backup_path, p_abort);
        filesystem::g_move(newpath, path, p_abort);

Whilst you may not understand c++, that should be vaguely understandable.

There are two possibilities for "Object not found" - it can't find the .temp file it just wrote at the last command, or maybe it can't find the iPod_Control\iTunes directory when opening the file. I don't think it could be the latter however (give you can send a few songs).

Given that it stops at any failure, it doesn't make much sense. But there is not much I can do about it if something is eating my temp files.

Check that your iPod is set up for manual song management. Exit any other iPod software, anti-virus software, etc.

Error #55 is "The specified network resource or device is no longer available." I.e. The iPod was ejected/removed mid-operation. Could be linked to the systray error maybe.

Browse iPod will be blank until you select something in the left list. Did you do that?

Lastly, freezing iPods etc. isn't normal, neither is that error you said turned up. Was the title "Delayed write failure"? Is write caching enabled on your iPod? It can't be good idea for removable device, you should set windows to "Optimise for quick removal". Do a chkdsk on your iPod too. Also check Event Viewer for any errors about your iPod.
.

[seemingly abandonware] iPod manager

Reply #381
how can i tag my music to be displayed as compilations on my ipod?

i tried tagging %compliation% to '1'

@musicmatch:

Is there any way to have the imported playlists (when loading playlists from iPod) to be removed once the iPod is disconnected? - they take over my playlist drop down menu!

and a bit off topic but does any1 know if there is a variable such as %playlistname% (i know theres active playlist for cwb hooks) - i wanna sort my playlists into section: iPod & autoplaylists (which i can use %lock%)

[seemingly abandonware] iPod manager

Reply #382
Lastly, freezing iPods etc. isn't normal, neither is that error you said turned up. Was the title "Delayed write failure"? Is write caching enabled on your iPod? It can't be good idea for removable device, you should set windows to "Optimise for quick removal". Do a chkdsk on your iPod too. Also check Event Viewer for any errors about your iPod.

Yes, the error in the systray was "Delayed Write Failure". Write caching is not enabled, it is "optimized for quick removal", and always has been. Could it be that the iPod just can't handle that much information at once, given that I can send a few songs? It is quite old, but again, it worked just fine on MediaMonkey.

[seemingly abandonware] iPod manager

Reply #383

Ok, I am probably being massively stupid here, but could someone help me out with the converter. I have tried every possible combination of codes I could reasonable think of.

What I want to do is to add properly tagged LAME V2 MP3s to my IPOD I am using this code

Code: [Select]
command:
C:\lame.exe -S --noreplaygain -V 2 --vbr-new - %d

Extension:
mp3
The failure I get is
Quote
Reason: Conversion failed - encoder failure


Presumably I don't have to convert to .wav before the conversion, do I?

If someone could post a successful code, I would be most grateful.

musicmusic, thankyou so much for this superb plugin.

You're command works fine here, so I don't think that is at fault. What version of LAME are you using? Try 3.97. What is the input file format? Try a different one. It may be specific to that format in which case I can fix it.



I am using FLAC, but its working now!  the culprit was the lack of LAME 3.97. I cant for the life of me remember what I was using before this, but that seems to be the cause. The command is working fine without the quotes around the directory path.

Thanks for the reply.

[seemingly abandonware] iPod manager

Reply #384
Yes, the error in the systray was "Delayed Write Failure". Write caching is not enabled, it is "optimized for quick removal", and always has been. Could it be that the iPod just can't handle that much information at once, given that I can send a few songs? It is quite old, but again, it worked just fine on MediaMonkey.

Well, yes sending more files is going to stress things. If the iPod's HD is screwed, sending more files has more chance of hitting a bad block/whatever on the HD. It could alternatively be stressing some component of your computer (USB bus/whatever).

BTW To All: Don't use the Browse iPod command in TEST version, it has a bug and may cause a crash.
.

[seemingly abandonware] iPod manager

Reply #385
Yes, the error in the systray was "Delayed Write Failure". Write caching is not enabled, it is "optimized for quick removal", and always has been. Could it be that the iPod just can't handle that much information at once, given that I can send a few songs? It is quite old, but again, it worked just fine on MediaMonkey.

Well, yes sending more files is going to stress things. If the iPod's HD is screwed, sending more files has more chance of hitting a bad block/whatever on the HD. It could alternatively be stressing some component of your computer (USB bus/whatever).

BTW To All: Don't use the Browse iPod command in TEST version, it has a bug and may cause a crash.

All right, well, I can deal with sending one album at a time

Thanks for your help, and thanks for the excellent plugin!

[seemingly abandonware] iPod manager

Reply #386
OK, I released 0.3.8 TEST. Changes are same as earlier releases in this thread, and I also added a browser for the photos that are on your iPod. Yes, not the most useful feature, but it at least tests the Photo Database reader properly (before I maybe write a Photo Database writer )

If you run the "Browse Photos" command, it should either burp an error, or display your photos that are stored on your iPod (not in any particular order...) It will read the database stored at "Photos\Photo Database" (not the ArtworkDB file ATM).

The actual Photo Browser itself isn't designed for anything other than for testing reasons. The Next/previous format buttons are for navigating between the different formats image formats stored on the iPod.  If you receive any error trying to browse photos (other than object not found..) please let me know and post your Photo Database if possible. Thanks!
.

[seemingly abandonware] iPod manager

Reply #387
Hi musicmusic,

Not sure if people asked this question or not. You know, iTunes has a feature, I don't remember what it's called, before you load a track to the iPod there's a checkbox that you can mark, it makes iPod to remember the position in a track when you stop it. It's particularly useful for audiobooks. Are you planning to implement such feature? Thanks.

[seemingly abandonware] iPod manager

Reply #388
Hi guys, I have tried to add UNSYNCED_LYRICS tags to the existing songs  on 5.5g 80gb ipod. The lyrics was not shown by ipod first. I have tried to reload/rewrite database - no luck. But then, I have found that iTunes can see the tag and after I have once opened it with iTunes the ipod will also starts showing it! Any opinions? Thanks.

[seemingly abandonware] iPod manager

Reply #389
I also added a browser for the photos that are on your iPod. Yes, not the most useful feature, but it at least tests the Photo Database reader properly (before I maybe write a Photo Database writer )


This is great news! I will test it when i get home and report back. thanks for the continued work

Edit: Browser of images works fine, showed all my images! I dunno why there are 4 formats tho? thought there would just be a thumbnail and a full size

[seemingly abandonware] iPod manager

Reply #390
Added files with latest test version.  Files were added and play, but other entries screw up with the letters in fast scrolling (i.e. The Hooters is sorted as H but displays a [T] overlay when fast scrolling.)  This wouldn't be such a problem if it didn't also slow the scrolling considerably.

I can take pictures with a digital camera if needed. Or a video.

[seemingly abandonware] iPod manager

Reply #391
Hi musicmusic,

Not sure if people asked this question or not. You know, iTunes has a feature, I don't remember what it's called, before you load a track to the iPod there's a checkbox that you can mark, it makes iPod to remember the position in a track when you stop it. It's particularly useful for audiobooks. Are you planning to implement such feature? Thanks.
Yes, it is planned

Hi guys, I have tried to add UNSYNCED_LYRICS tags to the existing songs  on 5.5g 80gb ipod. The lyrics was not shown by ipod first. I have tried to reload/rewrite database - no luck. But then, I have found that iTunes can see the tag and after I have once opened it with iTunes the ipod will also starts showing it! Any opinions? Thanks.
Last time I checked, the field name (for mp3s) should be "UNSYNCED LYRICS" (i.e. no underscore) and also make sure the mp3 file has an id3v2 tag (use "MP3 Tag Types"). Check those and try again.


I also added a browser for the photos that are on your iPod. Yes, not the most useful feature, but it at least tests the Photo Database reader properly (before I maybe write a Photo Database writer )


This is great news! I will test it when i get home and report back. thanks for the continued work

Edit: Browser of images works fine, showed all my images! I dunno why there are 4 formats tho? thought there would just be a thumbnail and a full size
Thanks for testing

The iPod stores several formats, I didn't pay much attention to what they are for.

Quote
' date='Jan 10 2007, 22:54' post='463287']
Added files with latest test version.  Files were added and play, but other entries screw up with the letters in fast scrolling (i.e. The Hooters is sorted as H but displays a [T] overlay when fast scrolling.)  This wouldn't be such a problem if it didn't also slow the scrolling considerably.

I can take pictures with a digital camera if needed. Or a video.
Thanks, it was reported above. I guess I will just make it edit the strings so the "The" is appended (as ", The", which I guess is what iTunes did, but I don't remember). You can disable the sorting option for now if it bothers you.
.

[seemingly abandonware] iPod manager

Reply #392
ooh new feature request... make the ipod playlist an autoplaylist that automatically updates itself when the iPod is connected or updated.. that would be immensely useful

 

[seemingly abandonware] iPod manager

Reply #394
how can i tag my music to be displayed as compilations on my ipod?

i tried tagging %compliation% to '1'
[/quote]

bump

anybody?

Isn't it the album artist field tagged as VA for compilations?

[seemingly abandonware] iPod manager

Reply #395
Last time I checked, the field name (for mp3s) should be "UNSYNCED LYRICS" (i.e. no underscore) and also make sure the mp3 file has an id3v2 tag (use "MP3 Tag Types"). Check those and try again.

    Hey musicmusic, thanks for your advice. I am using fb2k v0.9.4.2 with MP3 preferred writing scheme set to ID3v2, writer "compatibility mode" is on (for iTunes). The tag name is "UNSYNCED LYRICS" (for MP3 files). The problem is related only to the songs that are already on the ipod. The ipod will start showing the tags, but only after the lyrics was read by iTunes once. It seems to me like iTunes changes the database record for the title to indicate the presence of the tag. Also the tags are perfectly displayed in all songs if they are added through iTunes. 
  I think I need something that would rescan the ipod database from files. I thought that foo_dop should do that? I've tried using "Reload ipod library metadata from files", but as I said no luck.

[seemingly abandonware] iPod manager

Reply #396
[quote name='inatightspot' date='Jan 11 2007, 15:21' post='463448']
how can i tag my music to be displayed as compilations on my ipod?

i tried tagging %compliation% to '1'
[/quote]

bump

anybody?

Isn't it the album artist field tagged as VA for compilations?
[/quote]

Having %album artist% set to VA or Various Artists just displays the artist as VA (which for some reason is at the top of the artists list) and Various Artists, they do not come under compilations menu.

[seemingly abandonware] iPod manager

Reply #397
[quote name='2Pacalypse' date='Jan 12 2007, 03:17' post='463612']
[quote name='inatightspot' date='Jan 11 2007, 15:21' post='463448']
how can i tag my music to be displayed as compilations on my ipod?

i tried tagging %compliation% to '1'
[/quote]

bump

anybody?

Isn't it the album artist field tagged as VA for compilations?
[/quote]

Having %album artist% set to VA or Various Artists just displays the artist as VA (which for some reason is at the top of the artists list) and Various Artists, they do not come under compilations menu.
[/quote]
I know what you mean. This link is the closest I could find to help explain things
http://www.hydrogenaudio.org/forums/index....;hl=compilation
foo_pod was able to mark albums as compilations just like itunes, didn't it?. If not it seems that this feature was only available using Itunes. I could be wrong, though.

[seemingly abandonware] iPod manager

Reply #398
can't remember if foo_pod was able to do it compilations. I did try playing with the code for field remapping off of foo_pod website, but had no luck

[seemingly abandonware] iPod manager

Reply #399
I was just wondering if it would be possible to get tracks to show up under more than one genre in the ipod database. I don't the format of the ipod database, so I'm not sure if a song can only be classified under one genre. If not, could you try to have foo_dop recognize when there are mutliple genre tags? Same question for artist and composer.