Skip to content

Commit 3227cf2

Browse files
committed
add: new subrepo hempd
1 parent cf6ec8b commit 3227cf2

File tree

5 files changed

+8
-15
lines changed

5 files changed

+8
-15
lines changed

.gitmodules

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
[submodule "web_clients/mobile.clients/MPD-Web-Remote"]
55
path = web_clients/mobile.clients/MPD-Web-Remote
66
url = git://github.com/tompreston/MPD-Web-Remote.git
7-
7+
[submodule "web_clients/hempd"]
8+
path = web_clients/hempd
9+
url = https://github.com/le-mon-projects/hempd.git

.project

-11
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,8 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.pde.ManifestBuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.pde.SchemaBuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
2313
</buildSpec>
2414
<natures>
2515
<nature>net.sourceforge.phpeclipse.phpnature</nature>
26-
<nature>org.eclipse.pde.PluginNature</nature>
2716
</natures>
2817
</projectDescription>

lib/ClientHandler.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ function showAvailableClients(){
9393
$this->addClient( 'IPodMp', 'ipodmp', 'client by Hendrik Stoetter 03/2008 <a href="http://www.itrium.de/pages/home/mpd_ipod_touch_musikserver_remote_wlan.php?font_size=100" target="_blank">link</a>');
9494

9595
$this->addClient( 'MPD-Web-Remote', 'mobile.clients/MPD-Web-Remote', 'client by Thomas Preston <a href="https://github.com/tompreston/MPD-Web-Remote/tree/tswaehn" target="_blank">link</a>');
96-
96+
97+
$this->addClient( 'hempd', 'hempd', 'client by Andreas Haueise <a href="https://github.com/le-mon-projects/hempd" target="_blank">link</a>');
98+
9799
//only for testing
98100
//$this->addClient( 'mpd.class.test', 'phpMpClassTest', 'test client by tswaehn');
99101
}

web_clients/phpmp

Submodule phpmp updated from ad85fa3 to 27e30c0

0 commit comments

Comments
 (0)