Kodi Community Forum
[MOD] Rapier Qualar Mod incorporating Rapier 3.0 features - 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 incorporating Rapier 3.0 features (/showthread.php?tid=65922)

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


- steelman1991 - 2010-09-01

Anyone point me to where I can change the justification of the movie/tv shows synopsis'. I would like to change then from 'full' to 'left' justification if possible.


Titles list fonts - ronenbrk - 2010-09-01

Hi,

Since some of my media had Hebrew names, I need to change the font of the media title in all library screens to one that supports Hebrew.
I've placed the ttf file in the fonts directory and now I'm trying to change the file fonts.xml but I don't know which values to change. I want all the interface to remain the same except the lists of media (movies, tv shows, videos and music)

Please advise.


- steelman1991 - 2010-09-02

steelman1991 Wrote:Anyone point me to where I can change the justification of the movie/tv shows synopsis'. I would like to change then from 'full' to 'left' justification if possible.
Nobody? - Qualar.


- joeblack2k - 2010-09-21

Subtitle Support:

edit custom_SkinSettings.xml

search for <control type"=radiobutton" id="169">
above the line paste:

PHP Code:
<control type="button" id="170">
                    <
description>Subtitle Support</description>
                    <include>
SettingsContentBtn</include>
                    <
label>Select Subtitle Addon</label>
                    <
onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick>
                    <include>
SettingsItemOpenCloseAnim</include>
                </
control



Edit VideoOSD.xml

replace Tv show subtitles and Movie Subtitles line:
<onclick ....... with:

PHP Code:
<onclick>RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick


now in skin settings you can select subtitle addon and it works...


- Dready - 2010-09-27

Hello,

I really like this skin but I seem to have a problem getting the movie plot in any of the views. Other skins have worked, just cant seem to get yours to work. Currently running XBMC on Windows 7, 64bit. Are there any plugins that I might be missing or input that you can provide?


- r1ctus - 2010-09-27

most of the views show the "outline" field (usually one sentence summary of the plot), not the full plot, this might be your problem. the outline. when scraping from IMDb it's the text just under the rating on the movie page.


Unable to view the Movie Plot in any of the Views - Dready - 2010-09-28

I know where the plot should be located. I did state that other skins that I have used display the plot or a synopsis. I did select the option to show plot for unwatched items but still nothing. Any suggestions to get the plot to show for this skin?


- PatOso - 2010-09-28

One could add the Spanish language in this mod? thanks.


- PatOso - 2010-09-28

One could add the Spanish language in this mod? thanks.Sad


- qualar - 2010-10-01

frater Wrote:Thanks... I hope this will get into the standard Qualar. It's a bit silly you can't reach those icons.

The navigation keys are IMHO less important

I will add this to my mod if you can re-upload the code.


- frater - 2010-10-03

qualar Wrote:I will add this to my mod if you can re-upload the code.

Re-upload the code: http://pastebin.com/F4Ti2dVh


Music Shuffle / Random inconsistent - curtis-r - 2010-10-03

For a little while I've been unclear whether my music playlists are playing random, despite the advancedsettings.xml code, which according to the log is loading just fine
Code:
<mymusic>
        <playlist>
            <repeat>true</repeat>
            <shuffle>true</shuffle>
        </playlist>
    </mymusic>
But I've found something odd. If I press Enter during music vizualization, bringing up the floor menu, the far-right Random double-arrows are dark gray, indicating it's on. But if I move to the stack-of-discs Playist icon on the left, and enter my playlist, then bring up the top menu, Shuffle is not selected. Doesn't Shuffle = Random? Thus I'm a bit confused whether my Random switch is working. BTW, it appears all is fine in Confluence.

[Dharma B2 with RapierQualar 4.0]


- qualar - 2010-10-03

I have now added the code it will be in version 4.1.


- bblauritzen - 2010-10-03

qualar Wrote:I have now added the code it will be in version 4.1.

Will this be an option? I actually like your way of doing it better..