C cube Suspended Original poster May 10, 2004 17,011 4,973 Dec 21, 2009 #1 How do you get iTunes to refresh the music selection it puts in the iPod?
C cube Suspended Original poster May 10, 2004 17,011 4,973 Dec 22, 2009 #2 The only way to do this is to select "manually manage music and videos", and then use the autofill facility in the "Music" device content page (not sync tab).
The only way to do this is to select "manually manage music and videos", and then use the autofill facility in the "Music" device content page (not sync tab).
C cube Suspended Original poster May 10, 2004 17,011 4,973 Dec 22, 2009 #3 That is no good for filling the ipod with entire albums. So, I found NanoFibre. But that also fills with full podcasts. To skip podcasts, build from the NanoFibre source, replacing lines 132 and 133 in MusicLibrary.m with: Code: if ([track objectForKey:@"Disabled"]) { continue; } if ([track objectForKey:@"Podcast"]) { continue; } USE AT YOUR OWN RISK
That is no good for filling the ipod with entire albums. So, I found NanoFibre. But that also fills with full podcasts. To skip podcasts, build from the NanoFibre source, replacing lines 132 and 133 in MusicLibrary.m with: Code: if ([track objectForKey:@"Disabled"]) { continue; } if ([track objectForKey:@"Podcast"]) { continue; } USE AT YOUR OWN RISK