-
Notifications
You must be signed in to change notification settings - Fork 107
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
robbiet480
wants to merge
196
commits into
master
Choose a base branch
from
database-and-api
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] TNG #191
Conversation
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
Add option to ignore-epg-icons under misc
…paste. Replaced with GuideProviders.Channel
…a start or end time of >= now
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. |
Trimmed stuff that doesn't apply to this branch to avoid confusion.
Too many "unsupported" warnings.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.