2014-01-12, 05:58
(2014-01-12, 02:44)Cashtro Wrote: Hello Jurial,
Keep it up mate
I was wondering if u could add movie or tv show poster at OSD. See my screenshot
spend some time in the skin settings. everything is there.
(2014-01-12, 02:44)Cashtro Wrote: Hello Jurial,
Keep it up mate
I was wondering if u could add movie or tv show poster at OSD. See my screenshot
(2014-01-12, 05:58)locomot1f Wrote:(2014-01-12, 02:44)Cashtro Wrote: Hello Jurial,
Keep it up mate
I was wondering if u could add movie or tv show poster at OSD. See my screenshot
spend some time in the skin settings. everything is there.
<control type="image">
<description>Fanart</description>
<posx>1229</posx>
<posy>6</posy>
<width>613</width>
<height>345</height>
<texture background="true" diffuse="arctic/infostrip/fanart.png" fallback="views/fallbacks/DefaultArtist.png/square-large.png">$VAR[ListInfoLandscapeVar]</texture>
<aspectratio scalediffuse="false">scale</aspectratio>
<fadetime>250</fadetime>
</control>
(2014-01-07, 12:06)Trickass Wrote: Hello Jurial,
I tried clicking the "Update" button in the movies view, but it just doesn't do anything. The left menu stays open, and nothing seems to happen.
Could you confirm/clarify what's happening?
Thank you!
(2014-01-12, 22:04)warlion Wrote: If you don't had any art on a movie tvshow the default img are for artist instead of views\fallbacks\DefaultVideo.pngIts left over from porting the view from the music ones. I will fix it soon
(2014-01-12, 23:36)barney stinsen Wrote: Hi jurialmunkey. I love your skin and all your ideas. Is possible to make the lovefilm like the info poster view for extended info script. What i mean is, at first all the movies of the set and then every movie plot. I miss in the Lovefilm the list of movies at first.Unfortunately its not possible to use the extendedinfo script inside a list because it sets the info as a home window property (which lists can't access). There are a few hackish ways to get around this but they aren't fantastic. I might add it as an overlay above the text area which then fades in after a delay (this is the same trick I use in poster info view) -- I'll have a play around with it.
(2014-01-13, 02:25)warlion Wrote: <onclick>UpdateLibrary(videos)</onclick>I knew it was going to be a simple typo. Fixed in latest git.
to
<onclick>UpdateLibrary(video)</onclick>
(2014-01-13, 12:48)Ullie Wrote: (1) I noticed you updated some studio logos on the first of januari and there were new files added with the same name, but a different casing (f.e. absolute.png and Absolute.png). When checking out the branch on my windows filesystem, there are various modified .png files due to this issue. Can I safely delete the older files (in this example the one with the uppercase A) from my local repo to ensure the correct file is used?1. On windows I imagine it would be fine to delete the duplicates with different casing as the windows file system is not case sensitive (where as linux is so requires it for matches...). There is a git repo that holds all the studio flags so I just updated them from there, so I'm not 100% which ones are required etc.
(2) When entering a list, the selected item is the "back" option. I would love to have the first 'real' item in the list as active. When using the lovefilm view, going into movies for example, first shows a large black left arrow, and I would like it to show the first movie. It would be a lot more apealing view in my honest opinion.