So with RPi seemingly moving towards being a supported platform (and presumably other ARM typye systems in time)....will we be getting a boolean of
System.Platform.Arm?
These booleans are a much better way of detexcting underlying OS in addons than using os.platform() or whatever, so it would be very handy to have and I am already running into a need with Add-on:XSqueeze as the RPi will be very popular as a cheap networked music player and XBMC + XSqueezee provides a very nice interface for this (and does room to room sync quite well etc).
...and in the meantime, andbody have a Python snippet for detecting linux on ARM vs something else....??
System.Platform.Arm
bossanova808
Donor Joined: Sep 2009 Reputation: 20 Location: Melbourne, Australia |
2012-06-22 02:24
Post: #1
My XBMC stuff: ...inc:
(This post was last modified: 2012-06-22 02:25 by bossanova808.)
|
| find quote |
master.lincoln
Junior Member Posts: 8 Joined: Nov 2010 Reputation: 0 |
2012-06-27 21:50
Post: #2
Maybe
Code: uname -m |
| find quote |
bossanova808
Donor Joined: Sep 2009 Reputation: 20 Location: Melbourne, Australia |
2012-06-28 00:17
Post: #3
Yeah that's where I am at but it's clunky in comparison. I guess it will come once there is some sort of official arm release...
My XBMC stuff: ...inc: |
| find quote |

Search
Help