[REQUEST] GitHub download/update plugin or script?
EMK0
Senior Member Posts: 207 Joined: Oct 2008 Reputation: 0 |
2009-07-30 05:36
Post: #1
Is there a plugin/script for xbmc that can tell git to do things like update? Just need it to keep to to date with hitchers mods, or can git be setup to do this by its self? im using linux.
|
| find quote |
redtapemedia
UMM Project Joined: Mar 2009 |
2009-07-30 07:01
Post: #2
EMK0 Wrote:Is there a plugin/script for xbmc that can tell git to do things like update? Just need it to keep to to date with hitchers mods, or can git be setup to do this by its self? im using linux. Correct me if I'm wrong, but couldn't you add the RSS feed? That would allow you to know when there's an update at least. Auto update would be pretty cool though. |
| find quote |
theuni
Team-XBMC Communication Manager Joined: Oct 2007 Reputation: 2 Location: Atlanta, Ga, USA |
2009-07-30 07:45
Post: #3
Blindly updating a live repo without reading the changelog is bound to cause problems every now and then.
That said, 'git pull path' in a cron job should do the trick. TheUni |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2009-07-30 09:47
Post: #4
or os.popen('git pull path') from python if you want to do a script yourself...
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
rwparris2
Team-XBMC Python Developer Posts: 1,341 Joined: Jan 2008 Reputation: 2 Location: US |
2009-07-30 12:21
Post: #5
spiff Wrote:or os.popen('git pull path') from python if you want to do a script yourself...popen is (or was) broken inside of xbmc last I checked, but os.system worked. Always read the XBMC online-manual, FAQ and search and search the forum before posting. For troubleshooting and bug reporting please read how to submit a proper bug report. If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/ |
| find quote |


Search
Help