Posts: 31,445
Joined: Jan 2011
I like where you guys are going with this. It's a big improvement!
Posts: 10,684
Joined: Oct 2011
Reputation:
658
jjd-uk
Team-Kodi Member
Posts: 10,684
"Render & Decode" although that's back to a longer string.
Posts: 3,420
Joined: Jan 2011
Reputation:
95
Piers
R.I.P. (2024)
Posts: 3,420
So, where does this (if anywhere) go from here? I'm not sure what the process is for user suggestions to the core of XBMC, despite support from a few Team XBMC members.
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
Submit a PR with the changes, if you understand any of it?
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
2014-03-16, 16:39
(This post was last modified: 2014-03-16, 16:45 by un1versal.)
XBMC uses git via github for development and code contributions.
a PR (pull request) is when someone forks a project via git, makes some change and submits those changes back to xbmc main development tree.
zag wrote a tut on how to use github/git on the how-to- tips and tricks
However I think much better/easier and more comprehensive github guide is
http://forum.xda-developers.com/showthre...p=31304826 which for most stuff you dont need command line or learn any 3rd party programs.
Posts: 31,445
Joined: Jan 2011
We'll definitely use what was discussed here for v14 discussions. I'm not so good at github stuff myself, but either way, we'll be sure to not forget this. It's a big improvement.
Posts: 31,445
Joined: Jan 2011
2014-03-16, 21:42
(This post was last modified: 2014-03-17, 00:44 by Ned Scott.)
If it hasn't already been mentioned, this is the file that determines where all this stuff goes:
https://github.com/xbmc/xbmc/blob/master...ttings.xml
Depending on the OS one uses, it's somewhere along with XBMC's other default settings/support files and can actually be used to test this out without having to compile (in OS X it is in the XBMC.app itself, for example). At least for some of the changes here.
Posts: 26,215
Joined: Oct 2003
Reputation:
187
Note that you can get this running yourself as Ned mentions. This should involve only changes to settings.xml and strings.po (add new ones), and possibly the skin (Settings.xml)
Then you can distribute those and folk can try them out and see how they work on different systems, what might be missing and so on.
Posts: 31,445
Joined: Jan 2011
I'm not sure if there's time for all of this to be used for v14 since we're already in feature freeze (though technically not a feature addition), but there's definitely some stuff here that should be considered.
Posts: 10,684
Joined: Oct 2011
Reputation:
658
jjd-uk
Team-Kodi Member
Posts: 10,684
If I can find out the time I'll put together a Proof of Concept unless someone volunteers whose got time to spare
Posts: 3,420
Joined: Jan 2011
Reputation:
95
Piers
R.I.P. (2024)
Posts: 3,420
Bump for Kodi 15, or 16.
Developers' opinions?