ThemerrDB icon indicating copy to clipboard operation
ThemerrDB copied to clipboard

[MOVIE]: First Cow (2019)

Open Leonito2003 opened this issue 1 year ago • 1 comments

Database URL

https://www.themoviedb.org/movie/558582

YouTube Theme Song Video URL

https://www.youtube.com/watch?v=Wq_rV1UuTEg

Leonito2003 avatar May 16 '24 19:05 Leonito2003

Property Value
title First Cow
year 2019
summary In the 1820s, a taciturn loner and skilled cook travels west to Oregon Territory, where he meets a Chinese immigrant also seeking his fortune. Soon the two team up on a dangerous scheme to steal milk from the wealthy landowner’s prized Jersey cow – the first, and only, in the territory.
id 558582
poster poster

diff --git a/movies/contributors.json b/movies/contributors.json
index 7aea50b023..a6bb4d2e89 100644
--- a/movies/contributors.json
+++ b/movies/contributors.json
@@ -328,7 +328,7 @@
         "items_edited": 0
     },
     "64153223": {
-        "items_added": 14,
+        "items_added": 15,
         "items_edited": 4
     },
     "64303029": {
diff --git a/movies/imdb/tt9231040.json b/movies/imdb/tt9231040.json
new file mode 100644
index 0000000000..10d51e45f5
--- /dev/null
+++ b/movies/imdb/tt9231040.json
@@ -0,0 +1,62 @@
+{
+    "adult": false,
+    "backdrop_path": "/owdreZiMcBz9y4ayfyLRddpWYR6.jpg",
+    "belongs_to_collection": null,
+    "budget": 0,
+    "genres": [
+        {
+            "id": 18,
+            "name": "Drama"
+        },
+        {
+            "id": 37,
+            "name": "Western"
+        }
+    ],
+    "homepage": "http://firstcow.movie",
+    "id": 558582,
+    "imdb_id": "tt9231040",
+    "origin_country": [
+        "US"
+    ],
+    "original_language": "en",
+    "original_title": "First Cow",
+    "overview": "In the 1820s, a taciturn loner and skilled cook travels west to Oregon Territory, where he meets a Chinese immigrant also seeking his fortune. Soon the two team up on a dangerous scheme to steal milk from the wealthy landowner\u2019s prized Jersey cow \u2013 the first, and only, in the territory.",
+    "popularity": 22.371,
+    "poster_path": "/yS41crZ1i0fFxCQbuL7I1Y1VBwm.jpg",
+    "production_companies": [
+        {
+            "id": 1976,
+            "logo_path": "/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png",
+            "name": "filmscience",
+            "origin_country": "US"
+        }
+    ],
+    "production_countries": [
+        {
+            "iso_3166_1": "US",
+            "name": "United States of America"
+        }
+    ],
+    "release_date": "2019-08-30",
+    "revenue": 101068,
+    "runtime": 122,
+    "spoken_languages": [
+        {
+            "english_name": "English",
+            "iso_639_1": "en",
+            "name": "English"
+        }
+    ],
+    "status": "Released",
+    "tagline": "A simple western about the origin of the American Dream.",
+    "title": "First Cow",
+    "video": false,
+    "vote_average": 7.081,
+    "vote_count": 450,
+    "youtube_theme_added": 1717222338,
+    "youtube_theme_added_by": "64153223",
+    "youtube_theme_edited": 1717222338,
+    "youtube_theme_edited_by": "64153223",
+    "youtube_theme_url": "https://www.youtube.com/watch?v=Wq_rV1UuTEg"
+}
\ No newline at end of file
diff --git a/movies/themoviedb/558582.json b/movies/themoviedb/558582.json
new file mode 100644
index 0000000000..10d51e45f5
--- /dev/null
+++ b/movies/themoviedb/558582.json
@@ -0,0 +1,62 @@
+{
+    "adult": false,
+    "backdrop_path": "/owdreZiMcBz9y4ayfyLRddpWYR6.jpg",
+    "belongs_to_collection": null,
+    "budget": 0,
+    "genres": [
+        {
+            "id": 18,
+            "name": "Drama"
+        },
+        {
+            "id": 37,
+            "name": "Western"
+        }
+    ],
+    "homepage": "http://firstcow.movie",
+    "id": 558582,
+    "imdb_id": "tt9231040",
+    "origin_country": [
+        "US"
+    ],
+    "original_language": "en",
+    "original_title": "First Cow",
+    "overview": "In the 1820s, a taciturn loner and skilled cook travels west to Oregon Territory, where he meets a Chinese immigrant also seeking his fortune. Soon the two team up on a dangerous scheme to steal milk from the wealthy landowner\u2019s prized Jersey cow \u2013 the first, and only, in the territory.",
+    "popularity": 22.371,
+    "poster_path": "/yS41crZ1i0fFxCQbuL7I1Y1VBwm.jpg",
+    "production_companies": [
+        {
+            "id": 1976,
+            "logo_path": "/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png",
+            "name": "filmscience",
+            "origin_country": "US"
+        }
+    ],
+    "production_countries": [
+        {
+            "iso_3166_1": "US",
+            "name": "United States of America"
+        }
+    ],
+    "release_date": "2019-08-30",
+    "revenue": 101068,
+    "runtime": 122,
+    "spoken_languages": [
+        {
+            "english_name": "English",
+            "iso_639_1": "en",
+            "name": "English"
+        }
+    ],
+    "status": "Released",
+    "tagline": "A simple western about the origin of the American Dream.",
+    "title": "First Cow",
+    "video": false,
+    "vote_average": 7.081,
+    "vote_count": 450,
+    "youtube_theme_added": 1717222338,
+    "youtube_theme_added_by": "64153223",
+    "youtube_theme_edited": 1717222338,
+    "youtube_theme_edited_by": "64153223",
+    "youtube_theme_url": "https://www.youtube.com/watch?v=Wq_rV1UuTEg"
+}
\ No newline at end of file

LizardByte-bot commands and options

A moderator can trigger LizardByte-bot actions by commenting on this issue:

  • @LizardByte-bot approve approve the theme
  • @LizardByte-bot edit {youtube_url} replace the YouTube url in the issue body with the given url

LizardByte-bot avatar May 16 '24 19:05 LizardByte-bot

@LizardByte-bot approve

jjnether avatar Jun 01 '24 06:06 jjnether

This theme has been added/updated and will be available on the next daily scheduled update.

LizardByte-bot avatar Jun 01 '24 06:06 LizardByte-bot