Things to do with an iPod and Fedora

My iPod Nano 8gb. ( not the fancy new one with the video ) works perfectly well inside fedora so long as you bear in mind the following basic points:
  1. The thing doesn't play ogg files so if you have any of those on your system, they can not be synced.
  2. Depending on the application you use, you end up with podcasts being saved under music.
  3. Sometimes you get images sometimes you don't.
  4. Albums with Various Artists do not appear under compilations. Instead your Artists menu shows a long list of artists most of which only have one track.
Applications that ship with fedora and support the iPod:
  1. gtk-pod ( manage your ipod )
  2. gpodder ( download podcasts etc - these actually go into the podcasts menu on the device. )
  3. Amarok
  4. Rythmbox

Other music applications I have played with that support the iPod:
  1. Songbird 2
I should not here that once again, I have found that Amarok 1.4 is still the best player out there. I had to install it using the F11 binaries ( just search for them on google ) and a couple of symlinks:
  1. ln -s /usr/lib64/libssl.so.10 libssl.so.8
  2. ln -s /usr/lib64/libcrypt.so.10 libcrypt.so.8
So there you go!

Comments

Popular posts from this blog

Automatically mount NVME volumes in AWS EC2 on Windows with Cloudformation and Powershell Userdata

Extending the AD Schema on Samba4 - Part 2

Python + inotify = Pyinotify [ how to watch folders for file activity ]