XBMC add-on statistics

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 15
Location: Germany
Post: #21
(2012-05-14 03:27)natethomas Wrote:  If you have any other categories or specific addons, feel free to ask.
Would be nice if you can send me the stats of my add-ons per pm Smile
Thanks in advance...
(This post was last modified: 2012-06-13 16:32 by AddonScriptorDE.)
find quote
sphere Offline
Posting Freak
Posts: 807
Joined: Jul 2009
Reputation: 36
Location: Germany
Post: #22
(2012-05-14 17:12)zag Wrote:  There is nothing better than statistics and charts to encourage add-on developers to create more Smile

Agree!

I'm wondering about the simplestats.xml especially because of the fact that it was already working until February 2012 - and then it suddenly stops being updated. Do you need any (Python coding) help to get it working again?

regards,
sphere
find quote
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 15
Location: Germany
Post: #23
(2012-06-13 09:05)sphere Wrote:  I'm wondering about the simplestats.xml especially because of the fact that it was already working until February 2012 - and then it suddenly stops being updated. Do you need any (Python coding) help to get it working again?
I do not understand this as well. I don't have any information about my published add-ons.
It would make sense to especially support the most popular addons, but how could I know that if I have no infos.
The download statistics are available, but not published anymore! WHY??

If there's no "real" reason for not publishing these statistics, why is "simplestats.xml" not being updated anymore?
The stats could at least be made ​​available for developers, if they shouldn't be published to the mass.

Perhaps a TeamXBMC-Member could give a short statement.

Cheers,
asde
find quote
TobiasTheCommie Offline
Skilled Python Coder
Posts: 617
Joined: Apr 2008
Reputation: 3
Post: #24
So i got a hold of TheUni, and the stats have been updated(as of 5 minutes ago).

And the cron script should be up and running again. So these stats should be updated from now on.
find quote
AddonScriptorDE Offline
Fan
Posts: 310
Joined: May 2012
Reputation: 15
Location: Germany
Post: #25
(2012-08-01 00:35)TobiasTheCommie Wrote:  So i got a hold of TheUni, and the stats have been updated(as of 5 minutes ago).

And the cron script should be up and running again. So these stats should be updated from now on.
Very nice Big Grin Thanks!

Edit: I have one question:
On one of my add-ons I noticed decreasing download numbers between two days.
When there are updates, this makes sense because it needs some time till all xbmcs receive this update...
But how could this happen to non updated addons. Or do you also notice when addons are removed from xbmc systems? Then all this would make sense...
(This post was last modified: 2012-08-03 16:52 by AddonScriptorDE.)
find quote
sphere Offline
Posting Freak
Posts: 807
Joined: Jul 2009
Reputation: 36
Location: Germany
Post: #26
I can confirm that sometimes the download counter goes down, here is an example:
Quote:stats_2012-09-10-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2012-09-10-04-00.xml- <downloads>361650</downloads>
-427
stats_2012-09-11-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2012-09-11-04-00.xml- <downloads>361223</downloads>
...
...
stats_2012-09-14-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2012-09-14-04-00.xml- <downloads>365374</downloads>
-663
stats_2012-09-15-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2012-09-15-04-00.xml- <downloads>364711</downloads>
-1354
stats_2012-09-16-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2012-09-16-04-00.xml- <downloads>363357</downloads>
+2941
stats_2012-09-17-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2012-09-17-04-00.xml- <downloads>366298</downloads>
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #27
lmao. Maybe some withdraw their downloads Wink

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
sphere Offline
Posting Freak
Posts: 807
Joined: Jul 2009
Reputation: 36
Location: Germany
Post: #28
Would help if I could have a look to the stats generating script - maybe this is a bug.
find quote
sphere Offline
Posting Freak
Posts: 807
Joined: Jul 2009
Reputation: 36
Location: Germany
Post: #29
The stats aren't being updated since January 15.

Quote:stats_2013-01-14-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2013-01-14-04-00.xml- <downloads>711597</downloads>
--
stats_2013-01-15-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2013-01-15-04-00.xml- <downloads>711585</downloads>
--
stats_2013-01-16-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2013-01-16-04-00.xml- <downloads>711585</downloads>
--
stats_2013-01-17-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2013-01-17-04-00.xml- <downloads>711585</downloads>
--
stats_2013-01-18-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2013-01-18-04-00.xml- <downloads>711585</downloads>
--
stats_2013-01-19-04-00.xml: <addon id="plugin.audio.radio_de">
stats_2013-01-19-04-00.xml- <downloads>711585</downloads>
find quote
natethomas Offline
Team-XBMC Community Manager
Posts: 2,874
Joined: Apr 2008
Reputation: 53
Post: #30
(2013-01-19 12:03)sphere Wrote:  The stats aren't being updated since January 15.

I believe this is a server related issue. Google Analytics stats also aren't updating. If I'm not mistaken, I believe stats were intentionally turned off for a brief period as we're working on server transition. If they stay off through the end of January, post again, and I'll see if I can't kick at somebody to get them rolling again.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote