Hello, Stephan and Nick!

On Tue, 2007-07-17 at 07:31 -0400, nikosapi wrote:
> On July 17, 2007 02:32:59 am Stephan Buys wrote:
> > Hi all,
> >
> > When using gpodder, after a sync my iPod has a tendency to crash when I hit
> > "play". I have to then cold-boot it to get it back, but it normally
> > functions ok after that.
> > I am using the latest gpodder with Ubuntu 7.04.
> 
> Does "lastest" mean 0.4.2-0ubuntu2 or 0.5.2 (compiled from source) or the 
> latest from svn?  You should be fine with the ubuntu packages as they do 
> support your iPod, so if you're not using the latest ubuntu packages you 
> might want to try that

I think Nick is talking about libgpod here. Make sure you have a recent
stable version of the library and its Python bindings. All iPod-related
issues are most likely related to libgpod, as this library is
responsible for writing/updating the iTunesDB.

> > Also, my iPod doesn't seem to work "out of the box"? (It is a 6th
> > generation iPod Nano). I first have to "Create iPod Folders" using gtkpod
> > before I can start using it?
> 
> I believe this is a known limitation of gPodder, I wonder how hard it would 
> be 
> to implement?

It's a known limitation, that's right. If you completely erase your
iPod, you have to "init" it again using gtkpod. If this functionality
can be provided by libgpod (please ask there), it'd be easy for gPodder
to simply do something like (in pseudocode):

if gpod.ipod_has_not_been_inited(ipod_path):
    gpod.create_ipod_folders(ipod_path)

Re-implementing this functionality in gPodder is not what I want to do,
as I only have an old iPod mini, and it Works For Me(tm). Initialization
of an iPod is what belongs in gtkpod or libgpod. And if in libgpod, we
should utilize the functionality to automagically initialize the iPod.

I'll gladly accept patches to support newer-generation iPods where
possible, though.


Thanks,
Thomas


_______________________________________________
gpodder-devel mailing list
gpodder-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to