Kodi Community Forum

Full Version: Official Add-On Website- issues and suggestions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Actually, at the time of this post, the Add-on Front-end website is working, but has no addon content. I saw the same thing yesterday as well.

http://i.imgur.com/Q93jfgn.png
Confirmed here.
OK confirmed.

Will look into it. It needs to be bumped to the Gotham repository anyway.
looks like an issue with the repo.xml durnig import will whipe the DB. Will fix and switch over to Gotham repo
Should it not show both combined?
current architecture doesn't allow to switch between XBMC versions, so we can only show the addons of one version. Added the mentioned import fixes and files a PR for the Gotham bump
No more download numbers?
no, because the download tracking almost killed our mirror system + we reached Googles limits on requests per day. We're looking for an alternate way to provide download statistics, but this will need some more time.
we are currently around 50 or 60 million downloads a day (addons, repo lists, binary files).
since Analytics has a certain API limit which we reach within seconds, connections are being dropped or timed out.

We talked to some developers who developed their own mirror system which allows way way way more downloads per day and provides statistics as JSON output. As said by da-anda this needs some time to get properly tested. Do note we are really willing to show the anonymous download stats for add-on but now on the expense of our servers.
Thats a good problem to have.

Thanks for the clarification.
- A new Games category should now be available to view.

http://addons.xbmc.org/category/games

thx to Da-anda

For add-on authors, please use an ID starting with "script.game" for it to show up

EDIT: no don't, see below.
NO, please no "script.game", this is just a hack to make currently available games show up in this category. I suggest to rather use <provides>game</provides> which is more straight forward in future, because looking at the upcoming games API by garbear there could also be binary games etc
(2014-05-14, 15:04)zag Wrote: [ -> ]- A new Games category should now be available to view.

http://addons.xbmc.org/category/games

thx to Da-anda

For add-on authors, please use an ID starting with "script.game" for it to show up

(2014-05-14, 15:17)da-anda Wrote: [ -> ]NO, please no "script.game", this is just a hack to make currently available games show up in this category. I suggest to rather use <provides>game</provides> which is more straight forward in future

Do NOT start making up things unless properly discussed within the team. These things need to be integrated into the code.
We need something future proof and well thought of. None of the things mentioned will actually work atm.

We need to see how Retroplayer has it done or any other options.
Yep I had a quick look at the current 3 Game add-ons and they are indeed all different.

<provides>game</provides> sounds like a good solution for the future but we need to discuss how this effects things.
@Martijnn - already discussed this on IRC once, and the best most future proof I could come up with was <provides>game</provides> (along audio, video, pictures) - so entrypoint doesn't matter, only the content type it provides.

edit: garbear is already using my proposal. see https://github.com/garbear/xbmc/commit/c...0eb4e7aR84
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19