lebauce / quodlibet

Automatically exported from code.google.com/p/quodlibet
1 stars 0 forks source link

Loading Media Files to iPod #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Quod Libet is not able to load media files properly to my iPod Nano, and
I'm  forced to use Rhythmbox for this. That is, QL just copies the files
and folders as is, but iPod needs them to be distributed among special folders.

I'm also affected by #102 — at some point Quod Libet refused to start when
the device is connected.

Original issue reported on code.google.com by timochka on 12 Feb 2009 at 9:47

GoogleCodeExporter commented 9 years ago
Which Nano? QL version? OS version?

Original comment by steven.strobe.cc@gmail.com on 21 Jun 2009 at 8:45

GoogleCodeExporter commented 9 years ago
iPod Nano 3G, Model No.: A1236. Quod Libet 2.0 on Ubuntu 9.04 (Jaunty). Quod 
Libet
package version is 2.0-1ubuntu2.

Also, #102 doesn't seem to affect me any more.

Original comment by timochka on 21 Jun 2009 at 9:08

GoogleCodeExporter commented 9 years ago
Aww, the Nano Chubby!

Can't reproduce, although it's a fair bet that it's not being detected as an 
iPod for
some reason. HFS+ or FAT partition type? Does the device have an iPod icon in 
the
Media Devices browser?

Original comment by steven.strobe.cc@gmail.com on 9 Jul 2009 at 3:40

GoogleCodeExporter commented 9 years ago
Sorry for the delay.

The partition is FAT. The device is shown in the Media Devices browser with some
generic icon which looks like a floppy drive.

Original comment by timochka on 11 Jul 2009 at 10:21

GoogleCodeExporter commented 9 years ago
Test if the gpod Python module can be imported. Run 'python' from a command 
line,
then run 'import gpod'. If it throws an exception, libgpod's python bindings 
aren't
installed; find 'em in your distro's package manager. If not, HAL might not be
detecting your iPod properly. I'll try to reproduce using Ubuntu, but I'd also 
try
restoring your iPod from a Windows machine to see if that causes the iPod to be
identified correctly.

Original comment by steven.strobe.cc@gmail.com on 12 Jul 2009 at 4:57

GoogleCodeExporter commented 9 years ago
Ah, that's it! Sorry, I got an impression that quodlibet installs with all 
necessary
modules as dependencies and I didn't see any import errors in the pluglins 
dialog.

After installing python-gpod quodlibet detects my iPod, I can see the iPod 
icon. Thanks!

Original comment by timochka on 12 Jul 2009 at 9:13

GoogleCodeExporter commented 9 years ago
Sorry for related-topic question, but does gpod also support the iPhone?  Or am 
I
stuck with iTunes on a windows machine?  I tried installing gpod, but doesn't 
seem to
detect the device.

Original comment by BarronS...@gmail.com on 26 Sep 2009 at 2:53

GoogleCodeExporter commented 9 years ago
BarronShaw: No, sorry. Apple uses a proprietary method to communicate with 
iPhones
over USB which hasn't yet been reverse-engineered.

Original comment by steven.strobe.cc@gmail.com on 27 Sep 2009 at 5:44

GoogleCodeExporter commented 9 years ago
As I did not say: this is still open because the 'ipod' device backend should 
warn
the user when libgpod is not found.

Original comment by steven.strobe.cc@gmail.com on 29 Nov 2009 at 2:57

GoogleCodeExporter commented 9 years ago
I have added a print_w for this.

Original comment by reiter.christoph@gmail.com on 7 Jan 2010 at 11:50

GoogleCodeExporter commented 9 years ago
I'd say that's sufficient. Simple but effective.

Original comment by steven.strobe.cc@gmail.com on 31 Jan 2010 at 5:17

GoogleCodeExporter commented 9 years ago
So now that Rhythmbox supports iPhone/iPod in Ubuntu 10, any chance this will 
happen in Quod Libet?

Original comment by BarronS...@gmail.com on 8 Dec 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Does it work for you using Rhythmbox?

According to the libgpod changelog there is no API change, so it "should" just 
work.

Original comment by reiter.christoph@gmail.com on 9 Dec 2010 at 11:53

GoogleCodeExporter commented 9 years ago
Yes, Rhythmbox works OK, but no QL does not.

I can't get QL to recognize the iphone.  Other media players are recognized.  
Ubuntu recognizes the device immediately and launches both QL and Picasa (my 
default photo software), but QL can't browse the music.  I can browse using 
Nautilus.

Original comment by BarronS...@gmail.com on 18 Dec 2010 at 12:00

GoogleCodeExporter commented 9 years ago
I played around a little more..  Quod Libet has often given me problems with 
devices.  I've found that the problem can often be fixed by editing the 
/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi, similar 
to the suggestion here... 
http://blog.pcode.nl/2006/08/24/introducing-hal-to-your-digital-audio-player/ . 

But I haven't been able to get it to work with my iPhone 3 yet.  QL doesn't 
show any device attached.

Original comment by BarronS...@gmail.com on 8 Jan 2011 at 9:34