src/de/uhilger/tango/api/ListFileHandler.java | ●●●●● patch | view | raw | blame | history | |
src/de/uhilger/tango/store/StorageFile.java | ●●●●● patch | view | raw | blame | history | |
src/tango_de_DE.properties | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/tango/api/ListFileHandler.java
@@ -50,6 +50,7 @@ public static final String RB_AUDIOEXTS = "audioexts"; public static final String RB_VIDEOEXTS = "videoexts"; public static final String RB_FOTOEXTS = "imageexts"; /* Der Logger fuer diesen ListFileHandler */ private static final Logger logger = Logger.getLogger(ListFileHandler.class.getName()); @@ -74,6 +75,7 @@ FileStorage fs = new FileStorage(conf); initMap(fs, getResString(RB_AUDIOEXTS), StorageFile.TYP_AUDIO); initMap(fs, getResString(RB_VIDEOEXTS), StorageFile.TYP_VIDEO); initMap(fs, getResString(RB_FOTOEXTS), StorageFile.TYP_FOTO); } private void initMap(Storage s, String key, String typ) { src/de/uhilger/tango/store/StorageFile.java
@@ -29,6 +29,7 @@ public static final String TYP_FILE = "file"; public static final String TYP_AUDIO = "audio"; public static final String TYP_VIDEO = "video"; public static final String TYP_FOTO = "foto"; public static final String TYP_KATALOG = "katalog"; private String name; src/tango_de_DE.properties
@@ -9,6 +9,7 @@ # Parameter der Mediazentrale audioexts=audioexts videoexts=videoexts imageexts=imageexts playerparams=playerparams host=host