Kodi Community Forum
[MOD] Rapier Qualar Mod - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: [MOD] Rapier Qualar Mod (/showthread.php?tid=61126)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


- qualar - 2009-12-04

cifa Wrote:i'll look into doing that for you (over the next few days).
i am running your skin on the xbox - so i'll see how that pans out
will PM when i'm done?

Excellent. Thanks for that.


- wimpy - 2009-12-04

http://pastebin.org/60685

new version of my quickfix for overlayvideo in list info view. work better for those using options bar visible.


- wimpy - 2009-12-04

also do a search for "TVSHOWNAME" and replace with $INFO[InfoList.TvShowTitle] for title of show in episodesview. i forgot to mention that earlier.


- qualar - 2009-12-04

wimpy Wrote:also do a search for "TVSHOWNAME" and replace with $INFO[InfoList.TvShowTitle] for title of show in episodesview. i forgot to mention that earlier.

in what location?


- qualar - 2009-12-04

wimpy Wrote:http://pastebin.org/60685

new version of my quickfix for overlayvideo in list info view. work better for those using options bar visible.

Where would you lie this pasted?


- wimpy - 2009-12-04

viewsvideo.xml

Quote:<!-- EPISODE INFO AND PLOT -->
<!-- ######################################################## -->
<!-- ######################################################## -->
<!-- ######################################################## -->
<control type="grouplist">
<width>390</width>
<height>300</height>
<posy>350</posy>
<posx>20</posx>
<itemgap>2</itemgap>
<visible>!IsEmpty(ListItem.Plot) + Window.IsActive(VideoLibrary) + Container.Content(Episodes) + !Skin.HasSetting(HideEpisodesListInfoPlot)</visible>
<include>ControlsOpenCloseAnim</include>

<control type="label">
<description>TvShowname</description>
<include>TVShowListInfoViewLabel</include>
<height>20</height>
<label>Tv Show: TVSHOWNAME</label>

there :> at the bottom of that.


- wimpy - 2009-12-04

qualar Wrote:Where would you lie this pasted?

after this..
<include name="TVShowsListInfoView">

around line 1450 in viewsvideo.xml
i have it after this:
<include>InfoPaneHiddenSlideAnim</include>
<include>MediaViewOpenCloseAnim</include>
<include>ListMediaControlAreaBackground</include>
<include>ListInfoViewScrollbar</include>

you'll need a setting for it tho.
<visible>!Skin.HasSetting(ListInfoSmallVideo)</visible>
might need to toggle that to <visible>Skin and not <visible>!Skin.. Wink


- qualar - 2009-12-04

wimpy Wrote:also do a search for "TVSHOWNAME" and replace with $INFO[InfoList.TvShowTitle] for title of show in episodesview. i forgot to mention that earlier.

Found it


- qualar - 2009-12-04

wimpy Wrote:http://pastebin.org/60685

new version of my quickfix for overlayvideo in list info view. work better for those using options bar visible.

is their a reason that you have opted for the Rapier Font as opposed to the Droid Font?


- wimpy - 2009-12-04

qualar Wrote:is their a reason that you have opted for the Rapier Font as opposed to the Droid Font?

Oh i just took the frist font12 i found.. might be nice if you could tidy it up with the droid font Smile


- qualar - 2009-12-04

wimpy Wrote:Oh i just took the frist font12 i found.. might be nice if you could tidy it up with the droid font Smile

I think the problem is the fonts in the list info view. I will go through and make everything droid. But that will be a job for the weekend I am off out tonight.


- wimpy - 2009-12-04

no problem Smile i'll take a look at the entire script to see if i'm able to help in any other way in the meantime Smile


- qualar - 2009-12-04

Nice job on the video overlay. Would you mind if I tweak it a bit. Just thought it my look nicer if the black overlay had rounded edges.


- qualar - 2009-12-04

wimpy Wrote:also do a search for "TVSHOWNAME" and replace with $INFO[InfoList.TvShowTitle] for title of show in episodesview. i forgot to mention that earlier.

This doesnt seem to work. Did you mean $INFO[ListItem.TvShowTitle]


- wimpy - 2009-12-04

qualar Wrote:Nice job on the video overlay. Would you mind if I tweak it a bit. Just thought it my look nicer if the black overlay had rounded edges.

thanks and no i don't mind at all Smile i would have made it prettier myself but i kinda lack skills :>