summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythtv/mythtv.install
AgeCommit message (Collapse)AuthorFilesLines
2014-10-02mythtv: remove old stable-0.25Britney Fransen1-25/+0
2013-10-01mythtv: tmdb3_db_update.py: use systemconfig method do update db depending ↵Britney Fransen1-1/+1
on system type. remove old tmdb.py
2013-09-30mythtv: add tmdb3.py v3.6 and update db to use tmdb3.pyBritney Fransen1-2/+2
The tmdb v2 api was shutdown on 9/15/13 and the version of tmdb.py that is in .25/fixes has problems
2012-08-23mythtv .25: modified .intall file to call gen_lib_xml.py instead of ↵James Meyer1-20/+6
calling sed for xbmc
2012-08-22mythtv .25: now uses gen_is_xml.pyJames Meyer1-27/+3
Also removed /var/log stuff that isn't used anymore
2012-04-15mythtv .25: First checkin, still needs a bit of cleanup.James Meyer1-0/+63
This commit introduces the dir git_src which is used as a common dir to build plugins/mythweb/mythtv. To update the mythtv pkg, first run git_src/checkout_mythtv.sh then switch to the mythtv package dir and build the package as normal. Same applies to mythplugins. I plan to introduce another script that will build it all in one step. Also this checkin doesn't handle the menu updates. Those will be corrected at a later date.