mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-13 18:33:34 +01:00
Updated Portable Devices (markdown)
parent
331aa0969b
commit
7fbbc00ccd
@ -5,11 +5,11 @@
|
||||
Starting from version 0.5 Clementine has support for iPods, MTP devices (also known as Microsoft PlaysForSure) and USB mass storage devices.
|
||||
|
||||
<table>
|
||||
<tr><td>**Device**</td><td>**Windows**</td><td>**Linux**</td><td>**Mac**</td></tr>
|
||||
<tr><td>**iPod classic**</td><td><font color="green">supported</font></td><td><font color="green">supported</font>, requires libgpod</td><td><font color="green">supported</font></td></tr>
|
||||
<tr><td>**iPod Touch, iPhone 3G/3GS**</td><td><font color="darkorange">supported if you have iTunes installed</font></td><td><font color="green">supported</font>, requires libgpod and libimobiledevice</td><td><font color="green">supported</font></td></tr>
|
||||
<tr><td>**MTP**</td><td><font color="green">supported</font></td><td><font color="green">supported</font>, requires libmtp and GIO</td><td><font color="darkorange">flaky</font></td></tr>
|
||||
<tr><td>**USB mass storage**</td><td><font color="green">supported</font></td><td><font color="green">supported</font></td><td><font color="green">supported</font></td></tr>
|
||||
<tr><td><b>Device</b</td><td><b>Windows</b></td><td><b>Linux</b></td><td><b>Mac</b></td></tr>
|
||||
<tr><td><b>iPod classic</b></td><td><font color="red">unsupported</font></td><td><font color="green">supported</font>, requires libgpod</td><td><font color="green">supported</font></td></tr>
|
||||
<tr><td><b>iPod Touch, iPhone 3G/3GS</b></td><td><font color="red">unsupported</font></td><td><font color="green">supported</font>, requires libgpod and libimobiledevice</td><td><font color="green">supported</font></td></tr>
|
||||
<tr><td><b>MTP</b></td><td><font color="red">unsupported</font></td><td><font color="green">supported</font>, requires libmtp and GIO</td><td><font color="darkorange">flaky</font></td></tr>
|
||||
<tr><td><b>USB mass storage</b></td><td><font color="red">unsupported</font></td><td><font color="green">supported</font></td><td><font color="green">supported</font></td></tr>
|
||||
</table>
|
||||
|
||||
When you plug in a device it should show up automatically in the Devices tab on the left of the Clementine window. Double clicking on the device will open it and start searching for songs inside. You can copy songs to a device by right clicking them in the library or the playlist and selecting *Copy to device*.
|
||||
@ -22,7 +22,7 @@ http://www.clementine-player.org/screenshots/wiki/devices-small.png
|
||||
|
||||
Clementine uses [libgpod](http://www.gtkpod.org/wiki/Libgpod) to read and write the iTunes database on your iPod. This is installed automatically if you download a binary package of Clementine, but if you are compiling from source make sure you have the libgpod and libgpod-dev packages installed before you start.
|
||||
|
||||
The classic iPod or iPod shuffle appear as USB mass storage devices are mounted and accessed directly by Clementine, but the iPod touch, iPhone and iPad use a different protocol and Clementine uses [libimobiledevice](http://www.libimobiledevice.org/) to access them. libimobiledevice requires usbmuxd which on **Windows** is installed by iTunes.
|
||||
The classic iPod or iPod shuffle appear as USB mass storage devices are mounted and accessed directly by Clementine, but the iPod touch, iPhone and iPad use a different protocol and Clementine uses [libimobiledevice](http://www.libimobiledevice.org/) to access them. libimobiledevice requires usbmuxd.
|
||||
|
||||
- **Show a list of songs:** <font color="green">works</font>
|
||||
- **Copy songs to device:** <font color="green">works</font>
|
||||
@ -36,8 +36,6 @@ On **Linux** and **Mac**, MTP ([Media Transfer Protocol](http://en.wikipedia.org
|
||||
|
||||
On **Linux** you also need GIO and GVFS installed to be able to detect MTP devices.
|
||||
|
||||
On **Windows**, MTP support comes from the Windows Media Device Manager (WMDM). The Clementine setup program will check if you have this installed and automatically download it if required. WMDM supports other kinds of devices too, such as phones that run Windows CE.
|
||||
|
||||
MTP devices can sometimes be a bit temperamental. If you have problems copying songs to your device try unplugging it and plugging it back in, or restarting it.
|
||||
|
||||
- **Show a list of songs:** <font color="green">works</font>
|
||||
|
Loading…
Reference in New Issue
Block a user