updated to version 0.3.6

This commit is contained in:
Seil0 2016-08-15 18:36:57 +02:00
parent a664a9c5c4
commit 9876ad6212
22 changed files with 116 additions and 46 deletions

View File

@ -5,5 +5,6 @@
<classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.fx.ide.jdt.core.JAVAFX_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/jfoenix.jar"/> <classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/jfoenix.jar"/>
<classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/minimal-json-0.9.4.jar"/> <classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/minimal-json-0.9.4.jar"/>
<classpathentry kind="lib" path="C:/Users/Jannik/workspace/Project HomeFlix/commons-lang3-3.4.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

1
.gitignore vendored
View File

@ -50,3 +50,4 @@ minimal-json-0.9.4.jar
config.xml config.xml
config.xml config.xml
commons-lang3-3.4.jar

View File

@ -13,4 +13,7 @@ columnRating = Bewertung
columnDatName = Datei Name columnDatName = Datei Name
errorUpdateV = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not check update version (nvc)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz errorUpdateV = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not check update version (nvc)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz
errorUpdateD = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not download update files (ndf)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz errorUpdateD = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not download update files (ndf)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz
infoText = \nMaintainer: seilo@kellerkinder.xyz und \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz errorPlay = Beim \u00F6ffnen der Datei ist ein Fehler aufgetreten! \nError: could not open file (nof) \nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz
linuxBug = Zurzeit werden unter Linux leider keine Dateien mit Leerzeichen unterst\u00FCtzt!
vlcNotInstalled = Um einen Film abspielen wird der VLC Media Player ben\u00F6tigt!
infoText = \nMaintainer: seilo@kellerkinder.xyz und \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz

View File

@ -13,4 +13,7 @@ columnRating = Rating
columnDatName = File Name columnDatName = File Name
errorUpdateV = An error has occurred during update! \nError: could not check update version (nvc) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz errorUpdateV = An error has occurred during update! \nError: could not check update version (nvc) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz
errorUpdateD = An error has occurred during update! \nError: could not download update files (ndf) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz errorUpdateD = An error has occurred during update! \nError: could not download update files (ndf) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz
infoText = \nMaintainer: seilo@kellerkinder.xyz and \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz errorPlay = An error has occurred during opening the file! \nError: could not open file (nof) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz
linuxBug = Currently no files are supported with additional space under Linux unfortunately!
vlcNotInstalled = VLC Media Player is required to play a movie!
infoText = \nMaintainer: seilo@kellerkinder.xyz and \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz

View File

