-
Notifications
You must be signed in to change notification settings - Fork 291
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
Bug with picking up tvg-logo=".....HD.png" in m3u #136
Comments
Would You mind sharing Your playlist or at least a fragment with mentioned issue? |
In example, "3E HD.png" does not get picked up in the Plex Channel but "4Seven SD.png" does. And if I change "3E HD.png" to "3E_HD.png" and create the same file in the Plex-Logos folder, it gets picked up. And if I just leave out the tvg-logo="..." line altogether, and just set a path under IPTV Channel settings, the "3E HD.png" logo gets picked up. |
This is strange. Does issue repeats if You put logos directly into Resources folder without using the path |
Yes, if I remove the URL, the logos are picked up just fine. https://www.dropbox.com/s/f41ug48hw8ysp1l/3E%20HD.png?dl=0 https://www.dropbox.com/s/n7slhy0zkj0gxt7/4Seven%20SD.png?dl=0 |
Change spaces to %20 in URL, so Your playlist looks like this:
But leave files unchanged. This should do the trick because Your URLs in playlist are invalid, if You type them into browser it automatically fixes it, Plex for some reason does not. I added this fix into plug-in, but in general I would advice against using invalid URLs. |
Yup, you're right. Adding %20 works. The way I was doing it was I was using a script to add an URL in front of the channel name to get all the tvg-logo populated.... |
Hello,
Just started using this on my plex server. Found a weird bug with picking up channel logos.
I find if the Channel logo ends with [space]HD.png on the m3u file, the logo is not going to be picked up. And it will not try to search for the same logo in the experimental path in settings.
However, if I remove all tvg-logo="" entries, and just let it search the experimental path, then the same logo is found.
The text was updated successfully, but these errors were encountered: