Skip to content

Conversation

@codingPF
Copy link
Member

@codingPF codingPF commented Oct 2, 2023

ich habe hier versucht die Livestreams aus den existierenden IPTV Listen, die von Kodi / IPTV verwendet werden, zu extrahieren. Diese Listen werden von verschiedenen Teams immer auf dem aktuellen Stand gehalten und sind öffentlich abrufbar.
Technisch braucht dieser PR noch ein paar Kleinigkeiten, die aber schnell erledigt sind (Sender Konfiguration etc).
Fachlich gibt es aber das Problem, dass diese Listen keine Website enthalten. Daher wäre die Frage wie wichtig diese Funktionalität ist.
Deshalb hier erstmal als DRAFT damit ich den Branch nicht aus versehen (lokal) lösche.

@codingPF codingPF requested a review from pidoubleyou October 2, 2023 09:39
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 2, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

public static final Map<String,Sender> sender = new HashMap<>();

static {
sender.put("3sat", Sender.DREISAT);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sowas kann das Enum doch 😮

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ja, das ist kommt weg.

public final class LivestreamConstants {

/** Livestreams */
public static final String URL_LIVESTREAMS = "http://bit.ly/kn-kodi-tv";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ich würde keine kurzurl nutzen an der stelle, wenn dann eventuell als fallback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants