To the best of my knowledge, none of the jukebox apps out there contain an interface to services like Napster or Rhapsody. It is something I have thought about adding to my own, the SKG Jukebox, perhaps in a major update in the next year. As a programmer, the challenges would be considerable. A jukebox program basically assumes a static music collection. You have x number of albums, or y number of songs, and you present them in a pretty format so users can easily select them, queue them up, etc. An online service is more dynamic, adding new material essentially as it is released. The sheer volume also presents a programming challenge. Napster advertises over 500,000 artists. The only reason they are able to manage all that,is because they have large databases driving the site, something the average jukebox app does not have. In order to add Napster or Rhapsody support to something like the SKG Jukebox, the user would have to specify exactly which artists to import. This kind of defeats the purpose of a service like Napster, which is to allow you to explore a huge library of music, and get exposed to new and interesting things. I hope this has been helpful.