|  |  | 
 |  |  |  | 
 |  |  |   private static final Logger logger = Logger.getLogger(MediaSteuerung.class.getName()); | 
 |  |  |  | 
 |  |  |   public static final String PL_CMD_PLAY = "calypso/play"; | 
 |  |  |   public static final String PL_CMD_PLAY = "play"; | 
 |  |  |   public static final String PL_DEFAULT_PARAMS = "?titel="; | 
 |  |  |   public static final String PL_PARAM_RUECK = "&r="; | 
 |  |  |   public static final String PL_API_STRG = "/api/strg/";  | 
 |  |  | 
 |  |  |   public static final String PL_CMD_STOP = "stop"; | 
 |  |  |   public static final String PL_CMD_PAUSE = "pause"; | 
 |  |  |   public static final String PL_CMD_PLAYON = "playon"; | 
 |  |  |   public static final String PL_CMD_CALYPSO_STOP = "calypso/stop"; | 
 |  |  |   public static final String PL_CMD_CALYPSO_PAUSE = "calypso/pause"; | 
 |  |  |   public static final String PL_CMD_CALYPSO_PLAYON = "calypso/playon"; | 
 |  |  |   public static final String PL_CMD_CALYPSO_STOP = "stop"; | 
 |  |  |   public static final String PL_CMD_CALYPSO_PAUSE = "pause"; | 
 |  |  |   public static final String PL_CMD_CALYPSO_PLAYON = "playon"; | 
 |  |  |   public static final String DEFAULT_HOST = "http://localhost:9090"; | 
 |  |  |  | 
 |  |  |   private final Map spielt = new HashMap(); |