Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

riocp(1) [debian man page]

RIOCP(1)						      General Commands Manual							  RIOCP(1)

NAME
riocp - program to transfer files to and from the Rio Karma SYNOPSIS
riocp [options] files_to_upload... DESCRIPTION
This manual page documents briefly the riocp command. riocp is a program that searches for and lists files on the Rio Karma. It also allows the user to transfer files to and from the device. OPTIONS
A summary of options is included below. -a {path|hostname|IP-ADDR} Set access location of Rio Karma. Can be either a hostname or IP address for network access; or a path in the filesystem where the Rio Karma is mounted for USB access. -b Get database by scanning *1 files, instead of smalldb. -c charset Set codeset to use when communicating with the Rio Karma. -D dummyName Use dummyName for missing or empty props. Default if not set is '-UnKnown-'. -d Download the files searched for with "-s". -e set1 set2 set3 Edit the download pathname using set1 and set2 as in unix tr. If set3 is empty (""): just translate as in tr; otherwise, further delete all chars given in set3. -F Use filenames in ~/.openrio/.../__libkarma_fdb__.gz for download. -f Force the files to be written even if they are dupes. -H Download files listed in ~/.openrio/.../__libkarma_fdb__.gz that match the current hostname. -h Show summary of options. -l props Like -u for type='playlist'. The default is to use whatever is set for -u. -p passWord Password for accessing the Rio Karma via the network. -q Squeeze repeated chars (given in "set2" of -e), after the optional delete. -R Same as -r, but do not ask for confirmation. -r Remove these files (after the optional download). -s searchString Search karma DB according to searchString. searchString syntax: property=searchStr[{,|+}...], where: - searchStr is a substring of the property value (see ~/.openrio/*/fileinfo for possible property names) - ',' and '+' mean AND and OR, respectively - each AND/OR operator is applied to the previous search results -U fdb.gz Upload files listed in the given fdb.gz file. -u props Use properties to build download path for type=tune. "props" are formating strings (as in "printf"), where: %a = Artist %c = Codec %f = fid %g = Genre %n = Track Number %s = Source %T = Type %t = Title The default is "%f.%c". -w Don't rewrite the smalldb database file. -x props Like -u for type='taxi'. The default is to use whatever is set for -u. SEE ALSO
printf(3), tr(1). AUTHOR
riocp was written by Frank Zschockelt <libkarma@freakysoft.de>. This manual page was written by Joe Nahmias <jello@debian.org>, for the Debian project (but may be used by others). June 27, 2008 RIOCP(1)

Check Out this Related Man Page

URIO(4) 						   BSD Kernel Interfaces Manual 						   URIO(4)

NAME
urio -- USB driver for the Rio MP3 players SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device urio Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): urio_load="YES" DESCRIPTION
The urio driver provides support for Rio MP3 players from Diamond MultiMedia which attaches to the USB port. The urio device must be config- ured in the kernel, along with usb and one of the uhci or ohci controllers. Subsequently, the /dev/urio0 device can be used by the Rio userland applications. HARDWARE
The following devices are supported by the urio driver: o Diamond MultiMedia Rio 500 o Diamond MultiMedia Rio 600 o Diamond MultiMedia Rio 800 FILES
/dev/urio0 blocking device node EXAMPLES
The following line in the kernel configuration file adds the urio driver to the kernel: device urio To download a song over the USB connection into the Rio using the rio_add_song(1) utility (see the SEE ALSO section): rio_add_song /usr/local/MP3/TracyChapman/02-Fast-Car.mp3 SEE ALSO
ohci(4), uhci(4), usb(4) The Rio 500 SourceForge Project Web Page, http://rio500.sourceforge.net/. The Rio500 tools from SourceForge are the actual userland tools used to download, format or rename songs on players. When compiling these tools, the following pre-build configuration command will ensure that rio_usb.h is available in the include path and that the device used is /dev/urio0: CFLAGS="-I/usr/include/dev/usb" ./configure --with-devicepath='/dev' --with-deviceentry='urio0' AUTHORS
The urio driver was written by Iwasa Kazmi <kzmi@ca2.so-net.ne.jp> for FreeBSD. This manual page was written by Dirk-Willem van Gulik <dirkx@webweaving.org>. BSD
November 22, 2006 BSD
Man Page