[MOD] Assorted Mod Pack

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jaypeg Offline
Member
Posts: 89
Joined: Mar 2010
Reputation: 0
Post: #11
I also did a couple of modifications for home screen that others might want:

  1. More recently added items (8 to be exact)
  2. Random songs instead of recently added albums
  3. More consistent featured song look
  4. Fanart instead of thumb for featured episode (doesn't always work)
  5. Changed various information in recently added items
  6. Links to some smart playlists in movies section
  7. Featured items updating every 10 minutes


[Image: screenshot000g.png]

[Image: screenshot001fuf.png]

Uploaded with ImageShack.us

/Jaypeg
find quote
Crookas Offline
Skilled Skinner
Posts: 104
Joined: Jan 2010
Reputation: 2
Location: Adelaide, Australia
Post: #12
Mikesch Wrote:I like it. Unfortunately, the subtitles add-on won't work for me after installing it. The button I suppose is meant to call the script (second one from the right with the three lines) shows the info, the button with the i does nothing.

If you want to fix it yourself - open VideoOSD.xml and scroll down to around line 245

CHANGE
Code:
<onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
TO
Code:
<onclick>XBMC.RunScript(script.xbmc.subtitles)</onclick>
find quote
paul Offline
Posting Freak
Posts: 2,772
Joined: Oct 2008
Reputation: 4
Location: Planet Earth
Post: #13
Mikesch Wrote:I like it. Unfortunately, the subtitles add-on won't work for me after installing it. The button I suppose is meant to call the script (second one from the right with the three lines) shows the info, the button with the i does nothing.
I have a fix for that as i had the same problem.

Look in VideOSD.xml and look for this line
<onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>

And replace with
<onclick>XBMC.RunScript(script.xbmc.subtitles)</onclick>

That sorted it for me.Smile

oops did not see crookas had replied with the same fix

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
(This post was last modified: 2011-04-21 04:15 by paul.)
find quote
Crookas Offline
Skilled Skinner
Posts: 104
Joined: Jan 2010
Reputation: 2
Location: Adelaide, Australia
Post: #14
Jaypeg Wrote:I also did a couple of modifications for home screen that others might want:

  1. More recently added items (8 to be exact)
  2. Random songs instead of recently added albums
  3. More consistent featured song look
  4. Fanart instead of thumb for featured episode (doesn't always work)
  5. Changed various information in recently added items
  6. Links to some smart playlists in movies section
  7. Featured items updating every 10 minutes


[Image: screenshot000g.png]

[Image: screenshot001fuf.png]

Uploaded with ImageShack.us

/Jaypeg


Jaypeg, how did you get the recently added to say "season 1 episode 3" rather than s01e08?
find quote
otcho Offline
Senior Member
Posts: 162
Joined: Mar 2011
Reputation: 0
Location: Germany
Post: #15
Could someone please upload his RecentlyAdded.py ? I think i broke mine yesterday by accident -.-
find quote
Jaypeg Offline
Member
Posts: 89
Joined: Mar 2010
Reputation: 0
Post: #16
Crookas Wrote:Jaypeg, how did you get the recently added to say "season 1 episode 3" rather than s01e08?

I altered the code of RecentlyAdded.py. When setting the LastestEpisode.EpisodeNo in the code just change the string from "s%02de%02d" to "season%02d - episode%02d". I couldn't decide on casing, and there's a lowercase tag on the string anyway.

Could you reveal the visualization secret? And give information about the missing BigListView2?
(This post was last modified: 2011-04-21 10:42 by Jaypeg.)
find quote
paul Offline
Posting Freak
Posts: 2,772
Joined: Oct 2008
Reputation: 4
Location: Planet Earth
Post: #17
otcho Wrote:Could someone please upload his RecentlyAdded.py ? I think i broke mine yesterday by accident -.-
Here ya go heres the latest full package i could find http://dl.dropbox.com/u/3921965/script.r...-2.0.5.zip
It works for me but then i run the nightly builds for xbmc Wink

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
find quote
paul Offline
Posting Freak
Posts: 2,772
Joined: Oct 2008
Reputation: 4
Location: Planet Earth
Post: #18
Jaypeg Wrote:I altered the code of RecentlyAdded.py. When setting the LastestEpisode.EpisodeNo in the code just change the string from "s%02de%02d" to "season%02d - episode%02d". I couldn't decide on casing, and there's a lowercase tag on the string anyway.

Could you reveal the visualization secret? And give information about the missing BigListView2?
BigListView2 is not missing it's still in fusion 0.8.8

XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
find quote
otcho Offline
Senior Member
Posts: 162
Joined: Mar 2011
Reputation: 0
Location: Germany
Post: #19
paul Wrote:Here ya go heres the latest full package i could find http://dl.dropbox.com/u/3921965/script.r...-2.0.5.zip
It works for me but then i run the nightly builds for xbmc Wink

Nice ! Thank you very much Smile
find quote
Jaypeg Offline
Member
Posts: 89
Joined: Mar 2010
Reputation: 0
Post: #20
paul Wrote:BigListView2 is not missing it's still in fusion 0.8.8

Sorry for my ignorance, but I'm still not able to choose Music Albums biglist as crookas mentioned under features:

Crookas Wrote:Complete list of mods:
  • OSD changed to similar to original design
  • Play and pause swapped (ie play shows when paused, pause shows when playing)
  • Music OSD changed to similar to original design
  • Rearranged things a bit on video info screen and included mpaa icons
  • Recently added - Add borders/shadows to RA pictures (tv, movies, music), change RA movie poster to fanart (poster too small to see)
  • Recently added - Add year to RA for all (movies, music, tv)
  • Add BigListView2 to music albums
  • Add shortcuts to "update library" on submenus, and remove a couple things I don't use
  • Add library totals to settings screen
  • Change skin settings menu 'Behaviours>music goes to artists' to 'Behaviours>music goes to albums'
  • Bugfix - Allow Back from settings screens
  • Bugfix - Problems with textures appearing in Linux - linux is case sensitive so had to change references to some textures
find quote
Post Reply