chore(branding): fix github org url

This commit is contained in:
2025-02-20 23:46:15 -07:00
parent 4848aebb1b
commit c77cb97946
14 changed files with 44 additions and 44 deletions

View File

@@ -44,7 +44,7 @@
### Before You Submit ### Before You Submit
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small> <small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
- [ ] My code follows the [Contribution Guidelines](https://github.com/https://github.com/BinaryNinja/tvapp2/blob/main/CONTRIBUTING.md) - [ ] My code follows the [Contribution Guidelines](https://github.com/https://github.com/TheBinaryNinja/tvapp2/blob/main/CONTRIBUTING.md)
- [ ] I give expressed consent for my work to be used in this repo - [ ] I give expressed consent for my work to be used in this repo
- [ ] I have tested my work and it functions as intended - [ ] I have tested my work and it functions as intended
- [ ] I have included documentation if the change requires such - [ ] I have included documentation if the change requires such

View File

@@ -5,7 +5,7 @@
# @usage docker image which allows you to download a m3u playlist and EPG guide data from # @usage docker image which allows you to download a m3u playlist and EPG guide data from
# multiple IPTV services. # multiple IPTV services.
# @file Dockerfile # @file Dockerfile
# @repo https://github.com/BinaryNinja/tvapp2 # @repo https://github.com/TheBinaryNinja/tvapp2
# https://git.binaryninja.net/BinaryNinja/tvapp2 # https://git.binaryninja.net/BinaryNinja/tvapp2
# https://github.com/aetherinox/docker-base-alpine # https://github.com/aetherinox/docker-base-alpine
# #
@@ -38,16 +38,16 @@ LABEL org.opencontainers.image.authors="aetherinox, iFlip721"
LABEL org.opencontainers.image.vendor="BinaryNinja" LABEL org.opencontainers.image.vendor="BinaryNinja"
LABEL org.opencontainers.image.title="TVApp2" LABEL org.opencontainers.image.title="TVApp2"
LABEL org.opencontainers.image.description="Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client." LABEL org.opencontainers.image.description="Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client."
LABEL org.opencontainers.image.source="https://github.com/BinaryNinja/tvapp2" LABEL org.opencontainers.image.source="https://github.com/TheBinaryNinja/tvapp2"
LABEL org.opencontainers.image.repo.1="https://github.com/BinaryNinja/tvapp2" LABEL org.opencontainers.image.repo.1="https://github.com/TheBinaryNinja/tvapp2"
LABEL org.opencontainers.image.repo.2="https://git.binaryninja.net/BinaryNinja/tvapp2" LABEL org.opencontainers.image.repo.2="https://git.binaryninja.net/BinaryNinja/tvapp2"
LABEL org.opencontainers.image.repo.3="https://github.com/aetherinox/docker-base-alpine" LABEL org.opencontainers.image.repo.3="https://github.com/aetherinox/docker-base-alpine"
LABEL org.opencontainers.image.documentation="https://github.com/TheBinaryNinja/tvapp2/wiki" LABEL org.opencontainers.image.documentation="https://github.com/TheBinaryNinja/tvapp2/wiki"
LABEL org.opencontainers.image.url="https://github.com/BinaryNinja/tvapp2/pkgs/container/tvapp2" LABEL org.opencontainers.image.url="https://github.com/TheBinaryNinja/tvapp2/pkgs/container/tvapp2"
LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.licenses="MIT"
LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}" LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}"
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine

View File

