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
[htsp] remove internal htsp support. #6699
Conversation
| CURL url2(url); | ||
| url2.SetFileName("tags/0/"); | ||
| item->SetURL(url2); | ||
| item->SetLabel(g_localizeStrings.Get(22018)); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@opdenkamp I see no reason to maintain htsp. We have a PVR client for htsp support. That's IMO sufficient. |
|
If nobody objects I will merge this very soon after #6698 got merged (it will most probably cause merge conflicts for this pr). |
|
you need to do some more cleaning in GUIDialogNetworkSetup.cpp |
|
ignore, i somehow missed it in the diff (relogged in notspiff). |
2ce4e4f
to
c89db0a
Compare
|
@mkortstiege done. |
c89db0a
to
7f38395
Compare
|
jenkins build this please |
[htsp] remove internal htsp support.
| @@ -57,7 +57,6 @@ CZeroconfBrowser::CZeroconfBrowser():mp_crit_sec(new CCriticalSection),m_started | |||
| AddServiceType("_smb._tcp."); | |||
| #endif | |||
| AddServiceType("_ftp._tcp."); | |||
| AddServiceType("_htsp._tcp."); | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Guys, I do not like the fact that this is gone. For two of my setups, this is giving problems, also see: Any chance this is getting back in? Or somehow to add it manually? |
No description provided.