Warning: session_start(): open(/tmp/sess_nrtlfhuvh8nvl3aibhqivmd037, 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 

-
.

 SlackWare Package

 
 by gohanz on: Dec 16 2005
 
Score 50%

A TGz SlackWare 10.2 package, with SlackBuild script is ready to download ;)


http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=842&parent=category


Reply to this

-
.

 3.3.2?

 
 by BorgQueen on: Jan 13 2006
 
Score 50%

No chance of this working on KDE 3.3.2?


Reply to this

-

 Re: 3.3.2?

 
 by Fry26 on: Jan 13 2006
 
Score 50%

I just have no idea if it'll work since I don't have a 3.3.2 installation here. Just try it out.
If I remember correctly konqueror crashed in 3.3 because of the extra fields showing track metadata like album, artist etc. Maybe you can get it working by removing the extra field names in the ipodslave.protocol file but that's just a guess.

Michael


Reply to this

-
.

 Re: Re: 3.3.2?

 
 by BorgQueen on: Jan 13 2006
 
Score 50%

OK its working here on Sarge with 3.3.2. I'll let you know if I experience any crashes. Thanks.
Great KIO slave.


Reply to this

-
.

 Re: Re: Re: 3.3.2?

 
 by BorgQueen on: Jan 14 2006
 
Score 50%

ok ipodslave works like a charm in Debian 3.1 and KDE 3.3.2. Thank you Fry26 for your wonderful KIO slave!

Just in case people have having trouble figuring out how to mount an ipod here's the fstab line:

/dev/sdb3 /media/ipod hfsplus rw,user,noauto 0 0

This is a simple one I use for Debian and Ark Gnu Linux distros. You may have to adapt it to your distro.

Thanks to all the people at #debian-kde, specially grepper (my linux yoda) and timothykaine, etorix for helping me figure out that fstab line.


Reply to this

-
.

 Re: Re: Re: Re: 3.3.2?

 
 by BorgQueen on: Jan 14 2006
 
Score 50%

Opps forgot to thank lgsobalvarro for his help. Thanks


Reply to this

-
.

 SuSE 10 V0.7.2

 
 by linux3114a on: Jan 14 2006
 
Score 50%

ipodslave-0.7.2-S10K35.i386.rpm
at
http://home.tiscali.be/raoul.linux/downloadSuSE10.0.htm


ENJOY !!!


raoul
Reply to this

-
.

 SuSE 10.0 V0.7.3

 
 by linux3114a on: May 1 2006
 
Score 50%

ipodslave-0.7.3-1-lotus.i586.rpm
at
http://home.tiscali.be/raoul.linux/downloadSuSE10.0.htm

ENJOY !!!


raoul
Reply to this

-

 SuSE 10.0 packages ?

 
 by juanlutz on: Jul 10 2006
 
Score 50%

Really I am missing the rpm packages for SuSE10.0
Where is possible to find it?
THX
J.-L.


Reply to this

-

 Re: SuSE 10.0 packag

 
 by Fry26 on: Jul 10 2006
 
Score 50%

Sorry, but I don't have access to a SuSE10 machine - all I can provide is SuSE packages for 9.3 and 10.1, i586 and X64


Reply to this

-

 automate synchronize

 
 by MamiyaOtaru on: Jun 13 2007
 
Score 50%

At any rate, it is slightly annoying to have to manually synchronize. Could that happen automatically when a file or a bunch of them are dropped into the Transfer directory?

Ideally it would happen automatically when the filesystem is unmounted (and perhaps periodically before then if there are any changes).

Does this project have any relation to fusepod?


Reply to this

-

 Re: automate synchronize

 
 by Fry26 on: Jul 29 2008
 
Score 50%

The whole thing is request driven - one put of a single find could be meant as a single put but also be a part of a "put a whole bunch of files" action. There's just no way of figuring that out.

If there was an always running app core and a kio slave just talking to it there would be a chance of having some continous flush of the in mem database and a final sync when disconnecting. But that's a lot of work and I definitely need help on that side.


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