diff --git a/README.md b/README.md index 431d2cec..a94ab8a3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Demo installation can be found [here](https://movary-demo.leepeuker.dev/) (login 2. [Plex Scrobbler](#plex-scrobbler) 3. [trakt.tv Sync](#trakttv-sync) 4. [letterboxd.com Import](#letterboxd-import) + 4. [IMBb.com Sync](#imdb-sync) 5. [Development](#development) @@ -150,8 +151,6 @@ Example: - `--threshold` Maximum number of movies to sync - - ### Plex Scrobbler @@ -197,6 +196,25 @@ You can import your watch history and ratings from letterboxd.com. Visit the movary settings page `/settings/letterboxd` for more instructions + + +### IMDb Sync + +Sync imdb ratings. + +Example: + +`docker exec movary php bin/console.php imdb:sync` + +**Flags:** + +- `--hours` + Only movie ratings which were last synced X hours or longer ago will be synced +- `--threshold` + Maximum number of movie ratings to sync + + + ## Development ### Setup diff --git a/templates/page/movie.html.twig b/templates/page/movie.html.twig index b6dbd99f..4d3be85e 100644 --- a/templates/page/movie.html.twig +++ b/templates/page/movie.html.twig @@ -73,15 +73,20 @@
{{ movie.imdbRatingAverage|default('-') }}/{{ movie.imdbRatingVoteCount|default('-') }}
-+ {{ movie.imdbRatingAverage|default('-') }}/{{ movie.imdbRatingVoteCount|default('-') }} +
+{{ movie.tmdbRatingAverage|default('-') }}/{{ movie.tmdbRatingVoteCount|default('-') }}
++ {{ movie.tmdbRatingAverage|default('-') }}/{{ movie.tmdbRatingVoteCount|default('-') }} +