1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>anyRemote · Control your computer with your phone</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="description" content="anyRemote project page - Bluetooth remote control tool" />
<link rel="stylesheet" href="data/master.css" type="text/css" media="all" title="Default Style" charset="utf-8" />
<script src="data/effects.js" type="text/javascript" charset="utf-8"></script>
<link rel="alternate" title="Feed" href="data/feed.xml" type="application/rss+xml" />
<link rel="icon" href="data/logo-favicon.png" type="image/png" />
<link rel="shortcut icon" href="data/logo-favicon.png" type="image/png" />
</head>
<body id="docs">
<a class="skip" name="top"> </a>
<a class="skip" href="#content">Skip to content</a>
<div id="head">
<div id="logo">
<h1><a href="index.html"><img src="data/logo-head.png" alt="logo" /> anyRemote</a></h1>
</div>
<div id="navigation"><div class="padding">
<a href="index.html"><span>About</span></a>
<a href="frontend.html"><span>Screenshots</span></a>
<a href="dload.html"><span>Download</span></a>
<a href="docs.html" class="active"><span>Documentation</span></a>
<a href="faq.html"><span>FAQ</span></a>
<a href="contacts.html"><span>Contact</span></a>
<a href="thanks.html"><span>Special Thanks</span></a>
</div></div>
</div>
<div id="sidebar"><div class="padding">
<dl class="info">
<dt>Information</dt>
<dd>
<p>Please use the two sidebar boxes below to browse through the anyRemote Documentation!</p>
</dd>
</dl>
<dl class="docs">
<dt>Documentation</dt>
<dd>
<ul>
<li><a href="pre-setup.html">Before install</a></li>
<li><a href="pre.html">Software prerequisites</a></li>
<li><a href="install.html">Compilation and installation</a></li>
<li><a href="mode.html">Which mode to choose ?</a></li>
<li><strong>Setup</strong>
<ul>
<li><a href="setup-at.html">Setup: AT mode</a>
<ul>
<li><a href="event.html">Event reporting</a></li>
<li><a href="ckpd-emulation.html">Keypad emulation events</a></li>
</ul>
</li>
<li><a href="setup-server.html">Setup: Server mode</a></li>
</ul>
</li>
<li><a href="use.html">How to use anyRemote</a>
<ul>
<li><a href="android-client.html">Android Client</a></li>
<li><a href="use-jc.html">J2ME Client</a></li>
<li><a href="web.html">Web Interface</a></li>
<li><a href="cm-xml.html">XML Services Interface</a></li>
<li><a href="cfg-howto.html">How to create simple configuration file</a></li>
<li><a href="bemused.html">Bemused Support</a></li>
<li><a href="iviewer.html">Command Fusion iViewer support</a></li>
</ul>
</li>
<li><a href="devices.html">Tested devices</a></li>
<li><a href="phones.html">Phone specific details</a></li>
<li><a href="tips-tricks.html">Tips & tricks</a></li>
<li><a href="man.html">Man page</a></li>
</ul>
</dd>
</dl>
<dl class="docs-advanced">
<dt>Advanced</dt>
<dd>
<ul>
<li><a href="http://elpraga.bshellz.net/HOWTOstartanyRemoteatboottime.html">miniHOWTO: start anyRemote at boot time and create a multimedia computer</a> (externally maintained)</li>
<li><strong>Format of configuration files</strong>
<ul>
<li><strong>Server mode</strong>
<ul>
<li><a href="conf-server.html">Configuration file format</a></li>
<li><a href="conf-server-ex.html">Configuration file examples</a></li>
<li><a href="set.html">Set(...) / ExecAndSet(...) commands</a></li>
<li><a href="set-fm.html">Set(filemanager ... ) command</a></li>
<li><a href="set-icons.html">Set(icons ...) command and available icon set</a></li>
<li><a href="set-list.html">Set(list ... ) and Set(iconlist ... ) commands</a></li>
<li><a href="set-menu.html">Set(menu ... ) command</a></li>
<li><a href="set-parameter.html">Set(parameter, ... ) commands</a></li>
<li><a href="set-text.html">Set(text ... ) command</a></li>
<li><a href="set-window.html">Set(image ... ) command</a></li>
</ul>
</li>
<li><strong>AT mode</strong>
<ul>
<li><a href="conf-at.html">Configurational file format</a></li>
<li><a href="conf-at-ex.html">Configurational file examples</a></li>
</ul>
</li>
<li><strong>Common</strong>
<ul>
<li><a href="make.html">Make(...) command</a></li>
<li><a href="emulate.html">Emulate(...) command</a></li>
<li><a href="dbus.html">Dbus(...) command</a></li>
<li><a href="vars.html">Variable substitution</a></li>
<li><a href="ev-handlers.html">Event handlers</a></li>
<li><a href="icon-themes.html">Icon themes for J2ME client</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="ir.html">anyRemote and InfraRed</a></li>
</ul>
</dd>
</dl>
<dl class="contact">
<dt>Contact</dt>
<dd>
<p>We will be pleased for any questions, suggestions, patches and examples of configuration files!</p>
<ul>
<li>Post in the <a href="http://sourceforge.net/forum/?group_id=162923">Forum</a></li>
<li>Please, send e-mails to <a href="mailto:anyremote@mail.ru">anyremote@mail.ru</a></li>
</ul>
</dd>
</dl>
<!--HOSTINGLOGO-->
</div></div> <!-- sidebar -->
<div id="content"><div class="padding">
<a class="skip" name="content"> </a>
<h1>Supported applications (Server mode)</h1>
<p>You can find some predefined configuration files in cfg-data/Server-mode directory:</p>
<table border="0" cellspacing="0" rules="rows" class="no-padding">
<tr><td>all-in-one.cfg</td><td>a kind of "mega-example" (Xmms, KPlayer, Digikam, TVtime, Web-Streams, keyboard and mouse emulation at once)</td></tr>
<tr><td>all-in-one2.cfg</td><td>another "mega-example"</td></tr>
<tr><td>alsaplayer.cfg</td><td>manage <a href="http://www.alsaplayer.org/">AlsaPlayer</a> (you have to create playlist before).</td></tr>
<tr><td><a href="data/jc/amarok.png">amarok.cfg</a></td><td>manage <a href="http://amarok.kde.org/">Amarok/KDE4</a> player.</td></tr>
<tr><td>amarok-v4.cfg</td><td>manage <a href="http://amarok.kde.org/">Amarok/KDE4</a> player. Improved track list handling.</td></tr>
<tr><td>amixer.cfg</td><td>Controls volume up/dowm/mute using <a href="http://gd.tuwien.ac.at/linuxcommand.org/man_pages/amixer1.html">amixer</a> utility.</td></tr>
<tr><td>aqualung.cfg</td><td>manage <a href="http://aqualung.factorial.hu/">Aqualung</a> audio player</td></tr>
<tr><td>audacious.cfg</td><td>manage <a href="http://audacious-media-player.org/">Audacious</a> player; needs v1.3.2 or higher</td></tr>
<tr class="alt"><td><a href="data/jc/banshee.png">banshee.cfg</a></td><td>manage <a href="http://banshee-project.org/Main_Page">Banshee</a> player</td></tr>
<tr class="alt"><td>boxee.cfg</td><td>manage <a href="http://www.boxee.tv/">Boxee</a> media center.</td></tr>
<tr><td>comix.cfg</td><td>manage <a href="http://comix.sourceforge.net">Comix</a> picture viewer</td></tr>
<tr><td>clementine.cfg</td><td>manage <a href="http://www.clementine-player.org/">Clementine</a> audio player</td></tr>
<tr><td>cmus.cfg</td><td>manage <a href="http://cmus.sourceforge.net/">Cmus</a> audio player</td></tr>
<tr class="alt"><td>decibel.cfg</td><td>manage <a href="http://decibel.silent-blade.org/">Decibel</a> audio player</td></tr>
<tr class="alt"><td>deadbeef.cfg</td><td>manage <a href="http://deadbeef.sourceforge.net/">DeaDBeeF</a> audio player</td></tr>
<tr class="alt"><td>djview.cfg</td><td>manage <a href="http://djvu.sourceforge.net/djview4.html">DjView</a> - DjVu viewer</td></tr>
<tr class="alt"><td>digikam.cfg</td><td>manage <a href="http://www.digikam.org/">Digikam/KDE4</a> - photo management application</td></tr>
<tr class="alt"><td>dragon.cfg</td><td>manage Dragon player</td></tr>
<tr><td>exaile.cfg</td><td>manage <a href="http://www.exaile.org/">Exaile</a> player</td></tr>
<tr><td>evince.cfg</td><td>manage <a href="http://www.gnome.org/projects/evince/">Evince</a></td></tr>
<tr><td>eog.cfg</td><td>manage <a href="http://projects.gnome.org/eog/">Eye of Gnome</a> image viewer</td></tr>
<tr class="alt"><td>foobnix.cfg</td><td>manage <a href="http://www.foobnix.com/?lang=en">Foobnix</a> player.</td></tr>
<tr class="alt"><td>freevo.cfg</td><td>manage <a href="http://freevo.sourceforge.net/">Freevo</a> home theatre PC platform</td></tr>
<tr><td>gmusicbrowser.cfg</td><td>manage <a href="http://squentin.free.fr/gmusicbrowser/gmusicbrowser.html">Gmusicbrowser</a> player (you have to create play list before).</td></tr>
<tr><td>gpicview.cfg</td><td>manage <a href="http://lxde.sourceforge.net/gpicview/">GPicView</a></td></tr>
<tr><td>gthumb.cfg</td><td>manage <a href="http://gthumb.sourceforge.net/">gThumb</a></td></tr>
<tr><td>gwenview.cfg</td><td>manage <a href="http://gwenview.sf.net">Gwenview</a>/KDE4</td></tr>
<tr><td>guayadeque.cfg</td><td>manage <a href="http://guayadeque.org/forums/index.php?p=/page/Home">Guayadeque</a> player.</td></tr>
<tr class="alt"><td>impress.cfg</td><td>manage <a href="http://www.libreoffice.org/features/impress/">Libre Office</a> or <a href="http://www.openoffice.org/product/impress.html">Open Office</a> Impress</td></tr>
<tr class="alt"><td>impressive.cfg</td><td>manage <a href="http://impressive.sourceforge.net/">Impressive</a> (former KeyJnote) document viewer</td></tr>
<tr><td>juk.cfg</td><td>manage <a href="http://en.wikipedia.org/wiki/JuK">JuK</a>/KDE4 player.</td></tr>
<tr class="alt"><td>kaffeine.cfg</td><td>manage <a href="http://kaffeine.sourceforge.net/">Kaffeine</a> player (you have to create play list before).</td></tr>
<tr class="alt"><td>kdetv.cfg</td><td>manage <a href="http://kde-apps.org/content/show.php?content=11602">Kdetv</a>.</td></tr>
<tr class="alt"><td>kmplayer.cfg</td><td>manage <a href="http://kmplayer.kde.org/">KMPlayer</a></td></tr>
<tr class="alt"><td>kplayer.cfg</td><td>manage <a href="http://kplayer.sourceforge.net/">KPlayer</a> (you have to create play list before).</td></tr>
<tr class="alt"><td>kscd.cfg</td><td>manage <a href="http://docs.kde.org/development/en/kdemultimedia/kscd/">Kscd/KDE4</a></td></tr>
<tr><td>listen.cfg</td><td>manage <a href="http://www.listen-project.org/">Listen</a> player.</td></tr>
<tr class="alt"><td>mediacenter.cfg</td><td>one more "mega-example"</td></tr>
<tr class="alt"><td>miro.cfg</td><td>manage <a href="http://www.getmiro.com/">Miro</a> video player.</td></tr>
<tr class="alt"><td>moc.cfg</td><td>manage <a href="http://moc.daper.net">Moc</a> (music on console) player. (you have to create play list before).</td></tr>
<tr class="alt"><td>mouse.cfg</td><td>mouse emulation.</td></tr>
<tr class="alt"><td>mpd.cfg</td><td>manage <a href="http://www.musicpd.org/">MPD</a> player; need <a href="http://musicpd.org/mpc.shtml">MPC</a> client installed (you have to run MPD and create play list before).</td></tr>
<tr class="alt"><td>moovida.cfg</td><td>manage <a href="http://www.moovida.com/">Moovida (former Elisa)</a> media center</td></tr>
<tr class="alt"><td>mplayer.cfg</td><td>manage <a href="http://www.mplayerhq.hu">MPlayer</a> player</td></tr>
<tr class="alt"><td>mpris.cfg</td><td>manage <a href="http://en.wikipedia.org/wiki/Media_Player_Remote_Interfacing_Specification">MPRIS</a>-compatible players</td></tr>
<tr class="alt"><td>myth-tv.cfg</td><td>manage <a href="http://www.mythtv.org/">MythTV</a></td></tr>
<tr><td>okular.cfg</td><td>manage <a href="http://okular.kde.org">Okular</a>, a universal document viewer</td></tr>
<tr class="alt"><td>qmmp.cfg</td><td>manage <a href="http://code.google.com/p/qmmp/">QMMP</a> audio-player</td></tr>
<tr class="alt"><td>quodlibet.cfg</td><td>manage <a href="http://code.google.com/p/quodlibet/">Quod Libet</a> player</td></tr>
<tr><td>rhythmbox.cfg</td><td>manage <a href="http://www.gnome.org/projects/rhythmbox/">Rhythmbox</a> player</td></tr>
<tr class="alt"><td>smplayer.cfg</td><td>manage <a href="http://smplayer.sourceforge.net/">Smplayer</a> player</td></tr>
<tr><td>totem.cfg</td><td>manage <a href="http://www.gnome.org/projects/totem/">Totem</a> player.</td></tr>
<tr><td>tvtime.cfg</td><td>manage <a href="http://tvtime.sourceforge.net/">Tvtime</a>.</td></tr>
<tr class="alt"><td>vlc.cfg</td><td>manage <a href="http://www.videolan.org/">VLC</a> player.</td></tr>
<tr><td>xbmc.cfg</td><td>manage XBMC media center</td></tr>
<tr><td>xine.cfg</td><td>manage <a href="http://www.xine-project.org">Xine</a> player</td></tr>
<tr><td>xmms2.cfg</td><td>manage <a href="http://wiki.xmms2.xmms.se/index.php/Main_Page">Xmms2</a> player</td></tr>
</table>
<h1>Configuration file examples: Server mode</h1>
<p>In addition to the list above, You can find some configuration files examples in cfg-data/Server-mode directory:</p>
<table border="0" cellspacing="0" rules="rows" class="no-padding">
<tr><td>autolock.cfg</td><td>autolock of display example</td></tr>
<tr><td>exampleIcons.cfg</td><td>example of main screen customization.</td></tr>
<tr><td>exampleFons.cfg</td><td>example of main screen font customization.</td></tr>
<tr><td>exampleLayout.cfg</td><td>example of main screen icon layout customization.</td></tr>
<tr><td>exampleList.cfg</td><td>example of list screen usage.</td></tr>
<tr><td>exampleModes.cfg</td><td>example of modes usage.</td></tr>
<tr><td>exampleText.cfg</td><td>example of text screen usage.</td></tr>
<tr class="alt"><td>fileManager.cfg</td><td>browsing directory structure with basic file operations</td></tr>
<tr class="alt"><td><a href="data/jc/fileManager2.png">fileManager2.cfg</a></td><td>browsing directory structure with basic file operations; looks like <a href="http://www.ibiblio.org/mc/">MC</a></td></tr>
<tr class="alt"><td><a href="data/jc/fileManager3.png">fileManager3.cfg</a></td><td>browsing directory structure with basic file operations; similar to fileManager.cfg</td></tr>
<tr><td>iconUpload.cfg</td><td>allows to upload 16x16, 32x32, 48x48, 64x64 and 128x128 PNG icons to the phone.</td></tr>
<tr><td>imageViewer.cfg</td><td>allows to view images from PC on the phone screen.</td></tr>
<tr class="alt"><td>kdialog.cfg</td><td>just show key pressed on popup window.</td></tr>
<tr class="alt"><td>keyboard.cfg</td><td>emulates some useful keyboard keys.</td></tr>
<tr class="alt"><td>keyboard-mouse.cfg</td><td>configuration file for mouse and keyboard emulation</td></tr>
<tr><td>layoutSetup.cfg</td><td>Main screen icon size and icon padding customization.</td></tr>
<tr><td>winManager.cfg</td><td>a "window manager". Shows screen of PC on the screen of the cell phone.</td></tr>
<tr><td>wmctrl.cfg</td><td>use <a href="http://www.sweb.cz/tripie/utils/wmctrl/">WmCtrl</a> to manage windows</td></tr>
</table>
<p>All examples have on-screen help binded to "* *" (press <strong>"*"</strong> two times).</p>
<p>After investigation of these configuration files You'll become more familiar with its format.</p>
</div></div> <!-- content -->
<div id="foot">
<p>Maintained by <a href="mailto:anyremote@mail.ru">anyRemote</a>. Website by <a href="http://www.martinlettner.info">m.lettner</a>.</p>
</div>
</body>
</html>
|