Verder geprobeerd de VLCApplication werkend te krijgen, maar lukt nog steeds niet. Elke actie wordt twee keer uitgevoerd, maar VLC reageerd niet. De webinterface geeft nu ook oppeens forbidden?!?!

Mooie set iconen gevonden voor de interface.
This commit is contained in:
Bram Veenboer
2011-03-02 15:58:47 +00:00
parent 1bb7cb7797
commit e098ed23b0
3 changed files with 5 additions and 5 deletions

View File

@@ -54,11 +54,11 @@ public class Main extends EventListener {
public void initialise() throws DeviceInitialiseException {
add(new JIntellitypeDevice());
//add(new PlayerDevice());
//add(new RumblepadDevice());
add(new RumblepadDevice());
//add(new WiimoteDevice());
//add(new GUIDevice());
//add(new TextDevice());
add(new PanelDevice());
//add(new PanelDevice());
//add(new LanTextDevice());
//add(new Extreme3DDevice());
startDevices();
@@ -67,8 +67,8 @@ public class Main extends EventListener {
//add(new WMPApplication());
//add(new GomPlayerApplication());
//add(new WinampApplication());
add(new iTunesApplication());
//add(new VLCApplication());
//add(new iTunesApplication());
add(new VLCApplication());
//add(new MPCApplication());
startApplications();
}