Normal
Hello Would it be at all possible to add a couple of custom fields in the movie details form/table?They could then be added to the movingpictures.xml file like:<control> <type>label</type> ... ... <label>#MovingPictures.SelectedMovie.custom1</label></control>or<control> <type>image</type> ... <texture>#MovingPictures.SelectedMovie.custom2.1080p.png</texture> (not sure that'd be the way to do this)</control>
Hello
Would it be at all possible to add a couple of custom fields in the movie details form/table?
They could then be added to the movingpictures.xml file like:
<control>
<type>label</type>
...
<label>#MovingPictures.SelectedMovie.custom1</label>
</control>
or
<type>image</type>
<texture>#MovingPictures.SelectedMovie.custom2.1080p.png</texture> (not sure that'd be the way to do this)