Custom/edit Exported Movie List templates
#1
So, how do I create/edit movie export templates?

Adding/editing in ./Modules/html/ doesn't do anything.
I make set posters! (I also take requests)
Reply
#2
(2013-07-20, 23:04)Dragen Wrote: So, how do I create/edit movie export templates?

Adding/editing in ./Modules/html/ doesn't do anything.
Put your Template folder to "LANG" dir of installation folder:

like my Movie template i.e:
Ember Manager\Langs\html\template MovieHomepage

Is that what you mean?

Heres a small HOWTO I wrote to get things started: http://wiki.xbmc.org/index.php?title=Emb...er#HOW_TOs
Reply
#3
Yes. Thank you.
But why is it hidden in the language folder?
I make set posters! (I also take requests)
Reply
#4
(2013-07-27, 12:17)Dragen Wrote: Yes. Thank you.
But why is it hidden in the language folder?

I was wondering this myself, but as time went by I got used to it Laugh
Reply
#5
Where does your template get 3D from? Is there a tag?
I make set posters! (I also take requests)
Reply
#6
(2013-07-29, 20:10)Dragen Wrote: Where does your template get 3D from? Is there a tag?

Exactly! It's pretty new field and called VIDEOMULTIVIEW. When you scan your metadata in Ember it will populate this field and set > 1 if it's 3D movie. You can check this with current MediaInfo version by yourself. Its the field Multiview - and since Ember uses MediaInfo.dll to populate that information you should have same results. http://mediaarea.net/de/MediaInfo

By the way, here's a list with support template variables/fields for templates:

Ember Export variables:
Movie Specific:
Code:
<$MOVIE_PATH>
<$POSTER_FILE>
<$FANART_FILE>
<$MOVIENAME>
<$ORIGINALTITLE>
<$ACTORS>
<$DIRECTOR>
<$CERTIFICATION>
<$IMDBID>
<$MPAA>
<$RELEASEDATE>
<$RUNTIME>
<$TAGLINE>
<$RATING>
<$VOTES>
<$LISTTITLE>
<$YEAR>
<$COUNTRY>
<$COUNT>
<$FILENAME>
<$DIRNAME>
<$OUTLINE>
<$PLOT>
<$GENRES>
<$VIDEO>
<$VIDEO_DIMENSIONS>
<$AUDIO>
<$SIZE>
<$DATEADD>

'New fields for template generation by cocotus:
General:
Code:
<$MOVIESETS> 'A long string of all moviesets, seperated with ";"

Movie specific:
Code:
<$SET> 'All sets which movie belongs to, seperated with ";"
<$NOW> 'Save Build Date. might be useful info!
<$COUNTRY>
<$IDMOVIEDB>
<$PLAYCOUNT>
<$STUDIO>
<$TOP250>
<$TRAILER>
<$VIDEOSOURCE>
<$WATCHED>
Added support for new MediaInfo-fields:
<$VIDEOBITRATE>
<$VIDEOMULTIVIEW> 3D Support if > 1 -> 3D Movie
<$VIDEOENCODINGSETTINGS>
<$AUDIOBITRATE>
Reply
#7
Thanks. I'm currently destroying your template to make my own. Tongue
I make set posters! (I also take requests)
Reply
#8
And what flag_ are supported? I've been trying to get <$FLAG_VIDEOMULTIVIEW> and $FLAG_TRAILER> to work, but it doesn't generate the htmlcode for them.
I make set posters! (I also take requests)
Reply
#9
(2013-07-29, 21:24)Dragen Wrote: Thanks. I'm currently destroying your template to make my own. Tongue
Sounds good!
(2013-07-30, 02:14)Dragen Wrote: And what flag_ are supported? I've been trying to get <$FLAG_VIDEOMULTIVIEW> and $FLAG_TRAILER> to work, but it doesn't generate the htmlcode for them.
Nope it doesn't work this way - you basically have the same movie specfic codec flags which are shown in Ember - you call them with: <$FLAG_ACHAN> , <$FLAG_ATYPE>, <$FLAG_VTYPE>, <$FLAG_VSOURCE>, <$FLAG_VRES>. which generates the according flag icon like it displays in Ember. So you have audio channels icons, resolution icons etc. - no 3D movie flag at the moment, I believe it's not implemented in Ember either..
Reply
#10
It would be great if users shared in here their custom templates.
Reply
#11
(2013-07-31, 00:58)GreenGremlim Wrote: It would be great if users shared in here their custom templates.

Agree! Maybe I will write small article in wiki on how to make your own templates
Reply
#12
(2013-08-01, 18:25)Cocotus Wrote:
(2013-07-31, 00:58)GreenGremlim Wrote: It would be great if users shared in here their custom templates.

Agree! Maybe I will write small article in wiki on how to make your own templates

That would be helpful
Reply
#13
(2013-08-02, 01:53)GreenGremlim Wrote:
(2013-08-01, 18:25)Cocotus Wrote:
(2013-07-31, 00:58)GreenGremlim Wrote: It would be great if users shared in here their custom templates.

Agree! Maybe I will write small article in wiki on how to make your own templates

That would be helpful

Yeah 1-Up on this. I will also like a small Wiki with how to make our own themes...
If you think I'm useful please use the +/- button to raise my reputation
Reply
#14
(2013-08-02, 09:32)J3novaLi0nheart Wrote:
(2013-08-02, 01:53)GreenGremlim Wrote:
(2013-08-01, 18:25)Cocotus Wrote: Agree! Maybe I will write small article in wiki on how to make your own templates

That would be helpful

Yeah 1-Up on this. I will also like a small Wiki with how to make our own themes...

Ok will write a small tutorial on how to get things started with template - I will put this in Ember Wiki. Will post link later when it's done...

EDIT:
http://wiki.xbmc.org/index.php?title=Emb...er#HOW_TOs
Reply
#15
Thanks for that
Reply

Logout Mark Read Team Forum Stats Members Help
Custom/edit Exported Movie List templates1