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


- wimpy - 2009-11-23

About the Recent script I'll do a couple of tests in different skins Smile


- wimpy - 2009-11-23

wimpy Wrote:About the Recent script I'll do a couple of tests in different skins Smile

Just tested mediastreem redux mod and Recent lists on Home screen and it's "instant".

One difference I see is that in Rapier the recent script fetches last shows and not last episodes.

showname 1 (s01e01)
showname 2 (s01e01)
showname 3 (s01e01)

Whereas in mediastreem it fetches only the episodes:

showname 1 (s04e08)
showname 1 (s04e09)
showname 1 (s04e10)

Not sure if that's the reason or if this helps, but that's the difference I can see.


- qualar - 2009-11-23

wimpy Wrote:Exactly my thought aswell although I havn't quite grasped where and how to set option variables yet Smile But yea that would be swell.

About the List Info view for TV Shows I really would like the same layout of both tvshows, seasons and episodes, but i can't figure out just how to do it right =)

This would be quite easy. if you design the banner layout I could do the rest.


- qualar - 2009-11-23

wimpy Wrote:Just tested mediastreem redux mod and Recent lists on Home screen and it's "instant".

One difference I see is that in Rapier the recent script fetches last shows and not last episodes.

showname 1 (s01e01)
showname 2 (s01e01)
showname 3 (s01e01)

Whereas in mediastreem it fetches only the episodes:

showname 1 (s04e08)
showname 1 (s04e09)
showname 1 (s04e10)

Not sure if that's the reason or if this helps, but that's the difference I can see.

Maybe you should change the code in Rapier to match mediastream and see what happens.


- wimpy - 2009-11-23

qualar Wrote:Maybe you should change the code in Rapier to match mediastream and see what happens.

Just tried that (copied recentlyadded.py from mediastream redux) and it is instant now. Might be due to the query fetching shows not episodes in tv shows recent in Rapier. Hope this helps out those having issues with locking on Home screen :>


- wimpy - 2009-11-23

Here is what I managed to do with it. This only takes care for the List Info view for the Tv show index page. What i'd like is to make it have the same layout in Season view and Episode view.

This differs from the current mod showing banners. So now you have both Smile

http://pastebin.com/m2e6355f5

Might be some errors here as I've been modding on/off for 2 days totally Tongue


- wimpy - 2009-11-23

BTW: Nevermind the XML syntaxing on pastebin.com Smile

<!-- text --> used to comment out in the script so I'd have an easier time to find back to where I was editing.


- qualar - 2009-11-24

wimpy Wrote:Just tried that (copied recentlyadded.py from mediastream redux) and it is instant now. Might be due to the query fetching shows not episodes in tv shows recent in Rapier. Hope this helps out those having issues with locking on Home screen :>

If you post the change I will merge it into the main download.


- wimpy - 2009-11-24

qualar Wrote:If you post the change I will merge it into the main download.

recentlyadded.py from Mediastreem Redux Mod

http://pastebin.com/m2d546b66

Here is the file in whole. Might need a bit tweaking "designwize", but atleast this works. Showing last movies and instead of last tvshows it shows last episodes.


- qualar - 2009-11-24

wimpy Wrote:Here is what I managed to do with it. This only takes care for the List Info view for the Tv show index page. What i'd like is to make it have the same layout in Season view and Episode view.

This differs from the current mod showing banners. So now you have both Smile

http://pastebin.com/m2e6355f5

Might be some errors here as I've been modding on/off for 2 days totally Tongue

Hi m8 what does this change do?


- wimpy - 2009-11-24

qualar Wrote:Hi m8 what does this change do?

If i didn't copy/paste the wrong part this should change from showing banner to showing cover instead in tvshows list info view


- qualar - 2009-11-24

wimpy Wrote:If i didn't copy/paste the wrong part this should change from showing banner to showing cover instead in tvshows list info view

Have you completed deleted banner then?


- kidhazy - 2009-11-24

qualar - great mods! - all looking very nice.

I know we're probably running out of screen space, but is there any chance to get the MPAA/OFLC rating flags displayed in the Wrap Info and 3D Wrap views?

Maybe on the left hand panel between the rating stars and the studio flag for the 3D Wrap view, and after the media flags for the Wrap Info view ?

Many thanks.

kidhazy.


- qualar - 2009-11-24

kidhazy Wrote:qualar - great mods! - all looking very nice.

I know we're probably running out of screen space, but is there any chance to get the MPAA/OFLC rating flags displayed in the Wrap Info and 3D Wrap views?

Maybe on the left hand panel between the rating stars and the studio flag for the 3D Wrap view, and after the media flags for the Wrap Info view ?

Many thanks.

kidhazy.

Added to 3D Wrap View for you.


- qualar - 2009-11-25

wimpy Wrote:Just tried that (copied recentlyadded.py from mediastream redux) and it is instant now. Might be due to the query fetching shows not episodes in tv shows recent in Rapier. Hope this helps out those having issues with locking on Home screen :>

I have put the new recently added script in the latest release. However one difference I re-enabled the fanart.

Could you test that with the fanart enabled that the recently added still works quickly for you.