iTunes per Linux : GtkPod | InTiLinuX

iTunes per Linux : GtkPod »



Gtkpod è un progetto libero e aperto ospitato da Sourceforge che fornisce un’interfaccia grafica semplice ed intuitiva agli utenti Linux e di altri sistemi operativi Unix per trasferire i file audio sul loro iPod, iPod nano, iPod shuffle, iPod photo e iPod mini.


La versione disponibile su Ubuntu Feisty è la 0.99.8 installabile direttamente da apt:

sudo apt-get install gtkpod

In alternativa possiamo installare l’ultima versione Svn Disponibile:

Per prima cosa abbiamo bisogno delle libgpod 0.5.2 che non sono disponibili su Ubuntu:

sudo apt-get install buil-essential
wget http://www.intilinux.com/filelinux/libgpod-0.5.2.tar.gz
cd libgpod-0.5.2
./configure
make && sudo make install

Adesso possiamo installare GtkPod…. Risolviamo le dipendenze necessarie:

sudo apt-get install intltool flex libglade2-dev libgnomecanvas2-dev

Scarichiamo l’ultima versione Svn:

svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod gtkpod
cd /gtkpod/gtkpod/trunk
sh autogen.sh
make
make install

Screenshot:

L’ultima versione ufficiale è la 0.99.10 rilasciata il 26 giugno. Disponibile a questo indirizzo il .Deb (repo Debian Unstable).

Release Note:

NEW FEATURE: on-the-fly conversion of WAV, FLAC and OGG (as well as MP3 and M4A). Thanks to Marc d[readlock], Simon Naunton and Peter Edwards! Multi-threaded background conversion was added by Jorg Schuler.

NEW FEATURE: editing of TV show metadata and track media type. Thanks to Mario Rossi.

NEW FEATURE: Display of Album Art. Thanks to P.G. Richardson.

NEW FEATURE: Download of Album Art from the net. Thanks to P.G. Richardson.

NEW FEATURE: copy playlists and tracks from within the context menu without DND can simplify life with many playlists. Thanks to Andrzej Palejko for his patch.

NEW FEATURE: preliminary support for calculating gapless playback information (lame encoded mp3 files only). Thanks to Michael Tiffany.

UPDATE: Smart playlists now support the following new fields: album artist, tv show, last skipped, season number, skipcount and video kind.

IMPROVEMENT: Clicking on an item with the right mouse button will select and open the context menu, which is the intended behavior. As a consequence, the interface will remain blocked while the selection is being updated and displayed.

BUGFIX: dragging tracks between two iPods would sometimes not actually copy the file.

UPDATED: Italian translation (thanks to Daniele Forsi)

PACKAGING: Install a .desktop file and icons according to the freedesktop.org specification.

Ulteriori info a questo indirizzo.


----> Leggi Anche :


6 commenti

(Required)
(Required, will not be published)
Se sei alle prime armi con Linux fai la tua richiesta alla sezione Help per inesperti su InTiLinuX Forum.