@@ -5,7 +5,7 @@
# @usage docker image which allows you to download a m3u playlist and EPG guide data from # @usage docker image which allows you to download a m3u playlist and EPG guide data from
# multiple IPTV services. # multiple IPTV services.
# @file Dockerfile.aarch64 # @file Dockerfile.aarch64
# @repo https://github.com/BinaryNinja/tvapp2 # @repo https://github.com/TheBinaryNinja/tvapp2
# https://git.binaryninja.net/BinaryNinja/tvapp2 # https://git.binaryninja.net/BinaryNinja/tvapp2
# https://github.com/aetherinox/docker-base-alpine # https://github.com/aetherinox/docker-base-alpine
# #
@@ -37,12 +37,12 @@ LABEL org.opencontainers.image.authors="aetherinox, iFlip721"
LABEL org.opencontainers.image.vendor="BinaryNinja" LABEL org.opencontainers.image.vendor="BinaryNinja"
LABEL org.opencontainers.image.title="TVApp2" LABEL org.opencontainers.image.title="TVApp2"
LABEL org.opencontainers.image.description="Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client." LABEL org.opencontainers.image.description="Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client."
LABEL org.opencontainers.image.source="https://github.com/BinaryNinja/tvapp2" LABEL org.opencontainers.image.source="https://github.com/TheBinaryNinja/tvapp2"
LABEL org.opencontainers.image.repo.1="https://github.com/BinaryNinja/tvapp2" LABEL org.opencontainers.image.repo.1="https://github.com/TheBinaryNinja/tvapp2"
LABEL org.opencontainers.image.repo.2="https://git.binaryninja.net/BinaryNinja/tvapp2" LABEL org.opencontainers.image.repo.2="https://git.binaryninja.net/BinaryNinja/tvapp2"
LABEL org.opencontainers.image.repo.3="https://github.com/aetherinox/docker-base-alpine" LABEL org.opencontainers.image.repo.3="https://github.com/aetherinox/docker-base-alpine"
LABEL org.opencontainers.image.documentation="https://github.com/TheBinaryNinja/tvapp2/wiki" LABEL org.opencontainers.image.documentation="https://github.com/TheBinaryNinja/tvapp2/wiki"
LABEL org.opencontainers.image.url="https://github.com/BinaryNinja/tvapp2/pkgs/container/tvapp2" LABEL org.opencontainers.image.url="https://github.com/TheBinaryNinja/tvapp2/pkgs/container/tvapp2"
LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.licenses="MIT"
LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}" LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}"

View File

