Kodi Community Forum
[MOD] Rapier Qualar MOD - Dharma Version - 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 - Dharma Version (/showthread.php?tid=82284)

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


- rapidvelo - 2011-02-03

qualar Wrote:Unfortunately my connection is so darn slow. I am afraid you will have to wait about 15mins for the upload to be ready.

Not a problem whatsoever...


- qualar - 2011-02-03

Version 4.91 Uploaded


- rapidvelo - 2011-02-03

qualar Wrote:Version 4.91 Uploaded

Got it Smile Looks awesome. Thank you again.


- loggio - 2011-02-04

Did you have any luck adding ascending/descending toggle, qualar?


- Eisi2005 - 2011-02-04

@qualar

i scanned all the pages but i didn´t found what i´m looking for.

Is in your skin an option to add new point to the startmenu like aeon mq2 skin ? Or how could i add my own buttons to the home menu.

I need there a´button for my child series.

have i oversight this feature or if not, is there any chance to impliment this to your skin.

Greets
Eisi


- loggio - 2011-02-05

qualar,

i just turned on my old XBOX, it runs xbmc as it's dash, the main skin i had set last was Rapier, so i thought i'd have a look at the library views, and i noticed he actually has the toggle for Ascending/descending in the drop down list... Can you just cut the code from the original rapier and add it to yours?

that would be awesome.

##EDIT##

I've just downloaded rapier 2.0 and had a look at the custom_SortMethods.xml and found the code

<control type="togglebutton" id="23">
<description>Order By</description>
<include>MenuBarItemBigBtn</include>
<label>$LOCALIZE[21429] $LOCALIZE[21430]</label>
<altlabel>$LOCALIZE[21429] $LOCALIZE[21431]</altlabel>
<alttexturefocus border="6,0,11,0">menu-bar-item-focus.png</alttexturefocus>
<alttexturenofocus border="4,0,9,0">menu-bar-item-nofocus.png</alttexturenofocus>
<onclick>Container.SortDirection</onclick>
<visible>!Container.SortDirection(None)</visible>
</control>

This is what it should look like...

Image

I'll add it myself as soon as i've downloaded 4.91 ... Seems to take forever.
100mb file and at best i can only get this at 40KB/sec is there possibly somewhere else you could upload to with faster speeds? maybe make a Deviantart account?? just a thought.
cheers.


Loggio.


- loggio - 2011-02-05

Ok Qualar,

I had a quick fiddle with the includes_MenuBar.xml and added the following toggle button next to the "sort by" menu... It seemed like the most logical thing to do.

It works well.

Example:
Image

HOWEVER,
i have run into a problem after doing this as you can see here:
Image

The "settings" button now does not alight with the edge of the screen when highlighted, it's getting cut off. This may be a simple fix, but i am no 'wiz' with all this crap, plus i have limited time to look at this sorta stuff.

I've uploaded the edited .xml here:
http://www.mediafire.com/?v8mdtcyw88hb7ix

if you would consider adding this tweak to rapier and can have a look and see if you can solve this problem i would be greatly appreciative.

Loggio.


- qualar - 2011-02-05

loggio Wrote:Ok Qualar,

I had a quick fiddle with the includes_MenuBar.xml and added the following toggle button next to the "sort by" menu... It seemed like the most logical thing to do.

It works well.

Example:
Image

HOWEVER,
i have run into a problem after doing this as you can see here:
Image

The "settings" button now does not alight with the edge of the screen when highlighted, it's getting cut off. This may be a simple fix, but i am no 'wiz' with all this crap, plus i have limited time to look at this sorta stuff.

I've uploaded the edited .xml here:
http://www.mediafire.com/?v8mdtcyw88hb7ix

if you would consider adding this tweak to rapier and can have a look and see if you can solve this problem i would be greatly appreciative.

Loggio.

I am away next week but will have a look at this when I get the chance.


- qualar - 2011-02-10

loggio Wrote:Ok Qualar,

I had a quick fiddle with the includes_MenuBar.xml and added the following toggle button next to the "sort by" menu... It seemed like the most logical thing to do.

It works well.

Example:
Image

HOWEVER,
i have run into a problem after doing this as you can see here:
Image

The "settings" button now does not alight with the edge of the screen when highlighted, it's getting cut off. This may be a simple fix, but i am no 'wiz' with all this crap, plus i have limited time to look at this sorta stuff.

I've uploaded the edited .xml here:
http://www.mediafire.com/?v8mdtcyw88hb7ix

if you would consider adding this tweak to rapier and can have a look and see if you can solve this problem i would be greatly appreciative.

Loggio.

New Version Uploaded.


- loggio - 2011-02-12

awesome, will test it out shortly Smile thanks!


Weather.com - ackerk - 2011-02-12

Hi Qualar,

Looks like there's finally a Dharma-compatible release for weather plus, but although it works for T!:

http://forum.xbmc.org/showthread.php?tid=93942&highlight=brightsr

I can't seem to get it to work in your mod Confused

Maybe some specific changes are alse needed in your home.xml & myweather.xml?

Thanks for looking into this!


Volume control - ATV2 - enda1971 - 2011-02-16

Hey there - using Rapier Qualar Mod on ATV2 - love it.

With just Rapier, there was the ability to adjust volume directly with apple remote (up down) while video was playing.

With Qualar Mod, this is gone. You have to go into controls before adjusting on screen volume. Is there a setting to allow this?

Obviously, I can control with TV remote volume controls, but got used to the other!

Thanks


- qualar - 2011-02-19

ackerk Wrote:Hi Qualar,

Looks like there's finally a Dharma-compatible release for weather plus, but although it works for T!:

http://forum.xbmc.org/showthread.php?tid=93942&highlight=brightsr

I can't seem to get it to work in your mod Confused

Maybe some specific changes are alse needed in your home.xml & myweather.xml?

Thanks for looking into this!

just go to line 54 of MyWeather.xml and change that section of code to read:

Code:
<control type="group">
    <include>ContentFade</include>
    <include>WeatherSlideAnim</include>
    <include condition="!StringCompare(Weather.Plugin,weather.weatherplus)">weather</include>
    <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">weatherplus</include>
</control>



- ackerk - 2011-02-19

Hi Qualar,

Just made the changes. Works like a charm now!


- ackerk - 2011-02-20

Hi Qualar,

Just played a bit more with the WeatherPlus stuff, but still doesn't seem to work 100% as within other themes (like eg. in T!): there you can change between hourly, weekly or 10 day forecast + you can also switch between satellites and you already have a small 7-day preview in the homescreen:

http://forum.xbmc.org/showthread.php?tid=93942&highlight=brightsr

Tried pretty much any keyboard shortcut, but can't seem to change the default 7-day forecast settings :-(

Thanks in advance for looking into this whenever you might have some time!