Kodi Community Forum
Req [Pluto.tv] Separate (Episode)name from Title - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Other Backends (https://forum.kodi.tv/forumdisplay.php?fid=173)
+---- Thread: Req [Pluto.tv] Separate (Episode)name from Title (/showthread.php?tid=367931)



[Pluto.tv] Separate (Episode)name from Title - Solo0815 - 2022-04-19

When you are watching e.g. "StarTrek: Enterprise" on Pluto.tv, the (Episode)name is added to the Title of the show after a colon ":" --> e.g. "StarTrek: Enterprise: Gesetze der Jagd"
https://pluto.tv/de/live-tv/pluto-tv-star-trek-de
This makes it hard to search for Artwork.

Can you please separate the Episodename from the title? I know, EPG from PlutoTV is not the best one Wink
Having a look at the source, both, Episodename and title are visible.
title (with Episodename): https://github.com/kodi-pvr/pvr.plutotv/blob/367a531fe59a563068f78822f7e4ca64ab7e803a/src/PlutotvData.cpp#L406
(Episode)name: https://github.com/kodi-pvr/pvr.plutotv/blob/367a531fe59a563068f78822f7e4ca64ab7e803a/src/PlutotvData.cpp#L417

How about "substracting" Episodename from title, so you have "Title" and "Epsiodename" populated in Kodi?
Thx


RE: [Pluto.tv] Separate (Episode)name from Title - flubshi - 2022-07-19

I implemented a solution in this Pull Request. If series name & episode title are available, we can use these values.

Unfortunately, I cannot test atm.