-
ifp-line-0.3 released.
ifp-line-0.3 released. This version support for manage non-ASCII filename
with ifp-line compiled with iconv framework(GNU libiconv or NetBSD's native iconv).
ChangeLog:
* autotooled
* Add iconv(3) support. ifp-line can transfer file with non-ASCII filename.
* Add "version" command. Show ifp-line's version.
* ifp-1XX can download MP3/WMA/ASF to PC! which with firmware version 3.23 and later.
Installation notes:
Install process changed to this:
% ./configure
% make
% su
# make install
management non-ASCII filename notes:
If you get wrong output of non-ASCII filename, try to set environment variable
such as "LANG" or "LC_ALL" for correct locale value.
Example:
$ ifp ls
d VOICE
d RECORD
d Japanese
d Japanese (Wrong output. This line should print Japanese directory name)
$ echo $LANG
(no output)
$
$ export LANG=ja_JP.eucJP (for sh/bash/zsh)
% setenv LANG ja_JP.eucJP (for csh/tcsh/zsh)
$ ifp ls
d VOICE
d RECORD
d Japanese
d 日本語 (Maybe, this Japanese name can't print on non-Japanese environment)
$
2005-12-10 22:44:36 PST by yamajun
-
libifp-1.0.0.2 released
This is a maintance release of libifp that addresses a number of issues including character locales and portability. The goods are available for download here:
http://prdownloads.sourceforge.net/ifp-driver/libifp-1.0.0.2.tar.gz?download
In other news, libifp is now part of debian-stable! (Thanks Joe!)
2005-08-21 20:29:08 PDT by oakhamg
-
ifp-line-0.2.4.6 released
I released ifp-line-0.2.4.6. This is bugfix release.
Changelog from 0.2.4.5:
* Bug fix release.
* Beta version of N10 firmware update support(Not tested with real N10).
* Fix bug with older versions of libusb. [ Patch 1072614 ]
* Fix "ifp get" behavioir with non-exist file. [ ifp-driver-Bugs-1195447 ]
Verry sorry too late bugfix for firmware update bug with N10.
2005-05-08 03:39:23 PDT by yamajun
-
libifp-1.0.0.1 released
With the release of 1.0.0.1, libifp has entered its first "stable" cycle. Libifp is a general-purpose driver for communicating with iRiver's iFP portable music players. Binaries are available for Debian/Sarge, RedHat FC2 and 3, and SUSE 9.x.
More info:
http://ifp-driver.sourceforge.net/
Download source or rpms from:
http://sourceforge.net/project/showfiles.php?group_id=69923&package_id=132868
Download debian packages from:
http://people.debian.org/~piman/ifp
Graphical interface:
http://ifpgui.sourceforge.net/
2005-02-21 10:51:25 PST by oakhamg
-
libifp graduates to "beta"
libifp version 0.1.0.9-beta has just been released. All basic features have now been implemented, and it's been getting more stable with each release.. so I've dubbed this release "beta" quality. Libifp includes a port of the ifp-line utility.
2004-11-18 14:46:09 PST by oakhamg