iOS iOS remote info vs. Kodi
#1
Slightly confused about some info I'm seeing on the iOS Kodi Remote app.

On the iOS Kodi app info page I get the following:
Memory: 9% Used / 3792MB Total
Storage: 100 % Used/ 116 MB Total

On the Kodi ->System info -> Storage I get:
Filesystem    Size          Used        Available   Use%   Mounted on
/dev/sda1     551.7M     132.0M     379.7M    26%     /flash
/dev/sda2     418.5G     118.8G     299.7G     28%     /storage

Why the discrepancy and do I actually have anything at 100% Used?
Reply
#2
For the storage info the App asks Kodi to provide "System.UsedSpacePercent" and "System.TotalSpace" via the JSON API command "XBMC.GetInfoLabels". It seems Kodi does not report this properly. In my case the data is also off -- but as not as much as in your case.

JSON API App:
Storage: 91% Used / 29557 MB Total

Kodi SystemInfo:
Filesystem    Size          Used        Available   Use%
/dev/sda3     29G         27G         1.3G          96%
/dev/sda2     512M       6.1M       506M           2%

I suggest you raise this as an issue for Kodi JSON API.

Edit: Which Kodi version do you use? Above data is from Kodi 19.5.
Reply
#3
I'm using Kodi 20.2 (20.2.0) GIT:20.2-Nexus on LibreELEC (official): 11.0.3 (kernel: Linux 6.1.38).
Reply
#4
Thanks. Now I checked with Kodi 20.2 on Linux Mint 21.1 (5.15 Kernel). Looks similar like the numbers I shared with Kodi 19.5 -- a bit off, but not as much as yours. Would be best to raise a ticket in GitHub or try to report here in JSON RPC forum.
Reply

Logout Mark Read Team Forum Stats Members Help
iOS remote info vs. Kodi0