Library Stats

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
chrisbbrown85 Offline
Junior Member
Posts: 10
Joined: Jun 2012
Reputation: 0
Post: #11
New to forum , so to do this i just edit home xml file by adding the code above , looks cool
find quote
three80 Offline
Junior Member
Posts: 43
Joined: Mar 2012
Reputation: 0
Post: #12
Yes I put it just after the RSS info in the home.xml but I have changed the code to add the shadow like the other parts of the skin.

Code:
        <!-- Library Stats -->
        <control type="label">
            <posy>675</posy>
            <width>1280</width>
            <align>center</align>
            <aligny>center</aligny>
            <font>dvsans22</font>
            <textcolor>black</textcolor>
            <label>[B]Movies: $INFO[Window.Property(Movies.Count)] • TV Shows: $INFO[Window.Property(TVShows.Count)] • Episodes: $INFO[Window.Property(Episodes.Count)] • Albums: $INFO[Window.Property(Music.AlbumsCount)] • Songs: $INFO[Window.Property(Music.SongsCount)][/B]</label>
        </control>
        <control type="label">
            <posy>671</posy>
            <width>1280</width>
            <align>center</align>
            <aligny>center</aligny>
            <font>dvsans22</font>
            <label>[B][COLOR white]Movies:[COLOR lightblue] $INFO[Window.Property(Movies.Count)][COLOR lightgrey] • [COLOR white]TV Shows:[COLOR lightblue] $INFO[Window.Property(TVShows.Count)][COLOR lightgrey] • [COLOR white]Episodes:[COLOR lightblue] $INFO[Window.Property(Episodes.Count)][COLOR lightgrey] • [COLOR white]Albums:[COLOR lightblue] $INFO[Window.Property(Music.AlbumsCount)][COLOR lightgrey] • [COLOR white]Songs:[COLOR lightblue] $INFO[Window.Property(Music.SongsCount)][/COLOR][/B]</label>
        </control>
        <!-- Library Stats (End) -->

Not sure if that is the best way, but it works for me.
find quote
chrisbbrown85 Offline
Junior Member
Posts: 10
Joined: Jun 2012
Reputation: 0
Post: #13
thanx buddy helped wonders

looks so muck better than the rss feed
find quote
three80 Offline
Junior Member
Posts: 43
Joined: Mar 2012
Reputation: 0
Post: #14
Your welcome.

I was looking more into how the skinning is done, and hopefing to soon have it show just movie totals like total/watched/unwatched and tv shows/episodes/unwatched and music artists/albums/songs only showing when that category is in focus.

But got busy then got lazy.
find quote
Post Reply