Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

livestreams from Kodi [DRAFT] #928

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

@sonarcloud
Copy link

sonarcloud 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.

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.

3 participants