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

Return real playlist channel numbers if available #63

Closed
hazcod opened this issue Mar 6, 2018 · 4 comments
Closed

Return real playlist channel numbers if available #63

hazcod opened this issue Mar 6, 2018 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects

Comments

@hazcod
Copy link
Contributor

hazcod commented Mar 6, 2018

When parsing the m3u, we should be able to parse out tvg-id.
And then return this tvg-id as a channel number to Plex.

This will improve the channel matching for xmltv EPG.

@hazcod hazcod added the enhancement New feature or request label Mar 6, 2018
@hazcod hazcod changed the title Return playlist channel numbers if available Return real playlist channel numbers if available Mar 6, 2018
@hazcod
Copy link
Contributor Author

hazcod commented Mar 6, 2018

Opened issue for this in telly-m3u-parser: tellytv/m3u-parser#1

@tombowditch tombowditch added help wanted Extra attention is needed and removed awaiting other issue labels Mar 9, 2018
@tombowditch
Copy link
Collaborator

This is now possible. m3u.Track now has

	TvgID   string
	TvgName string

T

@hazcod
Copy link
Contributor Author

hazcod commented Mar 10, 2018

@tombowditch see PR #67

@robbiet480
Copy link
Member

Fixed via dev branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
telly
  
To do
Development

No branches or pull requests

3 participants