@@ -71,7 +71,7 @@
This project contains several repositories which all share the same code; use them as backups: This project contains several repositories which all share the same code; use them as backups:
- [https://github.com/BinaryNinja/tvapp2](https://github.com/BinaryNinja/tvapp2) - [https://github.com/TheBinaryNinja/tvapp2](https://github.com/TheBinaryNinja/tvapp2)
- [https://git.binaryninja.net/BinaryNinja/tvapp2](https://git.binaryninja.net/BinaryNinja/tvapp2) - [https://git.binaryninja.net/BinaryNinja/tvapp2](https://git.binaryninja.net/BinaryNinja/tvapp2)
<br /> <br />
@@ -316,7 +316,7 @@ mkdir tvapp2 && cd tvapp2
git clone https://git.binaryninja.net/BinaryNinja/tvapp2.git ./ git clone https://git.binaryninja.net/BinaryNinja/tvapp2.git ./
# to clone from our github website # to clone from our github website
git clone https://github.com/BinaryNinja/tvapp2.git ./ git clone https://github.com/TheBinaryNinja/tvapp2.git ./
``` ```
<br /> <br />
@@ -640,7 +640,7 @@ This repository and this project serves in memory of the developer [dtankdempse]
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top"><a href="https://github.com/dtankdempse"> <td align="center" valign="top"><a href="https://github.com/dtankdempse">
<img src="https://avatars.githubusercontent.com/u/175421607?v=4?s=40" width="80px;" alt="dtankdempse"/><br /><sub><b>dtankdempse</b></sub></a><br /><a href="https://github.com/BinaryNinja/tvapp2/commits?author=dtankdempse" title="Code">💻</a> <img src="https://avatars.githubusercontent.com/u/175421607?v=4?s=40" width="80px;" alt="dtankdempse"/><br /><sub><b>dtankdempse</b></sub></a><br /><a href="https://github.com/TheBinaryNinja/tvapp2/commits?author=dtankdempse" title="Code">💻</a>
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -662,7 +662,7 @@ We are always looking for contributors. If you feel that you can provide somethi
<br /> <br />
Want to help but can't write code? Want to help but can't write code?
- Review [active questions by our community](https://github.com/BinaryNinja/tvapp2/labels/help%20wanted) and answer the ones you know. - Review [active questions by our community](https://github.com/TheBinaryNinja/tvapp2/labels/help%20wanted) and answer the ones you know.
<br /> <br />
@@ -687,13 +687,13 @@ The following people have helped get this project going:
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top"><a href="https://github.com/Aetherinox"> <td align="center" valign="top"><a href="https://github.com/Aetherinox">
<img src="https://avatars.githubusercontent.com/u/118329232?v=4?s=40" width="80px;" alt="Aetherinox"/><br /><sub><b>Aetherinox</b></sub></a><br /><a href="https://github.com/BinaryNinja/tvapp2/commits?author=Aetherinox" title="Code">💻</a> <img src="https://avatars.githubusercontent.com/u/118329232?v=4?s=40" width="80px;" alt="Aetherinox"/><br /><sub><b>Aetherinox</b></sub></a><br /><a href="https://github.com/TheBinaryNinja/tvapp2/commits?author=Aetherinox" title="Code">💻</a>
</td> </td>
<td align="center" valign="top"><a href="https://github.com/iFlip721"> <td align="center" valign="top"><a href="https://github.com/iFlip721">
<img src="https://avatars.githubusercontent.com/u/28721588?v=4" width="80px;" alt="iFlip721"/><br /><sub><b>iFlip721</b></sub></a><br /><a href="https://github.com/BinaryNinja/tvapp2/commits?author=iFlip721" title="Code">💻</a> <img src="https://avatars.githubusercontent.com/u/28721588?v=4" width="80px;" alt="iFlip721"/><br /><sub><b>iFlip721</b></sub></a><br /><a href="https://github.com/TheBinaryNinja/tvapp2/commits?author=iFlip721" title="Code">💻</a>
</td> </td>
<td align="center" valign="top"><a href="https://github.com/Nvmdfth"> <td align="center" valign="top"><a href="https://github.com/Nvmdfth">
<img src="https://avatars.githubusercontent.com/u/32874812?v=4" width="80px;" alt="Nvmdfth"/><br /><sub><b>Optx</b></sub></a><br /><a href="https://github.com/BinaryNinja/tvapp2/commits?author=Nvmdfth" title="Code">💻</a> <img src="https://avatars.githubusercontent.com/u/32874812?v=4" width="80px;" alt="Nvmdfth"/><br /><sub><b>Optx</b></sub></a><br /><a href="https://github.com/TheBinaryNinja/tvapp2/commits?author=Nvmdfth" title="Code">💻</a>
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -712,37 +712,37 @@ The following people have helped get this project going:
[general-npmtrends-uri]: http://npmtrends.com/csf-firewall [general-npmtrends-uri]: http://npmtrends.com/csf-firewall
<!-- BADGE > VERSION > GITHUB --> <!-- BADGE > VERSION > GITHUB -->
[github-version-img]: https://img.shields.io/github/v/tag/BinaryNinja/tvapp2?logo=GitHub&label=Version&color=ba5225 [github-version-img]: https://img.shields.io/github/v/tag/TheBinaryNinja/tvapp2?logo=GitHub&label=Version&color=ba5225
[github-version-uri]: https://github.com/BinaryNinja/tvapp2/releases [github-version-uri]: https://github.com/TheBinaryNinja/tvapp2/releases
<!-- BADGE > LICENSE > MIT --> <!-- BADGE > LICENSE > MIT -->
[license-mit-img]: https://img.shields.io/badge/MIT-FFF?logo=creativecommons&logoColor=FFFFFF&label=License&color=9d29a0 [license-mit-img]: https://img.shields.io/badge/MIT-FFF?logo=creativecommons&logoColor=FFFFFF&label=License&color=9d29a0
[license-mit-uri]: https://github.com/BinaryNinja/tvapp2/blob/main/LICENSE [license-mit-uri]: https://github.com/TheBinaryNinja/tvapp2/blob/main/LICENSE
<!-- BADGE > GITHUB > DOWNLOAD COUNT --> <!-- BADGE > GITHUB > DOWNLOAD COUNT -->
[github-downloads-img]: https://img.shields.io/github/downloads/BinaryNinja/tvapp2/total?logo=github&logoColor=FFFFFF&label=Downloads&color=376892 [github-downloads-img]: https://img.shields.io/github/downloads/TheBinaryNinja/tvapp2/total?logo=github&logoColor=FFFFFF&label=Downloads&color=376892
[github-downloads-uri]: https://github.com/BinaryNinja/tvapp2/releases [github-downloads-uri]: https://github.com/TheBinaryNinja/tvapp2/releases
<!-- BADGE > GITHUB > DOWNLOAD SIZE --> <!-- BADGE > GITHUB > DOWNLOAD SIZE -->
[github-size-img]: https://img.shields.io/github/repo-size/BinaryNinja/tvapp2?logo=github&label=Size&color=59702a [github-size-img]: https://img.shields.io/github/repo-size/TheBinaryNinja/tvapp2?logo=github&label=Size&color=59702a
[github-size-uri]: https://github.com/BinaryNinja/tvapp2/releases [github-size-uri]: https://github.com/TheBinaryNinja/tvapp2/releases
<!-- BADGE > ALL CONTRIBUTORS --> <!-- BADGE > ALL CONTRIBUTORS -->
[contribs-all-img]: https://img.shields.io/github/all-contributors/BinaryNinja/tvapp2?logo=contributorcovenant&color=de1f6f&label=contributors [contribs-all-img]: https://img.shields.io/github/all-contributors/TheBinaryNinja/tvapp2?logo=contributorcovenant&color=de1f6f&label=contributors
[contribs-all-uri]: https://github.com/all-contributors/all-contributors [contribs-all-uri]: https://github.com/all-contributors/all-contributors
<!-- BADGE > GITHUB > BUILD > NPM --> <!-- BADGE > GITHUB > BUILD > NPM -->
[github-build-img]: https://img.shields.io/github/actions/workflow/status/BinaryNinja/tvapp2/npm-release.yml?logo=github&logoColor=FFFFFF&label=Build&color=%23278b30 [github-build-img]: https://img.shields.io/github/actions/workflow/status/TheBinaryNinja/tvapp2/npm-release.yml?logo=github&logoColor=FFFFFF&label=Build&color=%23278b30
[github-build-uri]: https://github.com/BinaryNinja/tvapp2/actions/workflows/npm-release.yml [github-build-uri]: https://github.com/TheBinaryNinja/tvapp2/actions/workflows/npm-release.yml
<!-- BADGE > GITHUB > BUILD > Pypi --> <!-- BADGE > GITHUB > BUILD > Pypi -->
[github-build-pypi-img]: https://img.shields.io/github/actions/workflow/status/BinaryNinja/tvapp2/release-pypi.yml?logo=github&logoColor=FFFFFF&label=Build&color=%23278b30 [github-build-pypi-img]: https://img.shields.io/github/actions/workflow/status/TheBinaryNinja/tvapp2/release-pypi.yml?logo=github&logoColor=FFFFFF&label=Build&color=%23278b30
[github-build-pypi-uri]: https://github.com/BinaryNinja/tvapp2/actions/workflows/pypi-release.yml [github-build-pypi-uri]: https://github.com/TheBinaryNinja/tvapp2/actions/workflows/pypi-release.yml
<!-- BADGE > GITHUB > TESTS --> <!-- BADGE > GITHUB > TESTS -->
[github-tests-img]: https://img.shields.io/github/actions/workflow/status/BinaryNinja/tvapp2/npm-tests.yml?logo=github&label=Tests&color=2c6488 [github-tests-img]: https://img.shields.io/github/actions/workflow/status/TheBinaryNinja/tvapp2/npm-tests.yml?logo=github&label=Tests&color=2c6488
[github-tests-uri]: https://github.com/BinaryNinja/tvapp2/actions/workflows/npm-tests.yml [github-tests-uri]: https://github.com/TheBinaryNinja/tvapp2/actions/workflows/npm-tests.yml
<!-- BADGE > GITHUB > COMMIT --> <!-- BADGE > GITHUB > COMMIT -->
[github-commit-img]: https://img.shields.io/github/last-commit/BinaryNinja/tvapp2?logo=conventionalcommits&logoColor=FFFFFF&label=Last%20Commit&color=313131 [github-commit-img]: https://img.shields.io/github/last-commit/TheBinaryNinja/tvapp2?logo=conventionalcommits&logoColor=FFFFFF&label=Last%20Commit&color=313131
[github-commit-uri]: https://github.com/BinaryNinja/tvapp2/commits/main/ [github-commit-uri]: https://github.com/TheBinaryNinja/tvapp2/commits/main/

View File

@@ -5,7 +5,7 @@
# @usage docker image which allows you to download a m3u playlist and EPG guide data from # @usage docker image which allows you to download a m3u playlist and EPG guide data from
# multiple IPTV services. # multiple IPTV services.
# @file docker-entrypoint.sh # @file docker-entrypoint.sh
# @repo https://github.com/BinaryNinja/tvapp2 # @repo https://github.com/TheBinaryNinja/tvapp2
# https://git.binaryninja.net/BinaryNinja/tvapp2 # https://git.binaryninja.net/BinaryNinja/tvapp2
# https://github.com/aetherinox/docker-base-alpine # https://github.com/aetherinox/docker-base-alpine
# #

View File

@@ -81,7 +81,7 @@ async function downloadFile(url, filePath) {
const isHttps = new URL(url).protocol === 'https:'; const isHttps = new URL(url).protocol === 'https:';
const httpModule = isHttps ? require('https') : require('http'); const httpModule = isHttps ? require('https') : require('http');
const file = fs.createWriteStream(filePath); const file = fs.createWriteStream(filePath);
httpModule httpModule
.get(url, (response) => { .get(url, (response) => {
if (response.statusCode !== 200) { if (response.statusCode !== 200) {

View File

@@ -9,11 +9,11 @@
"appId": "com.tvapp2.id" "appId": "com.tvapp2.id"
}, },
"bugs": { "bugs": {
"url": "https://github.com/BinaryNinja/tvapp2/issues" "url": "https://github.com/TheBinaryNinja/tvapp2/issues"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/BinaryNinja/tvapp2.git" "url": "https://github.com/TheBinaryNinja/tvapp2.git"
}, },
"contributors": [ "contributors": [
{ {

View File

@@ -4,7 +4,7 @@
# @project TVApp2 # @project TVApp2
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
# @file plugins # @file plugins
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine
# # # #

View File

@@ -2,7 +2,7 @@
# @project TVApp2 # @project TVApp2
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
# @file nginx.conf.sample # @file nginx.conf.sample
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine
# # # #

View File

@@ -2,7 +2,7 @@
# @project TVApp2 # @project TVApp2
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
# @file default.conf.sample # @file default.conf.sample
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine
# # # #

View File

@@ -2,7 +2,7 @@
# @project TVApp2 # @project TVApp2
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
# @file nginx.conf.sample # @file nginx.conf.sample
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine
# # # #

View File

@@ -11,7 +11,7 @@
For more information about this project; visit the links below. This app is For more information about this project; visit the links below. This app is
served on multiple repositories as backup. Use any of the repo links below: served on multiple repositories as backup. Use any of the repo links below:
TVApp2 Repo 1 https://github.com/BinaryNinja/tvapp2 TVApp2 Repo 1 https://github.com/TheBinaryNinja/tvapp2
TVApp2 Repo 2 https://git.binaryninja.net/BinaryNinja/tvapp2 TVApp2 Repo 2 https://git.binaryninja.net/BinaryNinja/tvapp2
Base Alpine Image https://github.com/Aetherinox/docker-base-alpine Base Alpine Image https://github.com/Aetherinox/docker-base-alpine

View File

@@ -5,7 +5,7 @@
# @project TVApp2 # @project TVApp2
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
# @file run # @file run
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine
# # # #

View File

@@ -5,7 +5,7 @@
# @project TVApp2 # @project TVApp2
# @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client. # @usage Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client.
# @file run # @file run
# @repo.1 https://github.com/BinaryNinja/tvapp2 # @repo.1 https://github.com/TheBinaryNinja/tvapp2
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2 # @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
# @repo.3 https://github.com/aetherinox/docker-base-alpine # @repo.3 https://github.com/aetherinox/docker-base-alpine
# # # #