2

I'm searching a console-application which helps me managing my portable mp3-player. The player is a simple mountpoint so nothing special here.

My Wish-Application would work as following:

  1. I provide a folder where I symlink all media-files I want on my device.
  2. I run the application, it does the following:
    • Convert the mediafiles into a playable format if my player cant handle the format (flac->mp3). Also apply the tags of the source-file to the converted file. Cache the converted file so on the next sync the conversion hasn't have to be done again.
    • Check if the files fit onto the device, otherwise throw an error
    • Copy the files onto my device (mounted to a mountpoint)

I know there will be no application which does exactly this but is there something similar? I also know I could construct something like this by myself (using rsync, sox, du) but I want to save the work if there is something usuable.

Thanks for help!

theomega
  • 1,154

2 Answers2

1

Assuming you have an iPod, Gnupod (please Google, I can only post one hyperlink) is capable of doing what you propose with a little scripting magic.

It also converts FLAC and ogg files to AAC on-the-fly, and of course will transfer WAV, AAC and mp3:

http://www.gnu.org/software/gnupod/gnupod.html#SEC11

With a little hacking you could probably add support for other formats. I've been using it for years now (I'm on my third iPod) and it really beats the pants off of the other more bloated options (amarok, banshee, etc). It's a simple tool meant to be combined with others.

0

Have a look at Automatic backup when inserting a drive. It's a udev-based solution which takes care of automatically copying and filing the backups of your external drives.