[mythtv-commits] mythtv/master commit: cd2aa0935 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Wed Oct 5 15:37:18 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-10-05T08:30:16-07:00
   Push Date:  2011/10/05 08:37:02 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  cd2aa0935674a2fd00307977582e81670f892c79
   Changeset:  https://github.com/MythTV/mythtv/commit/cd2aa0935

Log:

Make metadata grabber paths relative to PREFIX

The selected metadata grabber scripts are stored in system-wide settings
as an absolute path to the script.  This causes problems on
heterogeneous systems that may have multiple installs using different
shared folders.  This changes the path to be relative to the shared
folder, including a schema bump to modify existing settings.  This will
break on any system where the grabber has been manually altered to a
script outside the expected path.

Modified:

   mythtv/bindings/perl/MythTV.pm
   mythtv/bindings/python/MythTV/dataheap.py
   mythtv/bindings/python/MythTV/static.py
   mythtv/bindings/python/MythTV/system.py
   mythtv/libs/libmythbase/mythversion.h
   mythtv/libs/libmythmetadata/metadatadownload.cpp
   mythtv/libs/libmythmetadata/metadatadownload.h
   mythtv/libs/libmythtv/dbcheck.cpp
   mythtv/programs/mythfrontend/grabbersettings.cpp



More information about the mythtv-commits mailing list