@ -40,6 +40,8 @@ import java.util.Properties;
import java.util.ResourceBundle; import java.util.ResourceBundle;
import java.util.Scanner; import java.util.Scanner;
import org.apache.commons.lang3.SystemUtils;
import com.eclipsesource.json.Json; import com.eclipsesource.json.Json;
import com.eclipsesource.json.JsonObject; import com.eclipsesource.json.JsonObject;
import com.jfoenix.controls.JFXButton; import com.jfoenix.controls.JFXButton;
@ -109,9 +111,9 @@ public class MainWindowController {
@FXML @FXML
private JFXButton settingsBtn = new JFXButton("Settings"); private JFXButton settingsBtn = new JFXButton("Settings");
@FXML @FXML
private JFXButton updateBtn = new JFXButton("Auf Update prüfen"); private JFXButton updateBtn = new JFXButton("Auf Update pr<EFBFBD>fen");
@FXML @FXML
private JFXButton directoryBtn = new JFXButton("Ordner auswählen"); private JFXButton directoryBtn = new JFXButton("Ordner ausw<EFBFBD>hlen");
@FXML @FXML
private JFXToggleButton autoupdateBtn = new JFXToggleButton(); private JFXToggleButton autoupdateBtn = new JFXToggleButton();
@FXML @FXML
@ -129,7 +131,7 @@ public class MainWindowController {
@FXML @FXML
private Label versionlbl = new Label(); private Label versionlbl = new Label();
@FXML @FXML
private Label sizelbl = new Label("Schriftgröße:"); private Label sizelbl = new Label("Schriftgr<EFBFBD><EFBFBD>e:");
@FXML @FXML
private Label aulbl = new Label("beim starten nach Updates suchen:"); private Label aulbl = new Label("beim starten nach Updates suchen:");
@FXML @FXML
@ -144,16 +146,19 @@ public class MainWindowController {
@FXML @FXML
TreeTableColumn<uiData, String> columnDatName = new TreeTableColumn<>("Datei Name"); TreeTableColumn<uiData, String> columnDatName = new TreeTableColumn<>("Datei Name");
private boolean menutrue = false; //merker für menubtn (öffnen oder schließen) private boolean menutrue = false; //merker f<EFBFBD>r menubtn (<EFBFBD>ffnen oder schlie<EFBFBD>en)
private boolean settingstrue = false; private boolean settingstrue = false;
private String version = "0.3.5"; private String version = "0.3.6";
private String versionURL = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/version.txt"; private String versionURL = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/version.txt";
private String downloadLink = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/downloadLink.txt"; private String downloadLink = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/downloadLink.txt";
private String updateDataURL; private String updateDataURL;
private String errorUpdateD; private String errorUpdateD;
private String errorUpdateV; private String errorUpdateV;
private String errorPlay;
private String infoText; private String infoText;
private String linuxBugText;
private String vlcNotInstalled;
private String aktVersion; private String aktVersion;
private String path; private String path;
private String color; private String color;
@ -280,7 +285,7 @@ public class MainWindowController {
} }
}); });
//demoBtn clicked //demoBtn clicked debbuging
demoBtn.setOnAction(new EventHandler<ActionEvent>(){ demoBtn.setOnAction(new EventHandler<ActionEvent>(){
@Override @Override
public void handle(ActionEvent event) { public void handle(ActionEvent event) {
@ -306,18 +311,66 @@ public class MainWindowController {
@FXML @FXML
private void playbtnclicked(){ private void playbtnclicked(){
try { if(SystemUtils.IS_OS_LINUX){
Desktop.getDesktop().open(new File(getPath()+"\\"+ datPath)); //öffnt die aktuell ausgewählte Datei System.out.println("This is Linux");
} catch (IOException e) { String line;
// Auto-generated catch block String output = "";
e.printStackTrace(); Process p;
try {
p = Runtime.getRuntime().exec("which vlc");
BufferedReader input = new BufferedReader(new InputStreamReader(p.getInputStream()));
while ((line = input.readLine()) != null) {
output = line;
}
System.out.println(output);
input.close();
} catch (IOException e1) {
// Auto-generated catch block
e1.printStackTrace();
}
if(output.contains("which: no vlc")||output == ""){
Alert alert = new Alert(AlertType.INFORMATION);
alert.setHeaderText("");
alert.setTitle("Info");
alert.setContentText(vlcNotInstalled);
alert.showAndWait();
}else if(datPath.contains(" ")){
Alert alert = new Alert(AlertType.INFORMATION);
alert.setHeaderText("");
alert.setTitle("Info");
alert.setContentText(linuxBugText);
alert.showAndWait();
}else{
try {
Runtime.getRuntime().exec("vlc "+getPath()+"/"+ datPath);
} catch (IOException e) {
Alert alert = new Alert(AlertType.ERROR);
alert.setHeaderText("");
alert.setTitle("Info");
alert.setContentText(errorPlay);
alert.showAndWait();
e.printStackTrace();
}
}
}else if(SystemUtils.IS_OS_WINDOWS || SystemUtils.IS_OS_MAC_OSX){
System.out.println("This is Windows or Mac OSX");
try {
Desktop.getDesktop().open(new File(getPath()+"\\"+ datPath));
} catch (IOException e) {
Alert alert = new Alert(AlertType.ERROR);
alert.setHeaderText("");
alert.setTitle("Info");
alert.setContentText(errorPlay);
alert.showAndWait();
e.printStackTrace();
}
} }
} }
@FXML @FXML
private void openfolderbtnclicked(){ private void openfolderbtnclicked(){
try { try {
Desktop.getDesktop().open(new File(getPath())); //öffnet den aktuellen Pfad Desktop.getDesktop().open(new File(getPath())); //<EFBFBD>ffnet den aktuellen Pfad
} catch (IOException e) { } catch (IOException e) {
// Auto-generated catch block // Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
@ -352,7 +405,7 @@ public class MainWindowController {
demoBtn.setPrefWidth(130); demoBtn.setPrefWidth(130);
demoBtn.setPrefHeight(32); demoBtn.setPrefHeight(32);
demoBtn.setFont(Font.font("System", FontWeight.BOLD, 15)); demoBtn.setFont(Font.font("System", FontWeight.BOLD, 15));
demoBtn.setDisable(true); demoBtn.setDisable(false);
menubtn.setText(""); menubtn.setText("");
menubtn.setMaxSize(32, 32); menubtn.setMaxSize(32, 32);
@ -451,7 +504,7 @@ public class MainWindowController {
} }
for(int i = 0; i < filterData.size(); i++){ for(int i = 0; i < filterData.size(); i++){
root.getChildren().addAll(new TreeItem<uiData>(filterData.get(i))); //fügt daten zur Rootnode hinzu root.getChildren().addAll(new TreeItem<uiData>(filterData.get(i))); //f<EFBFBD>gt daten zur Rootnode hinzu
} }
} }
}); });
@ -492,18 +545,18 @@ public class MainWindowController {
treeTableViewfilm.getColumns().addAll(columnName, columnRating, columnDatName); treeTableViewfilm.getColumns().addAll(columnName, columnRating, columnDatName);
//Changelistener für TreeTable //Changelistener f<EFBFBD>r TreeTable
treeTableViewfilm.getSelectionModel().selectedItemProperty().addListener(new ChangeListener<Object>() { treeTableViewfilm.getSelectionModel().selectedItemProperty().addListener(new ChangeListener<Object>() {
@Override @Override
public void changed(ObservableValue<?> observable, Object oldVal, Object newVal) { public void changed(ObservableValue<?> observable, Object oldVal, Object newVal) {
// last = selected; //für autoplay // last = selected; //f<EFBFBD>r autoplay
selected = treeTableViewfilm.getSelectionModel().getSelectedIndex(); // holt aktuelles Item selected = treeTableViewfilm.getSelectionModel().getSelectedIndex(); // holt aktuelles Item
last = selected - 1; last = selected - 1;
next = selected + 1; next = selected + 1;
Name = columnName.getCellData(selected); // holt Namen des Aktuelle Items aus der ColumnName Name = columnName.getCellData(selected); // holt Namen des Aktuelle Items aus der ColumnName
datPath = columnDatName.getCellData(selected); // holt den aktuellen Datei Pfad aus der ColumnDatName datPath = columnDatName.getCellData(selected); // holt den aktuellen Datei Pfad aus der ColumnDatName
ta1.setText(""); // löscht Text in ta1 ta1.setText(""); // l<EFBFBD>scht Text in ta1
apiAbfrage(Name); // startet die api abfrage apiAbfrage(Name); // startet die api abfrage
ta1.positionCaret(0); // setzt die startposition des Cursors in ta1.positionCaret(0); // setzt die startposition des Cursors in
// ta1 // ta1
@ -513,7 +566,7 @@ public class MainWindowController {
treeTableViewfilm.getColumns().get(2).setVisible(false); //blendet die Column mit den Dateinamen aus (wichtig um sie abzuspielen) treeTableViewfilm.getColumns().get(2).setVisible(false); //blendet die Column mit den Dateinamen aus (wichtig um sie abzuspielen)
} }
//prüft auf Update und ht es gegebenenfalls aus //pr<EFBFBD>ft auf Update und f<EFBFBD>ht es gegebenenfalls aus
private void update(){ private void update(){
System.out.println("check for updates ..."); System.out.println("check for updates ...");
@ -532,26 +585,26 @@ public class MainWindowController {
} }
System.out.println("Version: "+version+", Update: "+aktVersion); System.out.println("Version: "+version+", Update: "+aktVersion);
//vergleicht die Versionsnummern, bei aktversion > version wird ein Update durchgrführt //vergleicht die Versionsnummern, bei aktversion > version wird ein Update durchgrf<EFBFBD>hrt
int iversion = Integer.parseInt(version.replace(".", "")); int iversion = Integer.parseInt(version.replace(".", ""));
int iaktVersion = Integer.parseInt(aktVersion.replace(".", "")); int iaktVersion = Integer.parseInt(aktVersion.replace(".", ""));
if(iversion >= iaktVersion){ if(iversion >= iaktVersion){
updateBtn.setText("kein Update verfügbar"); updateBtn.setText("kein Update verf<EFBFBD>gbar");
System.out.println("kein Update verfügbar"); System.out.println("kein Update verf<EFBFBD>gbar");
}else{ }else{
updateBtn.setText("Update verfügbar"); updateBtn.setText("Update verf<EFBFBD>gbar");
System.out.println("Update verfügbar"); System.out.println("Update verf<EFBFBD>gbar");
try { try {
URL website; URL website;
URL downloadURL = new URL(downloadLink); URL downloadURL = new URL(downloadLink);
BufferedReader in = new BufferedReader(new InputStreamReader(downloadURL.openStream())); BufferedReader in = new BufferedReader(new InputStreamReader(downloadURL.openStream()));
updateDataURL = in.readLine(); updateDataURL = in.readLine();
website = new URL(updateDataURL); //Update URL website = new URL(updateDataURL); //Update URL
ReadableByteChannel rbc = Channels.newChannel(website.openStream()); //öffnet neuen Stream/Channel ReadableByteChannel rbc = Channels.newChannel(website.openStream()); //<EFBFBD>ffnet neuen Stream/Channel
FileOutputStream fos = new FileOutputStream("ProjectHomeFlix.jar"); //neuer fileoutputstram für ProjectHomeFLix.jar FileOutputStream fos = new FileOutputStream("ProjectHomeFlix.jar"); //neuer fileoutputstram f<EFBFBD>r ProjectHomeFLix.jar
fos.getChannel().transferFrom(rbc, 0, Long.MAX_VALUE); //holt datei von 0 bis max größe fos.getChannel().transferFrom(rbc, 0, Long.MAX_VALUE); //holt datei von 0 bis max gr<EFBFBD><EFBFBD>e
fos.close(); //schließt den fos (extrem wichtig!) fos.close(); //schlie<EFBFBD>t den fos (extrem wichtig!)
Runtime.getRuntime().exec("java -jar ProjectHomeFlix.jar"); //starte neu Runtime.getRuntime().exec("java -jar ProjectHomeFlix.jar"); //starte neu
System.exit(0); //beendet sich selbst System.exit(0); //beendet sich selbst
} catch (IOException e) { } catch (IOException e) {
@ -567,7 +620,7 @@ public class MainWindowController {
} }
} }
//lädt die Daten im angegeben Ordner in newDaten //l<EFBFBD>dt die Daten im angegeben Ordner in newDaten
public void loadData(){ public void loadData(){
if(getPath().equals("")||getPath().equals(null)){ if(getPath().equals("")||getPath().equals(null)){
System.out.println("Kein Pfad angegeben"); //falls der Pfad null oder "" ist System.out.println("Kein Pfad angegeben"); //falls der Pfad null oder "" ist
@ -579,7 +632,7 @@ public class MainWindowController {
newDaten.add(new uiData(5.0, titel ,data)); newDaten.add(new uiData(5.0, titel ,data));
} }
for(int i = 0; i < newDaten.size(); i++){ for(int i = 0; i < newDaten.size(); i++){
root.getChildren().add(new TreeItem<uiData>(newDaten.get(i))); //fügt daten zur Rootnode hinzu root.getChildren().add(new TreeItem<uiData>(newDaten.get(i))); //f<EFBFBD>gt daten zur Rootnode hinzu
} }
} }
} }
@ -592,7 +645,7 @@ public class MainWindowController {
return str.substring(0, pos); return str.substring(0, pos);
} }
//setzt die Farben für die UI-Elemente //setzt die Farben f<EFBFBD>r die UI-Elemente
public void applyColor(){ public void applyColor(){
String style = "-fx-background-color: #"+getColor()+";"; String style = "-fx-background-color: #"+getColor()+";";
String btnStyle = "-fx-button-type: RAISED; -fx-background-color: #"+getColor()+"; -fx-text-fill: BLACK;"; String btnStyle = "-fx-button-type: RAISED; -fx-background-color: #"+getColor()+"; -fx-text-fill: BLACK;";
@ -634,11 +687,11 @@ public class MainWindowController {
public void setLoaclUI(int local){ public void setLoaclUI(int local){
switch(local){ switch(local){
case 0: bundle = ResourceBundle.getBundle("application.HomeFlix-Local", Locale.US); //us_english case 0: bundle = ResourceBundle.getBundle("recources.HomeFlix-Local", Locale.US); //us_english
break; break;
case 1: bundle = ResourceBundle.getBundle("application.HomeFlix-Local", Locale.GERMAN); //german case 1: bundle = ResourceBundle.getBundle("recources.HomeFlix-Local", Locale.GERMAN); //german
break; break;
default:bundle = ResourceBundle.getBundle("application.HomeFlix-Local", Locale.US); //default local default:bundle = ResourceBundle.getBundle("recources.HomeFlix-Local", Locale.US); //default local
break; break;
} }
settingsBtn.setText(bundle.getString("settings")); settingsBtn.setText(bundle.getString("settings"));
@ -656,6 +709,9 @@ public class MainWindowController {
errorUpdateD = bundle.getString("errorUpdateD"); errorUpdateD = bundle.getString("errorUpdateD");
errorUpdateV = bundle.getString("errorUpdateV"); errorUpdateV = bundle.getString("errorUpdateV");
infoText = bundle.getString("version")+" "+version+bundle.getString("infoText"); infoText = bundle.getString("version")+" "+version+bundle.getString("infoText");
linuxBugText = bundle.getString("linuxBug");
errorPlay = bundle.getString("errorPlay");
vlcNotInstalled = bundle.getString("vlcNotInstalled");
} }
//speichert die Einstellungen //speichert die Einstellungen
@ -676,7 +732,7 @@ public class MainWindowController {
} }
} }
//lädt die Einstellungen //l<EFBFBD>dt die Einstellungen
public void loadSettings(){ public void loadSettings(){
File configFile = new File("config.xml"); File configFile = new File("config.xml");
try { try {
@ -703,7 +759,7 @@ public class MainWindowController {
return color; return color;
} }
//entfernt 0x von dem rückgabe wert des Colorpickers //entfernt 0x von dem r<EFBFBD>ckgabe wert des Colorpickers
private void editColor(String input){ private void editColor(String input){
StringBuilder sb = new StringBuilder(input); StringBuilder sb = new StringBuilder(input);
sb.delete(0, 2); sb.delete(0, 2);
@ -761,7 +817,7 @@ public class MainWindowController {
sc = new Scanner(System.in); sc = new Scanner(System.in);
moviename = input; moviename = input;
// für keinen oder "" Filmtitel // f<EFBFBD>r keinen oder "" Filmtitel
if (moviename == null || moviename.equals("")) { if (moviename == null || moviename.equals("")) {
System.out.println("No movie found"); System.out.println("No movie found");
} }
@ -769,10 +825,10 @@ public class MainWindowController {
//entfernen ungewolter leerzeichen //entfernen ungewolter leerzeichen
moviename = moviename.trim(); moviename = moviename.trim();
// ersetzen der Leerzeichen durch + für api-abfrage // ersetzen der Leerzeichen durch + f<EFBFBD>r api-abfrage
moviename = moviename.replace(" ", "+"); moviename = moviename.replace(" ", "+");
//URL wird zusammengestellt abfragetypen: http,json,xml (muss json sein um späteres trennen zu ermöglichen) //URL wird zusammengestellt abfragetypen: http,json,xml (muss json sein um sp<EFBFBD>teres trennen zu erm<EFBFBD>glichen)
dataurl = apiurl + "t=" + moviename + "&plot=full&r=json"; dataurl = apiurl + "t=" + moviename + "&plot=full&r=json";
url = new URL(dataurl); url = new URL(dataurl);
@ -781,7 +837,7 @@ public class MainWindowController {
// lesen der Daten aus dem Antwort Stream // lesen der Daten aus dem Antwort Stream
while ((retdata = dis.readLine()) != null) { while ((retdata = dis.readLine()) != null) {
//retdata in json object parsen und anschließend das json Objekt "zerschneiden" //retdata in json object parsen und anschlie<EFBFBD>end das json Objekt "zerschneiden"
System.out.println(retdata); System.out.println(retdata);
JsonObject object = Json.parse(retdata).asObject(); JsonObject object = Json.parse(retdata).asObject();
String titel = object.getString("Title", ""); String titel = object.getString("Title", "");
@ -816,7 +872,7 @@ public class MainWindowController {
ta1.appendText("Titel: "+titel+"\n"); ta1.appendText("Titel: "+titel+"\n");
ta1.appendText("Jahr: "+ year+"\n"); ta1.appendText("Jahr: "+ year+"\n");
ta1.appendText("Einstufung: "+rated+"\n"); ta1.appendText("Einstufung: "+rated+"\n");
ta1.appendText("Veröffentlicht am: "+released+"\n"); ta1.appendText("Ver<EFBFBD>ffentlicht am: "+released+"\n");
ta1.appendText("Laufzeit: "+runtime+"\n"); ta1.appendText("Laufzeit: "+runtime+"\n");
ta1.appendText("Genre: "+genre+"\n"); ta1.appendText("Genre: "+genre+"\n");
ta1.appendText("Regisseur: "+director+"\n"); ta1.appendText("Regisseur: "+director+"\n");
@ -839,7 +895,7 @@ public class MainWindowController {
System.out.println(e); System.out.println(e);
} finally { } finally {
try { try {
//schließt datainputStream, InputStream,Scanner //schlie<EFBFBD>t datainputStream, InputStream,Scanner
if (dis != null) { if (dis != null) {
dis.close(); dis.close();
} }

View File

@ -13,4 +13,7 @@ columnRating = Bewertung
columnDatName = Datei Name columnDatName = Datei Name
errorUpdateV = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not check update version (nvc)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz errorUpdateV = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not check update version (nvc)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz
errorUpdateD = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not download update files (ndf)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz errorUpdateD = Beim ausf\u00FChren des Updates ist ein Fehler aufgetreten! \nError: could not download update files (ndf)\nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz
infoText = \nMaintainer: seilo@kellerkinder.xyz und \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz errorPlay = Beim \u00F6ffnen der Datei ist ein Fehler aufgetreten! \nError: could not open file (nof) \nWeitere Hilfe erhalten sie unter www.kellerkinder.xyz \noder wenden sie sich an support@kellerkinder.xyz
linuxBug = Zurzeit werden unter Linux leider keine Dateien mit Leerzeichen unterst\u00FCtzt!
vlcNotInstalled = Um einen Film abspielen wird der VLC Media Player ben\u00F6tigt!
infoText = \nMaintainer: seilo@kellerkinder.xyz und \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz

View File

@ -13,4 +13,7 @@ columnRating = Rating
columnDatName = File Name columnDatName = File Name
errorUpdateV = An error has occurred during update! \nError: could not check update version (nvc) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz errorUpdateV = An error has occurred during update! \nError: could not check update version (nvc) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz
errorUpdateD = An error has occurred during update! \nError: could not download update files (ndf) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz errorUpdateD = An error has occurred during update! \nError: could not download update files (ndf) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz
infoText = \nMaintainer: seilo@kellerkinder.xyz and \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz errorPlay = An error has occurred during opening the file! \nError: could not open file (nof) \nTo get help, visit www.kellerkinder.xyz \nor contcat support@kellerkinder.xyz
linuxBug = Currently no files are supported with additional space under Linux unfortunately!
vlcNotInstalled = VLC Media Player is required to play a movie!
infoText = \nMaintainer: seilo@kellerkinder.xyz and \nhendrik.schutter@coptersicht.de \n(c) 2016 Kellerkinder www.kellerkinder.xyz

Binary file not shown.

View File

@ -1 +1 @@
0.3.5 0.3.6