summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-22 20:53:20 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-22 20:53:20 (GMT)
commitad64a7baa003dc7105416324c4ae8b4b9527d5dc (patch)
tree15f666d4974932f36199beb2ad46f0b8ffdeba2b /abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
parent21383e4ca51bc151601a51e6d75885959deb89e1 (diff)
downloadlinhes_pkgbuild-ad64a7baa003dc7105416324c4ae8b4b9527d5dc.zip
linhes_pkgbuild-ad64a7baa003dc7105416324c4ae8b4b9527d5dc.tar.gz
linhes_pkgbuild-ad64a7baa003dc7105416324c4ae8b4b9527d5dc.tar.bz2
linhes-scripts: add sql statements to update_schema_021_to_022.sh
ensures imdb.pl is changed to tmdb.pl
Diffstat (limited to 'abs/core-testing/linhes-scripts/update_schema_021_to_022.sh')
-rw-r--r--abs/core-testing/linhes-scripts/update_schema_021_to_022.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
index fc39f44..4157fb4 100644
--- a/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
+++ b/abs/core-testing/linhes-scripts/update_schema_021_to_022.sh
@@ -16,4 +16,6 @@ update settings set data = '/myth/games/boxart' where value = 'mythgame.boxartdi
update settings set data = '3' where value = 'OverrideExitMenu';
update settings set data = 'sudo sv start mythbackend' where value = 'BackendStartCommand';
update settings set data = 'sudo sv stop mythbackend' where value = 'BackendStopCommand';
+update settings set data = '/usr/share/mythtv/mythvideo/scripts/tmdb.pl -M' where value = 'MovieListCommandLine';
+update settings set data = replace(data, 'imdb.pl', 'tmdb.pl');
EOF