Solved Are current version distribution numbers available? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Python 3 migration (https://forum.kodi.tv/forumdisplay.php?fid=281) +---- Thread: Solved Are current version distribution numbers available? (/showthread.php?tid=367947) |
Are current version distribution numbers available? - linqcan - 2022-04-20 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? RE: Are current version distribution numbers available? - Klojum - 2022-04-20 (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. RE: Are current version distribution numbers available? - linqcan - 2022-04-20 (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. 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. RE: Are current version distribution numbers available? - jjd-uk - 2022-04-20 I assume this is for the SVT Play addon? If so then https://mirrors.kodi.tv/stats?downloadstats&filter=plugin.video.svtplay will tell the total downloads If you want downloads in April then it's https://mirrors.kodi.tv/stats?downloadstats=2022-04&filter=plugin.video.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. RE: Are current version distribution numbers available? - linqcan - 2022-04-20 (2022-04-20, 14:01)jjd-uk Wrote: I assume this is for the SVT Play addon? Exactly what I was looking for, thank you! 🙏 Are current version distribution numbers available? - Klojum - 2022-04-20 Thread marked solved. |