-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
23 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Unofficial Kodi HDHomeRun DVR PVR Client | ||
## [__USER DOCUMENTATION AND DOWNLOADS__](https://github.com/djp952/pvr.hdhomerundvr/wiki) | ||
|
||
Copyright (C)2016-2022 Michael G. Brehm | ||
Copyright (C)2016-2024 Michael G. Brehm | ||
[MIT LICENSE](https://opensource.org/licenses/MIT) | ||
|
||
[__CURL__](https://curl.haxx.se/) - Copyright (C)1996-2022, Daniel Stenberg, [email protected], and many contributors | ||
|
@@ -83,7 +83,7 @@ sudo cp -v $(pwd)/osxcross/build/compiler-rt/compiler-rt/build/lib/darwin/*.dyli | |
**INITIALIZE SOURCE TREE AND DEPENDENCIES** | ||
* Open "Developer Command Prompt for VS2022" | ||
``` | ||
git clone https://github.com/djp952/pvr.hdhomerundvr -b Nexus | ||
git clone https://github.com/djp952/pvr.hdhomerundvr -b Omega | ||
cd pvr.hdhomerundvr | ||
git submodule update --init | ||
``` | ||
|
@@ -130,7 +130,6 @@ Examples: | |
| uwp-arm | Universal Windows Platform ARM | /t:uwp-arm | | ||
| uwp-win32 | Universal Windows Platform X86 | /t:uwp-win32 | | ||
| uwp-x64 | Universal Windows Platform X64 | /t:uwp-x64 | | ||
| uwpappx-arm | Universal Windows Platform ARM MSIX | /t:uwpappx-arm /p:Keystore={keystore};KeystorePassword={keystore-password} | | ||
| uwpappx-x64 | Universal Windows Platform X64 MSIX | /t:uwpappx-x64 /p:Keystore={keystore};KeystorePassword={keystore-password} | | ||
| windows-win32 | Windows X86 | /t:windows-win32 | | ||
| windows-x64 | Windows X64 | /t:windows-x64 | | ||
|
Submodule libhdhomerun
updated
10 files
+5 −0 | Makefile | |
+1 −1 | README.md | |
+61 −25 | hdhomerun_discover.c | |
+106 −0 | hdhomerun_discover_example.c | |
+27 −11 | hdhomerun_os_posix.c | |
+3 −0 | hdhomerun_os_posix.h | |
+25 −2 | hdhomerun_os_windows.c | |
+3 −0 | hdhomerun_os_windows.h | |
+2 −0 | hdhomerun_sock_posix.c | |
+10 −0 | hdhomerun_sock_windows.c |
Submodule xbmc
updated
3785 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
Company=Michael G. Brehm | ||
Copyright= | ||
Product=zuki.pvr.hdhomerundvr | ||
Version=20.9.2 | ||
Version=21.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters