Kodi Community Forum
Solved Export Movie List Template - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: Solved Export Movie List Template (/showthread.php?tid=174831)



Export Movie List Template - Kaisho - 2013-10-02

Hi, Is it possible to export the cast list or a partial cast list by editing one of the templates? If it is possible how would one go about doing this?


RE: Export Movie List Template - Cocotus - 2013-10-03

(2013-10-02, 23:46)Kaisho Wrote: Hi, Is it possible to export the cast list or a partial cast list by editing one of the templates? If it is possible how would one go about doing this?

Yes thats possible. I wrote small tutorial in Ember Wiki on how to modify/create own templates: http://wiki.embermediamanager.org/index.php?title=HOW_TOs

Example: Edit the "template" - html file under ..\Langs\html\template, then replace in html file line:

<b>Genres:</b>&nbsp;<$GENRES><br> with <b>Actors:</b>&nbsp;<$ACTORS><br>

then save file, and generate template in Ember. Actors should be listed now Smile


RE: Export Movie List Template - Kaisho - 2013-10-03

(2013-10-03, 00:01)Cocotus Wrote:
(2013-10-02, 23:46)Kaisho Wrote: Hi, Is it possible to export the cast list or a partial cast list by editing one of the templates? If it is possible how would one go about doing this?

Yes thats possible. I wrote small tutorial in Ember Wiki on how to modify/create own templates: http://wiki.embermediamanager.org/index.php?title=HOW_TOs

Example: Edit the "template" - html file under ..\Langs\html\template, then replace in html file line:

<b>Genres:</b>&nbsp;<$GENRES><br> with <b>Actors:</b>&nbsp;<$ACTORS><br>

then save file, and generate template in Ember. Actors should be listed now Smile

Perfect, just what I was after, thank you for your help. Smile