Re: [Fedora] Re: itunes-like applications

2011-09-15 Thread James Wellnitz
On Thu, Sep 15, 2011 at 3:45 AM, Walter Cazzola wrote: > On Wed, 14 Sep 2011, James Wellnitz wrote: > >> gtkpod on F15 works well for managing music and videos on my >> (non-jailbroken) iPod Touch. > > thanks, I'll give it a try! Could it deal with e-books as well? I

Re: itunes-like applications

2011-09-14 Thread James Wellnitz
gtkpod on F15 works well for managing music and videos on my (non-jailbroken) iPod Touch. I have had trouble in the past after iOS upgrades on the iPod, however (the result of Apple's tight control on the rather close iTunes software and database, I imagine). Usually gtkpod updates a bit after a

Re: Packages remaining after upgrade

2011-03-09 Thread James Wellnitz
Yup, that's normal. These packages have indeed not been rebuilt since f13, or even f12. My system shows much the same stuff: % rpm -qf /etc/fedora-release fedora-release-14-1.noarch % rpm -q expat expat-2.0.1-10.fc13.x86_64 expat-2.0.1-10.fc13.i686 % rpm -q lzo lzo-2.03-3.fc12.x86_64 % rpm -q

Re: iPod touch and F13?

2010-06-15 Thread James Wellnitz
I had my iPod Touch working with gtkpod fairly reliably on F12. The F13 support seems to be there (rhythmbox and gtkpod see the device without any special configuration) but it looks like the iPod is effectively mounted in a directory owned by root as my normal user can't write to it. I ran gtkpo

Re: [OT] Need some bash scripting assistance

2010-06-10 Thread James Wellnitz
Something like this will basically do the "increment target link" part (making some big assumptions, doing no error checking, not handling wrap-around, etc.): cur_link=$(readlink target | sed -e "s#./##") cur_number=${cur_link%% *} cur_number=${cur_number#0} let new_number=cur_number+1 new_number=