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

Load logos by title #108

Closed
Cigaras opened this issue Apr 18, 2017 · 1 comment
Closed

Load logos by title #108

Cigaras opened this issue Apr 18, 2017 · 1 comment

Comments

@Cigaras
Copy link
Owner

Cigaras commented Apr 18, 2017

A new request following #96 - automatically map .png files in images directory with playlist entries by the title so the logo, tvg-logo and group-logo attributes could be omitted. Mapping is very simple - if there is no logo attribute provided plug-in will try to load file a png file names after title, for example if there is such line in playlist:

#EXTM3U
#EXTINF:0,Cartoon Network
http://192.168.1.1:1111/udp/224.3.3.112:1234

Plug-in will try to load file named Cartoon Network.png from a folder set in preferences, if folder is not set then from Resources. Keep in mind that some operating systems will be case sensitive and might have issues with spaces in filenames.

Cigaras added a commit that referenced this issue Apr 18, 2017
New features¹:
* Search (#106, will not work on some devices)
* Manual playlist reload (#99)
* Manual program guide reload
* Preferences on other devices than Plex Web (will not work on some
devices)
* Use group or stream title as a .png file filename (#108)
Other changes:
* Some random streams added to sample playlist from FreetuxTV DB
* Minor fixes

¹All new features are disabled by default and must be enabled in
Preferences
@Cigaras Cigaras added the Fixed label Apr 18, 2017
@Cigaras Cigaras closed this as completed May 8, 2017
@Cigaras
Copy link
Owner Author

Cigaras commented May 19, 2017

At the moment "+" symbol is replaced by space for some reason, so if You have an item named something like "TV+" then logo file should be named "TV .png".

pijey pushed a commit to pijey/IPTV.bundle that referenced this issue Jun 11, 2017
New features¹:
* Search (Cigaras#106, will not work on some devices)
* Manual playlist reload (Cigaras#99)
* Manual program guide reload
* Preferences on other devices than Plex Web (will not work on some
devices)
* Use group or stream title as a .png file filename (Cigaras#108)
Other changes:
* Some random streams added to sample playlist from FreetuxTV DB
* Minor fixes

¹All new features are disabled by default and must be enabled in
Preferences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant