aboutsummaryrefslogtreecommitdiff
path: root/subsonic-site/src/main/webapp/apps.jsp
blob: 92f1311963b35e40c49fea954b41023d53228be7 (plain)
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
<%@ page import="java.net.URL" %>
<!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">

<%! String current = "apps"; %>
<%@ include file="header.jsp" %>

<body>

<a name="top"/>

<div id="container">
    <%@ include file="menu.jsp" %>

    <div id="content">
        <div id="main-col">
            <h1 class="bottomspace">Subsonic Apps</h1>

            <p>Check out the steadily growing list of Subsonic apps. These provide fun and alternative ways to
                enjoy your media collection - no matter where you are.</p>

            <h2>On your phone</h2>

            <div class="floatcontainer margin10-t margin10-b">
                <ul class="stars column-left">
                    <li><a href="#android">Subsonic</a> for Android</li>
                    <li><a href="#winphone">Subsonic</a> for Windows Phone</li>
                    <li><a href="#isub">iSub</a> for iPhone/iPad</li>
                </ul>
                <ul class="stars column-right">
                    <li><a href="#zsubsonic">Z-Subsonic</a> for iPhone/iPad</li>
                    <li><a href="#substream">SubStream</a> for iPhone/iPad</li>
                    <li><a href="#hypersonic">Hypersonic</a> for iPhone/iPad</li>
                </ul>
            </div>

            <h2>On your device</h2>

            <div class="floatcontainer margin10-t margin10-b">
                <ul class="stars column-left">
                    <li><a href="#sonicair">SonicAir</a> for BlackBerry PlayBook</li>
                    <li><a href="#subsonos">Subsonos</a> for Sonos</li>
                    <li><a href="#chumby">Subsonic</a> for Chumby</li>
                </ul>
                <ul class="stars column-right">
                    <li><a href="#subsonictv">SubsonicTV</a> for Roku</li>
                    <li><a href="#subsonicchannel">Subsonic Channel</a> for Roku</li>
                    <li><a href="#xo">XO</a> for webOS and BlackBerry PlayBook</li>
                </ul>
            </div>

            <h2>On your desktop</h2>

            <div class="floatcontainer margin10-t margin10-b">
                <ul class="stars column-left">
                    <li><a href="#subair">SubAir</a> for desktops</li>
                    <li><a href="#submariner">Submariner</a> for Mac</li>
                    <li><a href="#thumper">Thumper</a> for Mac</li>
                    <li><a href="#subclient">Subclient</a> for Windows</li>
                </ul>
                <ul class="stars column-right"> 
                    <li><a href="#subgadget">SubGadget</a> for Windows</li>
                    <li><a href="#periscope">Periscope</a> for Windows</li>
                    <li><a href="#subwiji">SubWiji</a> for Windows</li>
                </ul>
            </div>

            <h2>In your browser</h2>

            <div class="floatcontainer margin10-t margin10-b">
                <ul class="stars column-left">
                    <li><a href="#perisonic">Perisonic</a> for Google Chrome</li>
                </ul>
            </div>

            <p>
                Please note that most of the apps are made by third-party developers, and are not maintained by
                the Subsonic project. Some apps are commercial, while some are available for free.
            </p>
            <p>Also note that after a 30-day trial period you need a license key to use the apps.
                You get a license key by giving a donation to the Subsonic project. The license never expires and is
                valid for all current and future apps. By donating you also get other benefits; see info box on the
                right.
            </p>
            <p>
                Interested in making your own Subsonic app? Check out the <a href="api.jsp">API</a>.
            </p>

            <div class="featureitem">
                <a name="android"></a>

                <div class="heading">Subsonic for Android <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/android.png" alt="Android" class="img-left"/>
                            Stream music and video from your home computer to your phone. Never sync again!
                            All your media - anywhere, anytime!
                        </p>
                        <p>
                            Songs are cached for offline playback. Supports mp3, ogg, aac, flac, wma. Most video formats supported too.
                        </p>

                        <p>
                            You can also use this app as a remote control for music playing on your server.
                        </p>
                        <p>
                            Features offline mode, adaptive bitrates, equalizer and visualizer.
                        </p>
                        <p>
                            Developed and maintained by Sindre Mehus, the author of Subsonic. Available
                            on <a href="https://market.android.com/details?id=net.sourceforge.subsonic.androidapp">Android Market</a>.
                        </p>

                        <a href="inc/img/screenshots/screen12.png"><img src="inc/img/screenshots/thumb12.png" alt="" style="padding:3px;padding-left:40px;padding-right:20px"/></a>
                        <a href="inc/img/screenshots/screen13.png"><img src="inc/img/screenshots/thumb13.png" alt="" style="padding:3px;padding-right:20px"/></a>
                        <a href="inc/img/screenshots/screen14.png"><img src="inc/img/screenshots/thumb14.png" alt="" style="padding:3px;padding-right:20px"/></a>
                        <a href="inc/img/screenshots/screen15.png"><img src="inc/img/screenshots/thumb15.png" alt="" style="padding:3px"/></a>

                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="isub"></a>

                <div class="heading">iSub for iPhone/iPad <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/appstore.png" alt="App Store" class="img-left"/>
                            <a href="http://isubapp.com/">iSub</a> is an iPhone/iPad app developed by Ben Baron, and is
                            available for purchase on the <a href="http://itunes.apple.com/us/app/isub-music-streamer/id362920532?mt=8">App&nbsp;Store</a>.
                        </p>
                        <a href="inc/img/screenshots/screen20.png"><img src="inc/img/screenshots/thumb20.png" alt="" style="padding:15px;padding-left:80px"/></a>
                        <a href="inc/img/screenshots/screen21.png"><img src="inc/img/screenshots/thumb21.png" alt="" style="padding:15px"/></a>
                        <a href="inc/img/screenshots/screen22.png"><img src="inc/img/screenshots/thumb22.png" alt="" style="padding:15px"/></a>

                        <ul class="list">
                            <li>Full support for creating and managing on-the-go playlists.</li>
                            <li>Automatic full song caching for the best network performance with no music drop outs.</li>
                            <li>Manually cache songs (Wifi sync) to listen offline, like on an airplane.</li>
                            <li>Caching of all browsed directories for speedy browsing.</li>
                            <li>Retina display support for beautiful album art while browsing and in the player.</li>
                            <li>Skipping within tracks, even while they are streaming.</li>
                            <li>Resuming music when interrupted by a call or text or when closing the app using the home button while a song is playing.</li>
                            <li>Each music folder is a playlist automatically so when you select a track from an album it will continue to play the rest of the tracks in that album.</li>
                            <li>Shuffle, Repeat 1, and Repeat All when playing an album.</li>
                            <li>Detailed track information by tapping the cover art.</li>
                            <li>Jukebox mode to use your device as a remote control for Subsonic for listening to music around the house.</li>
                        </ul>
                        <p>
                            Support: <a href="mailto:support@isubapp.com">support@isubapp.com</a>
                        </p>
                        <a href="http://itunes.apple.com/us/app/isub-music-streamer/id362920532?mt=8"><img src="inc/img/available_on_appstore.png" alt="" class="img-center"/></a>

                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="zsubsonic"></a>

                <div class="heading">Z-Subsonic for iPhone/iPad <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/appstore.png" alt="App Store" class="img-left"/>
                            <a href="http://z-subsonic.com/">Z-Subsonic</a> is an iPhone/iPad app developed by Olusola Abiodun, and is
                            available for purchase on the <a href="http://itunes.apple.com/us/app/z-subsonic/id358344265?mt=8">App Store</a>.
                        </p>
                        <a href="inc/img/screenshots/screen17.png"><img src="inc/img/screenshots/thumb17.png" alt="" style="margin-left:30px;padding:3px"/></a>
                        <a href="inc/img/screenshots/screen18.png"><img src="inc/img/screenshots/thumb18.png" alt="" style="padding:3px"/></a>
                        <a href="inc/img/screenshots/screen19.png"><img src="inc/img/screenshots/thumb19.png" alt="" style="padding:3px"/></a>

                        <ul class="list">
                            <li> Access your entire music library from anywhere on your iPhone or iPod regardless of the size of your music collection.</li>
                            <li> Play song formats that the iPhone/iPod will not normally play e.g. wma, flac, ogg.</li>
                            <li> Caches all queued songs as quickly as possible once Wi-fi connection is detected.</li>
                            <li> Browse and manage cached songs by artist/album. Delete entire artist/album from cache at once.</li>
                            <li> Delete or change song priority on the Now Playing list while songs are playing.</li>
                            <li> Double buffering: upcoming song starts to download before the currently playing song finishes.</li>
                            <li> Seeking for fully cached songs.</li>
                            <li> Load playlists stored on the Subsonic server.</li>
                            <li> Multiple server configuration.</li>
                            <li> Random playlist generation using entire song collection.</li>
                            <li> Repeat/shuffle/skip songs.</li>
                            <li> SSL support with prompt to authorize self-signed certificates.</li>
                            <li> Full caching. Z-Subsonic can be used fully disconnected with previously streamed music.</li>
                            <li> Favorites.
                        </ul>

                        <p>
                            See the <a href="http://www.youtube.com/watch?v=yFzM7-rfINM">video on YouTube</a>.
                        </p>

                        <p>
                            Support: <a href="mailto:helpdesk@z-subsonic.com">helpdesk@z-subsonic.com</a> &ndash;
                            Forum: <a href="http://z-subsonic.com/z-subsonic-forum">http://z-subsonic.com/z-subsonic-forum</a>
                        </p>
                        <a href="http://itunes.apple.com/us/app/z-subsonic/id358344265?mt=8"><img src="inc/img/available_on_appstore.png" alt="" class="img-center"/></a>


                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="substream"></a>

                <div class="heading">SubStream for iPhone/iPad <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/appstore.png" alt="App Store" class="img-left"/>
                            <a href="http://itunes.apple.com/us/app/substream/id389906706?mt=8">SubStream</a> is an iPhone/iPad app developed by Figment Inc., and is
                            available free of charge on the <a href="http://itunes.apple.com/us/app/substream/id389906706?mt=8">App Store</a>.
                        </p>
                        <a href="inc/img/screenshots/screen29.png"><img src="inc/img/screenshots/thumb29.png" alt="" style="margin-left:30px;padding:3px"/></a>
                        <a href="inc/img/screenshots/screen30.png"><img src="inc/img/screenshots/thumb30.png" alt="" style="padding:3px"/></a>
                        <a href="inc/img/screenshots/screen31.png"><img src="inc/img/screenshots/thumb31.png" alt="" style="padding:3px"/></a>

                        <a href="http://itunes.apple.com/us/app/substream/id389906706?mt=8"><img src="inc/img/available_on_appstore.png" alt="" class="img-center"/></a>

                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="hypersonic"></a>

                <div class="heading">Hypersonic for iPhone/iPad <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/appstore.png" alt="App Store" class="img-left"/>
                            <a href="http://bit.ly/hypersonicmp">Hypersonic</a> is a media player built to stream music live from a Subsonic server.
                            With Last.fm scrobbling, high quality mode, and support to specify a local server, you can always keep your full music collection with you.
                        </p>
                        <p>
                            Hypersonic is developed by Josh Betz and sells for $0.99 on <a href="http://bit.ly/hypersonicmp">App Store</a>.
                        </p>

                        <a href="inc/img/screenshots/screen43.png"><img src="inc/img/screenshots/thumb43.png" alt="" style="margin-left:30px;padding:3px"/></a>
                        <a href="inc/img/screenshots/screen44.png"><img src="inc/img/screenshots/thumb44.png" alt="" style="padding:3px"/></a>
                        <a href="inc/img/screenshots/screen45.png"><img src="inc/img/screenshots/thumb45.png" alt="" style="padding:3px"/></a>

                        <a href="http://bit.ly/hypersonicmp"><img src="inc/img/available_on_appstore.png" alt="" class="img-center"/></a>

                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="winphone"></a>

                <div class="heading">Subsonic for Windows Phone <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/windows-marketplace.png" alt="Windows Marketplace" class="img-left"/>
                            <a href="http://www.avzuylen.com/subsonic-music-streamer.aspx">Subsonic Music Streamer</a> is a Windows Phone 7 app developed by Anton Van Zuylen, and is
                            available for purchase in the <a href="http://redirect.zune.net/redirect?type=phoneApp&id=2eb445a5-ca04-e011-9264-00237de2db9e&source=WP7applist">Windows Marketplace</a>.
                        </p>
                        <a href="inc/img/screenshots/screen23.png"><img src="inc/img/screenshots/thumb23.png" alt="" style="margin-left:30px;padding:3px"/></a>
                        <a href="inc/img/screenshots/screen24.png"><img src="inc/img/screenshots/thumb24.png" alt="" style="padding:3px"/></a>
                        <a href="inc/img/screenshots/screen25.png"><img src="inc/img/screenshots/thumb25.png" alt="" style="padding:3px"/></a>

                        <ul class="list">
                            <li>Always have access to your entire music collection without the need for any third party server or subscription.</li>
                            <li>Supports all popular formats (WMA, FLAC, MP3, AAC, OCG etc).</li>
                            <li>Keep listening when you have no cellular coverage due to full local storage including cover art, lyrics and info.</li>
                            <li>Manage your local stored music in a convenient way.</li>
                            <li>Control the quality of the music by controlling the streaming bit-rate.</li>
                            <li>Create playlists on the device which can contain songs from different servers simultaneously.</li>
                            <li>Add easily your newest music, your recently played albums, or your frequently played albums.</li>
                            <li>Add random albums.</li>
                            <li>Full search support.</li>
                            <li>Keep playing behind locked screen.</li>
                            <li>Full integration with the Music and Video hub.</li>
                            <li>Automatic storage management of local stored songs.</li>
                            <li>Allowing to lock specific local songs.</li>
                        </ul>

                        <p>
                            This application focuses on fast and easy handling with two main pages:
                            "Now playing" where you see and control all what is currently playing including cover art and lyrics; and
                            "Add to now playing" providing different methods for adding albums and songs to your playlist.
                            Start the application and the music is playing (just one click)!
                        </p>
                        <p>
                            Support: <a href="mailto:anton@avzuylen.com">anton@avzuylen.com</a>
                        </p>
                        <p>Go get it on the <a href="http://redirect.zune.net/redirect?type=phoneApp&id=2eb445a5-ca04-e011-9264-00237de2db9e&source=WP7applist">Windows Phone Marketplace</a>!</p>

                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="subair"></a>

                <div class="heading">SubAir <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/air.png" alt="Adobe AIR" class="img-left"/>
                            <a href="http://www.nonpixel.com/subair/">SubAir</a> is a rich desktop application for Subsonic implemented with Adobe&copy; AIR.
                            Works with Windows, Mac and Linux.
                        </p>
                        <a href="inc/img/screenshots/screen16.png"><img src="inc/img/screenshots/thumb16.png" alt="" class="img-center"/></a>
                        <p>
                            Developed and maintained by <a href="http://www.nonpixel.com/">Jim Resnowski</a>, and
                            <a href="http://www.nonpixel.com/subair/">provided free or charge</a>.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="sonicair"></a>

                <div class="heading">SonicAir <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/blackberry.png" alt="BlackBerry" class="img-left"/>
                            <a href="http://appworld.blackberry.com/webstore/content/55137?lang=en">SonicAir</a> is a Subsonic app for the BlackBerry PlayBook.  Play all sorts of video and audio, even high definition 720P MKV files.
                        </p>

                        <img src="inc/img/screenshots/screen32.png" alt="" class="img-center"/>

                        <ul class="list">
                            <li>Listen to music and watch videos.</li>
                            <li>Control bitrate.</li>
                            <li>Cache lists for offline use.</li>
                            <li>Create and play playlists.</li>
                            <li>Use quick list feature to create on-the-go playlists.</li>
                            <li>Download songs for offline use later.</li>
                        </ul>
                        <p>
                            Developed and maintained by Mir &amp; Windsor Design, it's sold for $2.99
                            on <a href="http://appworld.blackberry.com/webstore/content/55137?lang=en">BlackBerry App World</a>.
                        </p>
                    </div>
                </div>
            </div>


            <div class="featureitem">
                <a name="subsonos"></a>

                <div class="heading">Subsonos <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://www.subsonos.com/">Subsonos</a> allows Subsonic users to enjoy their entire collection by streaming over a Sonos music system.
                        </p>

                        <a href="inc/img/screenshots/screen37.png"><img src="inc/img/screenshots/thumb37.png" alt="" class="img-center"/></a>

                        <p>
                            Subsonos is a translation service (or proxy) that sits between your Sonos music system and your Subsonic streaming server.
                            Developed by NerdyHearn, Subsonos is currently in beta.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="chumby"></a>

                <div class="heading">Subsonic for Chumby <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/chumby.png" alt="Chumby" class="img-left"/>
                            Introducing the <a href="http://subsonic.develephant.net/">Subsonic app</a> for Chumby-powered devices.
                        </p>

                        <a href="inc/img/screenshots/screen38.png"><img src="inc/img/screenshots/thumb38.png" alt="" class="img-center"/></a>

                        <ul class="list">
                            <li>Easy to use touchscreen tabletop experience for the Subsonic server.</li>
                            <li>Inviting home screen randomly cycles through your music collection.</li>
                            <li>Full alphabetical directory browsing and integrated soft keyboard for search.</li>
                            <li>Play "DJ" and add albums and songs to the internal playlist while listening.</li>
                            <li>Quick functions like "show 30 random albums", "play 50 random songs", etc.</li>
                            <li>Simple and responsive navigation system.</li>
                            <li>Runs on most Chumby-powered devices.</li>
                            <li>Long-term development road map.</li>
                        </ul>

                        <p>
                            Subsonic for Chumby is provided free of charge by <a href="http://subsonic.develephant.net/">develephant</a>.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="subsonictv"></a>

                <div class="heading">SubsonicTV <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://subsonictv.com/">SubsonicTV</a> for Roku is the perfect solution for enjoying your music &amp; video collection on your TV.
                            No need to go through the hassle of uploading to the cloud and syncing your files.
                        </p>

                        <a href="inc/img/screenshots/screen33.png"><img src="inc/img/screenshots/thumb33.png" alt="" class="img-center"/></a>

                        <p>
                            Developed by JNC Ventures and Musiclouds, it's available both as a free lite version and a paid premium version.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="subsonicchannel"></a>

                <div class="heading">Subsonic Channel <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://www.randomwalking.com/project.php?project=roku_subsonic">Subsonic Channel</a> is an open-source Roku frontend to Subsonic.
                        </p>

                        <a href="inc/img/screenshots/screen36.png"><img src="inc/img/screenshots/thumb36.png" alt="" class="img-center"/></a>

                        <ul class="list">
                            <li>Browse your entire catalog.</li>
                            <li>Search for artists, albums, songs.</li>
                            <li>Full catalog shuffle playback.</li>
                            <li>Quick browse of Subsonic album lists (Random, Recent, Top Rated, etc.)</li>
                        </ul>

                        <p>
                            Subsonic Channel is developed by Michael Ihde and is donation-supported.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="xo"></a>

                <div class="heading">XO <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <a href="inc/img/screenshots/screen39.png"><img src="inc/img/screenshots/thumb39.png" alt="" class="img-right"/></a>

                        <p>
                            <a href="https://developer.palm.com/appredirect/?packageid=com.ericblade.xo">XO</a> is a Subsonic app for webOS.
                        </p>

                        <p>
                            Stream any music directly to your TouchPad, Pre, Pixi, or Veer. Built-in HTML5 streaming media support and player, with support for file download
                            and drag-and-drop playlists. XO makes streaming your music from home to wherever you are simple and fun!
                        </p>
                                
                        <p>
                            It is also available for <a href="http://appworld.blackberry.com/webstore/content/88097/">BlackBerry PlayBook</a>.
                        </p>
                        <p>
                            XO is developed by Eric Blade.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="submariner"></a>

                <div class="heading">Submariner <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://www.read-write.fr/subapp/index.php">Submariner</a> is a Subsonic desktop application for Mac.
                        </p>
                        <a href="inc/img/screenshots/screen35.png"><img src="inc/img/screenshots/thumb35.png" alt="" class="img-center"/></a>

                        <p>
                            It provides a clean user interface to manage your remote libraries and to listen your music with simplicity.
                            With the cache streaming and download features, you can also listen to your favorite tracks offline.
                        </p>
                        <p>
                            <a href="http://itunes.apple.com/us/app/submariner/id463444563?ls=1&mt=12"><img class="img-center" 
                                    src="inc/img/mac-appstore.jpg" alt="Submariner"/></a>
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="thumper"></a>

                <div class="heading">Thumper <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://thumperapp.com/">Thumper</a> is a native Subsonic client for Mac.
                        </p>
                        <a href="inc/img/screenshots/screen27.png"><img src="inc/img/screenshots/thumb27.png" alt="" class="img-center"/></a>

                        <ul class="list">
                            <li>A Native Mac Application - designed on the Mac, for the Mac.</li>
                            <li>Local Caching of Library Information, Audio, and Album Art - reduce bandwidth and get a more responsive experience.</li>
                            <li>Browse Artists, Albums, and Songs.</li>
                            <li>Quick Artist Filter - quickly narrow your results.</li>
                            <li>Playlists - play, create, and delete Subsonic playlists.</li>
                            <li>Search - find the song you're looking for quickly.</li>
                            <li>Current Playlist Persistence - pickup right where you left off, even after a reboot.</li>
                            <li>Mac Media Key Integration - previous, play/pause, and next key support.</li>
                            <li>Keyboard Shortcuts - control volume, repeat, shuffle, etc. through keyboard shortcuts.</li>
                            <li>Last.fm Integration - songs are scrobbled as they're played.</li>
                            <li>Playback via QuickTime - if QuickTime can play it, so can Thumper.</li>
                            <li>View Random, Newest, Highest Rated, Most Frequent, and Recently Played Albums.</li>
                            <li>Smart Playlist Creation - get random songs narrowed by genre or year.</li>
                            <li>Now Playing Support - See what other users are listening to.</li>
                            <li>Transcoding (including FLAC) support with Subsonic 4.6 or greater.</li>
                            <li>Video streaming (requires proper codec to be installed, see FAQ).</li>
                        </ul>
                        <p>
                            Requires Mac OS X 10.7 or greater.
                        </p>
                        <p>
                            <a href="http://itunes.apple.com/us/app/thumper/id436422990?mt=12&uo=4"><img class="img-center"
                                    src="inc/img/mac-appstore.jpg" alt="Thumper"/></a>
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="subgadget"></a>

                <div class="heading">SubGadget <a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/windows7.png" alt="Windows 7" class="img-left"/>
                            <a href="http://code.google.com/p/subgadget/">SubGadget</a> is a Windows Sidebar Gadget for Subsonic. Works with Windows 7 and Vista.
                        </p>
                        <img src="inc/img/screenshots/screen26.png" alt="" class="img-center"/>
                        <p>
                            Developed and maintained by Scott Mark, and <a href="http://code.google.com/p/subgadget/">provided free or charge</a>.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="periscope"></a>

                <div class="heading">Periscope Player<a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <img src="inc/img/windows7.png" alt="Windows 7" class="img-left"/>
                            <a href="http://periscopeplayer.com/">Periscope Player</a> is a Windows desktop application for Subsonic.
                        </p>
                        <a href="inc/img/screenshots/screen28.png"><img src="inc/img/screenshots/thumb28.png" alt="" class="img-center"/></a>
                        <p>
                            Developed and maintained by <a href="mailto:support@periscopeplayer.com">Matt Campanile</a>.
                            Available as Lite and Pro versions.  Lite is completely free and is a fully functional player.  Pro adds some advanced features and is $4.99.
                        </p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="subwiji"></a>

                <div class="heading">SubWiji<a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://forum.subsonic.org/forum/viewtopic.php?f=8&t=8772">SubWiji</a> is a Windows desktop application for Subsonic.
                        </p>
                        <a href="inc/img/screenshots/screen40.png"><img src="inc/img/screenshots/thumb40.png" alt="" class="img-center"/></a>
                        <a href="inc/img/screenshots/screen41.png"><img src="inc/img/screenshots/thumb41.png" alt="" class="img-center"/></a>
                        <p>Supports docking, auto-hiding, keyboard shortcuts, now playing popup, album grid viewer and much more.</p>
                        <p>SubWiji is made by <a href="http://www.paulodell.co.uk/">Paul O'Dell</a>. Free of charge, but accepts donations.</p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="subclient"></a>

                <div class="heading">Subclient<a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="http://www.subclient.net/">Subclient</a> is Java desktop client for Subsonic.
                        </p>
                        <a href="inc/img/screenshots/screen42.png"><img src="inc/img/screenshots/thumb42.png" alt="" class="img-center"/></a>

                        <ul class="list">
                            <li>MPlayer-based media playback.</li>
                            <li>Tray icon and media keys supported.</li>
                            <li>Multiple Subsonic servers can be used.</li>
                            <li>The playlist is saved between sessions.</li>
                            <li>Indexes, Podcasts and Playlists fetched from Subsonic server.</li>
                            <li>Cover arts stored locally to improve performance.</li>
                        </ul>
                        <p>Subclient is made by Alejandro Celaya Alastru&eacute; and is free of charge.</p>
                    </div>
                </div>
            </div>

            <div class="featureitem">
                <a name="perisonic"></a>

                <div class="heading">Perisonic<a href="#top" class="backtotop" title="Top"><img src="inc/img/top.gif" alt="" height="16" width="16"/></a></div>
                <div class="content">
                    <div class="wide-content">
                        <p>
                            <a href="https://chrome.google.com/webstore/detail/bkdipjpecphmbijlckkkmabnabhbpjbn">Perisonic</a> is a simple 
                            Chrome app for playing random music from Subsonic.
                        </p>
                        <img src="inc/img/screenshots/screen34.png" alt="" class="img-center"/>
                        <p style="padding-top:1em">
                            Perisonic is developed by Robin Bakker and is
                            <a href="https://chrome.google.com/webstore/detail/bkdipjpecphmbijlckkkmabnabhbpjbn">available</a> free of charge.
                        </p>
                    </div>
                </div>
            </div>

        </div>

        <div id="side-col">
            <%@ include file="google-translate.jsp" %>
            <%@ include file="donate.jsp" %>
        </div>

        <div class="clear">
        </div>
    </div>
    <hr/>
    <%@ include file="footer.jsp" %>
</div>

</body>
</html>