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

[WIP] TNG #191

Open
wants to merge 196 commits into
base: master
Choose a base branch
from
Open

[WIP] TNG #191

wants to merge 196 commits into from

Conversation

robbiet480
Copy link
Member

No description provided.

@robbiet480 robbiet480 changed the title TNG [WIP] TNG Sep 13, 2018
@stale
Copy link

stale bot commented Sep 30, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Sep 30, 2018
Trimmed stuff that doesn't apply to this branch to avoid confusion.
Too many "unsupported" warnings.
@stale stale bot removed the wontfix This will not be worked on label Sep 30, 2018
chazlarson and others added 7 commits January 21, 2019 17:54
Update dependencies
Allow M3U stream URLs to have no extension
Changes to Dockerfile to be sure it uses the Linux executable
[Those driven by failing Docker builds on my OS X host]
Added some mostly convenience sections to the Makefile
* Add note that M3U can be a file path.

* Fix some spelling

* Update README.md

* Update README.md

* Note about pre-release status.

* Update README.md

* Clarify which sections are required

* Update README.md

* Update README.md

* Update routes.go

Remove the  "-bsf:v", "h264_mp4toannexb" to fix HEVC streams.

* Update to address minor bug in ffmpeg key handling

* Typo

* Minor fixes for breaking changes in go.schedulesdirect

* More fixes for SD

* Spelling fixes

* Update README.md

Specifically state not to change the magic provider names.

* Note on key fields for multiple instances

* Update .circleci/config.yml to use dep so that we stop having build breakage

* Note about IPTV-EPG field names

They don't make sense, but cest la vie.

* Update README.md

* Update README.md

* Fix XMLTV date parsing because Vaders doesnt know how to write dates properly

* Update README.md

Add a reference to specific version.

* Update Vaders URL

* Update README.md

* bump version to 1.1.0.5

* Add a log line in a situation that might indicate a missing config file.

* Add a couple more targets

* Build using the same mechanism as the makefile so the docker build has a version number
Remove redundant build

* Update README.md

* Update tnt.go

* hdhr device ids are alpha numeric

* remove HDHomerun prefix from friendly name

* Removed references to the late, lamented Vader Streams.

* set content type for ffmpeg stream

* remove unused ffmpeg option

-tune is an encoding option. when passing -codec copy,
no encoding is happening so that option is not used.

since there is no encoding or decoding happening, it is
incorrect to state that ffmpeg is transcoding.

* replace dep with go mod

* update dependencies

* fix test failure

* GOPATH not required anymore

* fix version number configuration to be compatible with go modules

* Bump version number to 1.1.0.6

* updated go.mod, go.sum

* Use standard crossbuild for docker build instead of spinning up a docker build container.

* Support multicast streams through udpxy in the custom provider (#238)

* m3uplus parser: support UDP streams.

* Allow customers using the custom provider to use udpxy as a multicast proxy.

* fix squirrel imports to github.com source instead of gopkg.in

gopkg was previously used to lock the version, this is now done correctly in Go 1.6 by cloning the Github default branch

* replace satori/go.uuid with gofrs/uuid

satori/go.uuid is no longer maintained

* xmltv.go: restore a small linter that was rebased away

* update go module deps
* packr clean - these files shouldn't be included in the git repo

packr should be run before release builds, but then packr clean should be called to not dirty the repo with these files.

* remove make dep since dependencies rely on go modules now

* replace deprecated gometalinter with golangci-lint

gometalinter is fully deprecated and no longer works, preconfigured .golangci.yml with almost equal linters

* backport Makefile & circleci changes from dev branch
* packr clean - these files shouldn't be included in the git repo

packr should be run before release builds, but then packr clean should be called to not dirty the repo with these files.

* remove make dep since dependencies rely on go modules now

* replace deprecated gometalinter with golangci-lint

gometalinter is fully deprecated and no longer works, preconfigured .golangci.yml with almost equal linters

* backport Makefile & circleci changes from dev branch

* Provide API endpoints for updating and deleting video and guide sources

* Update frontend submodule to use the new HTTP API methods for editing/deleting
* go mod tidy

* fix linting errors; disable unparam; errcheck ignore fmt:.*,AbortWithError

* update to latest frontend changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants