Warning: session_start(): open(/tmp/sess_r5mdaq63s5q4qkkn9e3jfo5co3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
ipodslave openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

ipodslave

   0.8-pre1  

KDE Other Utility

Score 82%
ipodslave
zoom


Link:  Link
Downloads:  6886
Submitted:  Apr 12 2004
Updated:  Jul 12 2006

Description:

Edit 20060711: got my hands on a SuSE10 machine: added SuSE10 rpm packages for libqtpod


IPODSLAVE - an iPod IO slave

This is a prerelease version of the upcoming 0.8 version. Be aware that this is work in progress and may contain bugs, although it works like a charm for me.
This version is based on the latest libqtpod release 0.3-rc1.

This ioslave enables KIO aware apps like konqueror or amarok to access the
Music stored on an Apple iPod. It further allows you to organize playlists.

To have access to your iPod mount it (some distros do this automatically when
the iPod gets plugged in) and open the URL "ipod:/".
If you have more than one iPod connected to your system you'll get a list of
directories named after the mountpoints of the iPods found. If you open one
of the directories you'll get a list of 4 directories:
Artists, Playlists, Utilities and Transfer.

If just one ipod is found the slave will automatically redirect to it's
directory.

You can copy songs from an Album to a playlist, move tracks between
playlists or albums or copy songs from one iPod to another.
You can also add new mp3 files or directories containing them to your iPod(s)
by copying them to the "Transfer" directory.
Be aware though that the changes you make aren't saved automatically to your
iPod's database - use the "Synchronize" utility under ipod:/Utilities to do
this.
Make sure you have a backup copy of your original iTunesDB file.
This file can be found under iPod_Control/iTunes/iTunesDB in the directory
struture of your iPod. If you open the Synchronize utility it'll provide a link
to this file that you just can drag and drop to a save place.


Features:
* since this version is a prerelease and work in progress you may encounter bugs/problems/instabilities
* browsing and opening the mp3s with KIO aware apps (like konqueror,amarok or
krusader)
* browsing and copying songs and playlists with konqueror
* copying tracks and albums off of the iPod
* copying mp3 files and directories to the iPod
* renaming/moving albums
* accessing playlists
* when using konquerors detailed list view it'll show meta information about
single tracks (like author, length etc)
* On The Go Playlists and Playcount support provided by Benedikt Elser
* iPod shuffle support by Guenter Schwann


What next:
* kded plugin to provide access to the core functions via DCOP (thanks to
Andrew De Quincey for this and lotsa more good ideas and code) and to
provide notifications when something changed
* Podcast support
* photo / artwork support
* upload/download videos to the new iPod Video


Bugs/noticable problems:
* when deleting a Track from a playlist the numbering of the tracks won't
get reorganized (e.g. when deleting track 2 the list will be
1 - blah.mp3
3 - moreblah.mp3
4 - etc ... )
until synchronized with the iPod's database. This is because the numbering
must be consistent between 2 or more deletes (e.g. when deleting a list of
songs)
* mp3 files need to have sufficient id3 information (Album, Artist, Title and
Tracknum).
Be aware when copying tracks to the ipod that the sort order heavily depends
on the id3 tracknumber field. Make sure the id3 information is sufficient.
* Sometimes (almost always) you need to hit the "reload" button to make changes
visible
* please report any problem you encounter with the software to the sourceforge
project page at http://sourceforge.net/projects/kpod
* Since podcasts and smart playlists are unsupported at the moment you'll lose
them when synchronizing the database.


Hints for installation:
* in order to install it correctly it needs to be configured with
configure --prefix [path to your KDE installation]
* On a SuSE AMD64 add the --enable-libsuffix=64 configure switch
(is this true for other AMD64 distros too?)
* id3lib is needed now




Changelog:

Changes for version 0.8-pre1
* separated the whole ipod/iTunesDB code to a separate library - libQtPod
* supports updating smart playlists
creating new ones or editing smart playlist rules is not yet possible
* when synchronizing with the database it will automatically create backup copies of the old files.
* writing MHOD52 for the master playlist implemented
this speeds up operation of the browse menu and also results in smaller gaps between songs

Changes for version 0.7.3
* ignore ItunesDB elements we can't handle yet
* fixed bug where itunesdb didn't get written when slave was compiled with gcc4 - thanks to Jeff Weeks for pointing this out and fixing it

Changes for version 0.7.2
* make sure everything gets written to the ipod's harddrive when
synchronizing the database and before ejecting the ipod.
This should prevent filesystem corruption when ejecting the
ipod right after using the synchronize utility.
* sort playlists by title when saving the database to the iPod
* fixed a bug where playlists didn't get read in correctly

Changes for version 0.7.1
* implemented creating/renaming artist and album
* artists and playlist titles are case sensitive now
* moving tracks between ipods fixed
* check for known filetypes (.mp*) when adding files to the iPod

Changes for version 0.7
* iPod Shuffle support by Guenter Schwann
* support for "On The Go Playlists" and Playcount support by Benedikt Elser
* show track meta info for konquerors detailed list view
* support for multiple ipods
* added import directory where tracks and folders can be copied into
* added eject utility
* show total/used/available disk space at the statistics page




LicenseGPL
Source(ipodslave release 0.8-pre1)
Source(libqtpod release 0.3-rc1)
SUSE(libqtpod rpm for SuSE10.1/i586)
SUSE(libqtpod rpm for SuSE10 /i586)
SUSE(libqtpod rpm for SuSE9.3/i586)
(ipodslave previous release 0.7.3)
Send to a friend
Subscribe
Other  Content  from Fry26
Report inappropriate content



goto page: prev   1  2  3  4  5 

-
.

 great job !

 
 by polux2001 on: Sep 2 2004
 
Score 50%

thanks a lot, i'm waiting the id3 tags display feature now :)


Reply to this

-

 Re: great job !

 
 by Fry26 on: Sep 18 2004
 
Score 50%

Thanks.

The problem with displaying meta information in konquerors list view is that konqueror segfaults when reading a protocol configuration file containing extra field definitions. The code is already in ipodslave but I needed to comment it out until this error gets fixed (reported it a long time ago but the report didn't even get noticed yet) :(


Reply to this

-

 nice app

 
 by al88 on: Sep 23 2004
 
Score 50%

One thing about the mount point detection though -- it won't find it if you are using udev to name the ipod device something other then /dev/sd*. Fixed by adding "/dev/ipod" to the list of strings you look for when iterating through the mount points in ipodslave.cpp.


Reply to this

-

 Re: nice app

 
 by Fry26 on: Apr 6 2005
 
Score 50%

Thanks for the heads-up on this. I changed the ipod detection mechanism so I hope this problem is fixed with the 0.6.3 release. Please tell me if the problem still exists.

Regards
Michael


Reply to this

-

 2 ipod and more

 
 by Skarsnik on: Dec 7 2004
 
Score 50%

And if I have 2 ipods or more ? :)


Victory was near, but the power of the ring couldn't be undone.
Reply to this

-

 Re: 2 ipod and more

 
 by Fry26 on: Apr 6 2005
 
Score 50%

Well, this is a feature planned but I like to do a lot of cleanup/code reorganization so it'll take some time before I'll add new features. Possibly this will result in a new directory structure - something like this:
ipod:/<ipod-name_and_mountpoint>/...

Regards
Michael


Reply to this

-

 iPod Shuffle support

 
 by Thunfisch on: Apr 7 2005
 
Score 50%

Hi there,

I just wanted to know whether iPod-Shuffles are supported or not. If I recall correctly there is a slightly different database format for Shuffles.


Reply to this

-
.

 iPod Shuffle support

 
 by Thunfisch on: Apr 7 2005
 
Score 50%

Hi there,

I just wanted to know whether iPod-Shuffles are supported or not. If I recall correctly there is a slightly different database format for Shuffles.


Reply to this

-

 Re: iPod Shuffle support

 
 by Fry26 on: Apr 8 2005
 
Score 50%

Hi,

the iPod Shuffle is not supported yet, although I'm working on it for the 0.7 line.

Michael


Reply to this

-
.

 iPod Shuffle support

 
 by mseiwert on: Apr 17 2005
 
Score 50%

Hi, first of all thank you for the great work. I'd like to know if there will be iPod Shuffle support at all. Since last week I own one and I'd like to use it with your ipodslave. I saw that there were no commits in the last time. Is the ipodslave project still active ? Hope you get ipod shuffle done I'd be great! Very Best Regards Michael


Reply to this

goto page: prev   1  2  3  4  5 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team