Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
xaverW committed Mar 19, 2021
1 parent 968b031 commit cd6904f
Show file tree
Hide file tree
Showing 126 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# P2Radio

P2Radio ist ein Programm zum Online-Radio hören. Es verwendet die Senderliste mit Online-Radionsendern
P2Radio ist ein Programm zum Online-Radio hören. Es verwendet die Senderliste mit Online-Radiosendern
von: www.radio-browser.info und listet die gefundenen Sender auf. Die Liste kann mit verschiedenen Filtern nach Sendern
durchsucht werden. Mit einem Programm eigener Wahl können die Sender dann abgespielt werden. Es lassen sich "
Lieblingssender" in eigenen Sammlungen ablegen und so archivieren.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/p2tools/p2radio/MTStartErrorWindow.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down Expand Up @@ -36,7 +36,7 @@ public class MTStartErrorWindow extends Application {
// toDo für weitere Startfehlermeldungen vorbereiten -> nach P2Tools

private Stage primaryStage;
private final String url = "https://www.p2tools.de/mtplayer/manual/start.html";
private final String url = "https://www.p2tools.de/p2radio/manual/start.html";

@Override
public void init() throws Exception {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/p2tools/p2radio/Main.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/p2tools/p2radio/P2Radio.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/p2tools/p2radio/P2RadioController.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down Expand Up @@ -45,7 +45,7 @@ private static void writeTabSettings() {
}

/**
* Quit the MTPlayer application
* Quit the application
*
* @param showOptionTerminate show options dialog when stations are running
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down Expand Up @@ -50,14 +50,14 @@ public class ProgConst {

// Website
public static final String ADRESSE_WEBSITE = "https://www.p2tools.de/"; //todo
public static final String ADRESSE_WEBSITE_HELP = "https://www.p2tools.de/mtplayer/manual/"; //todo
public static final String ADRESSE_WEBSITE_HELP = "https://www.p2tools.de/p2radio/manual/"; //todo

public static final String ADRESSE_P2_RADIO_VERSION = "https://www.p2tools.de/extra/p2radio-info.xml"; //todo
public static final String ADRESSE_P2_RADIO_BETA_VERSION = "https://www.p2tools.de/extra/p2radio-beta-info.xml"; //todo

// die URL der Sets, nicht mehr mit jeder Programmversion hochzählen, nur noch wenn notwendig
public static final String URL_MTPLAYER_CONFIG_DIRECTORY = "https://www.p2tools.de/extra/p2radio/v-1/";
public static final String URL_MTPLAYER_PROGRAM_SETS = URL_MTPLAYER_CONFIG_DIRECTORY + "pset-templates.xml";
public static final String URL_MTPLAYER_CONFIG_DIRECTORY = "https://www.p2tools.de/extra/p2radio/v-1/"; //todo
public static final String URL_MTPLAYER_PROGRAM_SETS = URL_MTPLAYER_CONFIG_DIRECTORY + "pset-templates.xml"; //todo

// ProgrammUrls
public static final String ADRESSE_WEBSITE_VLC = "http://www.videolan.org";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MTPlayer Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* Copyright (C) 2017 W. Xaver W.Xaver[at]googlemail.com
* https://www.p2tools.de
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
Expand Down
Loading

0 comments on commit cd6904f

Please sign in to comment.