Kodi Community Forum
Req Is it possible to keep the Actor's name but hide the their Character's name? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302)
+----- Thread: Req Is it possible to keep the Actor's name but hide the their Character's name? (/showthread.php?tid=373598)



Is it possible to keep the Actor's name but hide the their Character's name? - looloo - 2023-06-28

I want to hide the names of the characters that the actors are playing in a movie or TV show. For some movies/shows, knowing the name of their character can spoil the entire movie/show, especially if their identity is supposed to be kept a secret until the end. Keeping the actors' names is fine. I just want to hide their character's name. Is this possible?


RE: Is it possible to keep the Actor's name but hide the their Character's name? - Karellen - 2023-06-28

There is no setting to allow that.

If you are using nfo files, you can delete the <role> tag and refresh the movie back into the library.
The only other way is to edit the database directly. But don't attempt that if you have no experience with SQL


RE: Is it possible to keep the Actor's name but hide the their Character's name? - looloo - 2023-06-28

I don't really want to play with the nfo files for all my movies and tv shows just for this though. Is it possible to request this feature? It makes total sense to avoid potential spoilers.


RE: Is it possible to keep the Actor's name but hide the their Character's name? - Karellen - 2023-06-28

(2023-06-28, 09:32)looloo Wrote: Is it possible to request this feature?
You can make a feature request in this forum... https://forum.kodi.tv/forumdisplay.php?fid=9


RE: Is it possible to keep the Actor's name but hide the their Character's name? - Hitcher - 2023-06-28

Don't look at the video info before watching a movie?


RE: Is it possible to keep the Actor's name but hide the their Character's name? - Fuchs2468 - 2023-06-28

(2023-06-28, 08:43)looloo Wrote: I want to hide the names of the characters that the actors are playing in a movie or TV show. For some movies/shows, knowing the name of their character can spoil the entire movie/show, especially if their identity is supposed to be kept a secret until the end. Keeping the actors' names is fine. I just want to hide their character's name. Is this possible?

If you use skin estuary you can also edit your DialogVideoInfo.xml. 
Search for "$INFO[ListItem.Label2]" and delete it.
You will find it 2x in the DialogVideoInfo.xml.


RE: Is it possible to keep the Actor's name but hide the their Character's name? - looloo - 2023-06-29

(2023-06-28, 11:59)Fuchs2468 Wrote:
(2023-06-28, 08:43)looloo Wrote: I want to hide the names of the characters that the actors are playing in a movie or TV show. For some movies/shows, knowing the name of their character can spoil the entire movie/show, especially if their identity is supposed to be kept a secret until the end. Keeping the actors' names is fine. I just want to hide their character's name. Is this possible?

If you use skin estuary you can also edit your DialogVideoInfo.xml. 
Search for "$INFO[ListItem.Label2]" and delete it.
You will find it 2x in the DialogVideoInfo.xml.

Thank you! This worked perfectly. I don't know if I should start another thread, but on that same info page, the rating for the movie/show is displayed on the right side. Is there a way to remove the rating on that info page in the settings or anything I can remove from one of the xml files?