Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cube

Suspended
Original poster
May 10, 2004
17,011
4,973
How do you get iTunes to refresh the music selection it puts in the iPod?
 
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).
 
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
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.