From ad64a7baa003dc7105416324c4ae8b4b9527d5dc Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Mon, 22 Mar 2010 20:53:20 +0000 Subject: linhes-scripts: add sql statements to update_schema_021_to_022.sh ensures imdb.pl is changed to tmdb.pl --- abs/core-testing/linhes-scripts/update_schema_021_to_022.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12