Kodi Community Forum

Full Version: Are current version distribution numbers available?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to know what versions of Kodi our users are using in order to determine what the lowest supported version of my plugin should be.

Ideally I'd like to see distributions numbers for my plugin.

Are there general distribution numbers available somewhere?
(2022-04-20, 12:47)linqcan Wrote: [ -> ]I'd like to know what versions of Kodi our users are using in order to determine what the lowest supported version of my plugin should be.

I'd suggest Matrix and upwards, because Python-2 was EOL at the time, and Python-3 has since taken over.
(2022-04-20, 13:26)Klojum Wrote: [ -> ]
(2022-04-20, 12:47)linqcan Wrote: [ -> ]I'd like to know what versions of Kodi our users are using in order to determine what the lowest supported version of my plugin should be.

I'd suggest Matrix and upwards, because Python-2 was EOL at the time, and Python-3 has since taken over.

Yes, that is a fair point but if a majority of my users are using Krypton (which is my mainline today) then it wouldn't be a wise choice IMHO. Hence I am interested in user data.
I assume this is for the SVT Play addon?

If so then https://mirrors.kodi.tv/stats?downloadst...eo.svtplay will tell the total downloads
If you want downloads in April then it's https://mirrors.kodi.tv/stats?downloadst...eo.svtplay

So I can see on plugin.video.svtplay-5.1.14.zip bump

Leia repo 2731
Kryton repo 1356
Total 4087

Then plugin.video.svtplay-5.1.14+matrix.1.zip bump

Matrix repo 4250

Since these were both done on 9th April 2022 this should be faily accurate representation of regular users.

So anytime you want usage information you can do a version bump then you can track the number of downloads.

If not SVT Play then it's exactly the same method, just substitute the relevant addon id.
(2022-04-20, 14:01)jjd-uk Wrote: [ -> ]I assume this is for the SVT Play addon?

If so then https://mirrors.kodi.tv/stats?downloadst...eo.svtplay will tell the total downloads
If you want downloads in April then it's https://mirrors.kodi.tv/stats?downloadst...eo.svtplay

So I can see on plugin.video.svtplay-5.1.14.zip bump

Leia repo 2731
Kryton repo 1356
Total 4087

Then plugin.video.svtplay-5.1.14+matrix.1.zip bump

Matrix repo 4250

Since these were both done on 9th April 2022 this should be faily accurate representation of regular users.

So anytime you want usage information you can do a version bump then you can track the number of downloads.

If not SVT Play then it's exactly the same method, just substitute the relevant addon id.

Exactly what I was looking for, thank you! 🙏
Thread marked solved.