mp3tofid - mp3 uploading tool for use with rsync

Posted by: pim

mp3tofid - mp3 uploading tool for use with rsync - 13/06/2002 16:23

I have just released a first version of mp3tofid, a utility that, together with rsync, will perform automated and efficient MP3 uploads to your empeg.

Download it and/or read about it here.

Pim
Posted by: tonyc

Re: mp3tofid - mp3 uploading tool for use with rsync - 13/06/2002 16:48

SWEET. Haven't tried it out yet, but it sounds great. I just added it to the riocar.org downloads section. I love the part about how it only performs updates when necessary and can resume syncs later on. That's killer.
Posted by: pim

Re: mp3tofid - mp3 uploading tool for use with rsync - 13/06/2002 16:54

In reply to:

and can resume syncs later on




Well, you can intterrupt the transfer and resume later, but your player will not play until it's finished ...

Pim
Posted by: tonyc

Re: mp3tofid - mp3 uploading tool for use with rsync - 13/06/2002 17:01

Well, of course, if the FIDs are incomplete on the player, they won't play. It's still better than having 20 GB fail and having to start over!
Posted by: dmuench

Re: mp3tofid - mp3 uploading tool for use with rsync - 14/06/2002 15:02

Neat!

What version of id3lib did you write against? I'm trying to compile against 3.7.13 on Debian, and I'm getting this error:

g++ -c -o scanid3.o scanid3.cpp
scanid3.cpp: In function `char * getid3field(ID3Tag *, ID3_FrameID)':
/usr/include/id3.h:88: too few arguments to function `size_t ID3Field_GetASCII(const ID3Field *, char *, unsigned int, unsigned int)'
scanid3.cpp:16: at this point in file

It's missing the index argument, and I am not sure what goes there.

Looks like a great piece of software though, thanks..
Posted by: mlord

Re: mp3tofid - mp3 uploading tool for use with rsync - 14/06/2002 16:29

I suppose I'm going to have to implement an rsync server in Hijack now..
Posted by: TedP

Re: mp3tofid - mp3 uploading tool for use with rsync - 14/06/2002 20:06

someone's gotta integrate this with (j)emplode too (for those of us who dont run linux)!! finally... i've been wating for this for a while. thanks!!!
Posted by: Chuck

Re: mp3tofid - mp3 uploading tool for use with rsync - 15/06/2002 11:18

Yes Yes Yes
Posted by: pim

Re: mp3tofid - mp3 uploading tool for use with rsync - 15/06/2002 18:00

In reply to:

What version of id3lib did you write against?




3.8.0
Posted by: pim

Re: mp3tofid - mp3 uploading tool for use with rsync - 16/06/2002 13:17

There are limits to what emplode and jemplode can do, as they both use the player software on the receiving side.

I'm currently taking a look whether I can port mp3tofid to Windows using cygwin.

Current cygwin seems to be able to support symbolic links. storing them as Windows shortcuts. As the base cygwin distribution include rsync, it too should see these shortcuts as symlinks. And even if this won't work, I could always just copy the MP3's.

Pim
Posted by: Roger

Re: mp3tofid - mp3 uploading tool for use with rsync - 17/06/2002 04:19

It might work, ISTR that rsync from cygwin to Linux copies .lnk files as symlinks, but with the .lnk extension, which you don't want.
Posted by: Roger

Re: mp3tofid - mp3 uploading tool for use with rsync - 17/06/2002 08:23

I've just checked -- if you create a symlink with cygwin, rsync under cygwin will transfer it to a Linux box correctly (using --links). I assume that --copy-links will work correctly, too.

Posted by: Terminator

Re: mp3tofid - mp3 uploading tool for use with rsync - 17/06/2002 09:17

Does this mean that theres a chance that windows users will be able to use this with cygwin?
Posted by: Roger

Re: mp3tofid - mp3 uploading tool for use with rsync - 17/06/2002 11:26

Yes.