-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
187 lines (173 loc) · 6.55 KB
/
features.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Enna</title>
<link rel="stylesheet" type="text/css" href="enna.css">
<!-- Google Analytics stats -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3497964-6");
pageTracker._trackPageview();
} catch(err) {}
</script>
<script type="text/javascript">
window.google_analytics_uacct = "UA-3497964-6";
</script>
</head>
<body>
<div id="body">
<div id="doc">
<div id="header">
<img src="imgs/banner.png" width="880" height="90"/>
</div>
<div id="menu" class="content">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="screenshots.html">Screenshots</a></li>
<li class='selected'><a href="features.html">Features</a></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="developers.html">Developers</a></li>
<li><a href="http://captainigloo.wordpress.com">Blog</a></li>
<li><a href="http://enna.geexbox.org/trac/">Tracker</a></li>
<li><a href="download.html">Get it</a></li>
</ul>
</div>
<div id="middle">
<div id="content">
<h2>List of features ...</h2>
<p class="emp">
The Enna project, as many Open Source projects, is in
constant development and new features are regularly
added. Some already exist and are part of the stable
release, others might exist but are yet to unstable to be
daily used. Some might not even be yet in our minds. You're
all welcome to contribute, even by submitting your
interesting ideas of for new shiny features.
</p>
<p>
<h3>Currently Supported ...</h3>
<ul>
<li><b>Activity / BookStore</b>: read your favorite books
from over the Internet. We currently
support <a href="http://www.gocomics.com/">GoComics</a> and
<a href="http://www.onemanga.com/">OneManga</a> content providers.</li>
<li><b>Activity / Configuration</b>: get information from
your system and configure it (as well as Enna) quite easily.</li>
<li><b>Activity / Music</b>: listen to your favorite
songs. It currently can display your music cover, the usual
metadata information (song title, artist, album) and lyrics
as well.</li>
<li><b>Activity / Photo</b>: provide a pictures wall
representation of your photo collection. Also supports
customizable slideshow effects.</li>
<li><b>Activity / Video</b>: watch your favorite movies and
TV Shows. Enna automatically fetches information from
your media to display cover, fanart pictures, synopsis,
categories, users rating, actors, directors and such a like.</li>
<li><b>Activity / Weather</b>: displays the current weather
at your location and the 4-days forecast. Weather
information are provided
by <a href="http://www.google.com/">Google</a> Web services.</li>
</ul>
<ul>
<li><b>Browser / DVD Video</b>: let you play your personnal
Video DVDs.</li>
<li><b>Browser / Local Files</b>: let you browse your local
file system (HDDs, USB keys, SAMBA/NFS mounted network shares ...)</li>
<li><b>Browser / Media Database</b>: All accessible media
files are automatically parsed by Enna and stored in
an <a href="http://www.sqlite.org/">SQLite</a>
database. You can then browse your favorite media
collection by type, categories, artist and so on.</li>
</ul>
<ul>
<li><b>Input / Keyboard and Mouse</b>: multiple inputs are
available, keyboard and mouse obviously are. Interface has
been designed to be controllable with minimalistic
controls. A 2-buttons mouse should do the job. Through
keyboard, the 4 arrows, Enter and Backspace keys also
should match.</li>
<li><b>Input / LIRC</b>: let you control Enna through any
LIRC-compatible remote control. All you need is a
well-configured <i>lircrc</i> file.</li>
</ul>
<ul>
<li><b>Volumes / HAL</b>: through Linux Hardware Abstraction
Layer, Enna can auto-detect any hot-(un)plugged device.</li>
<li><b>Volumes / mtab</b>: reading the <i>/etc/mtab</i>
file, Enna allows you to access to all relevant mounted locations</li>
</ul>
</p>
<p>
<h3>Soon to be ...</h3>
<ul>
<li><b>Activity / Games</b>: let you start all games
available on your system.</li>
<li><b>Activity / TV</b>: Enna will interact
with <a href="http://www.tvdr.de/">Video Disk Recorder
(VDR)</a> to provide you access to your favorite DVB TV channels.</li>
</ul>
<ul>
<li><b>Browser / Audio CD</b>: let you play your Audio CDs,
with the ability to fetch meta information from CDDB base.</li>
<li><b>Browser / Network Streams</b>: let you access to
remote network streams through M3U, PLS, MMS protocols.</li>
<li><b>Browser / Podcasts</b>: play your favorite PODcasts.</li>
<li><b>Browser / SHOUTcast</b>: listen to
all <a href="http://www.shoutcast.com/">SHOUTcast</a> free Internet Radios.</li>
<li><b>Browser / UPnP and DLNA</b>: let you browse your LAN for
UPnP and DLNA compatible servers and play their multimedia content.</li>
</ul>
</p>
<p>
<h3>Nothing but a lifetime wish for now ...</h3>
<ul>
<li>Last.fm</li>
<li>YouTube</li>
<li>Deezer</li>
<li>Netflix</li>
<li>Instant Messaging</li>
<li>VoIP Telephony</li>
<li>Video Conference and TelePresence</li>
</ul>
</p>
</div>
</div>
</div>
<div id="footer">
<div id="ads">
<script type="text/javascript"><!--
google_ad_client = "pub-7442155524475665";
/* 728x90, date de création 29/09/10 */
google_ad_slot = "6389728892";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div id="content">
<a href="index.html">Home</a> |
<a href="screenshots.html">Screenshots</a> |
<a href="features.html">Features</a> |
<a href="doc.html">Documentation</a> |
<a href="developers.html">Developers</a> |
<a href="http://captainigloo.wordpress.com">Blog</a> |
<a href="http://enna.geexbox.org/trac/">Tracker</a> |
<a href="">Get it</a> <br />
© 2009 The Enna Project <br />
</div>
</div>
</div>
</div>
</body>
</html>