diff options
-rw-r--r-- | abs/core-testing/linhes-scripts/update_schema_021_to_022.sh | 2 |
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 |