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

Enable telly to parse m3u without using the sed command #35

Closed
tombowditch opened this issue Feb 21, 2018 · 4 comments
Closed

Enable telly to parse m3u without using the sed command #35

tombowditch opened this issue Feb 21, 2018 · 4 comments

Comments

@tombowditch
Copy link
Collaborator

Should be fairly easy to do. The m3u parser we're using is MIT license so we can fork off of that. I'll work on a proposal later.

@tombowditch
Copy link
Collaborator Author

Progress begins: https://github.com/tombowditch/telly-m3u-parser

@tombowditch
Copy link
Collaborator Author

tombowditch commented Feb 21, 2018

Great news for all...

[Toms-MacBook-Pro ~/code/telly] go run main.go -playlist http://my provider/x\?username\=x\&password\=x
[telly] [info] Downloading file http://x/x?username=x&password=x
[telly] [info] Reading m3u file /var/folders/_f/x/T/telly.m3u...
[telly] [warning] telly is not attempting to strip out unneeded channels, please use the flag -filterregex if telly returns too many channels
[telly] [info] telly is currently not filtering for only uk television. if you would like it to, please use the flag -uktv
[telly] [info] found 9697 channels                    <-- this is the good thing
[telly] [info] creating discovery data
[telly] [info] creating lineup status
[telly] [info] creating device xml
[telly] [info] creating webserver routes
[telly] [info] Building lineup
[telly] [info] listening on localhost:6077            <-- it boots, no sed needed.

Expect an update soon.

T

@tombowditch
Copy link
Collaborator Author

Need a couple testers if anyone's available

@tombowditch
Copy link
Collaborator Author

fixed in v0.4.1

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

No branches or pull requests

1 participant