├── .gitignore ├── .swiftpm └── xcode │ └── package.xcworkspace │ └── contents.xcworkspacedata ├── Info.plist ├── LICENSE ├── LiveCollections.podspec ├── LiveCollections.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── xcshareddata │ └── xcschemes │ └── LiveCollections.xcscheme ├── LiveCollections.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── LiveCollectionsSample ├── LiveCollectionsSample.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── LiveCollectionsSample.xcscheme └── LiveCollectionsSample │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── LiveCollectionsLogo_60px.png │ │ ├── LiveCollectionsLogo_76px-1.png │ │ ├── LiveCollectionsLogo_83.5px.png │ │ └── LiveCollectionsLogo_AppStore-1.png │ ├── Contents.json │ ├── next.imageset │ │ ├── Contents.json │ │ └── next_button.png │ ├── pause.imageset │ │ ├── Contents.json │ │ └── pause_button.png │ ├── play.imageset │ │ ├── Contents.json │ │ └── play_button.png │ └── previous.imageset │ │ ├── Contents.json │ │ └── previous_button.png │ ├── Base.lproj │ └── LaunchScreen.storyboard │ ├── Data │ ├── 2 │ ├── 3 │ ├── 5 │ ├── 6 │ ├── 8 │ ├── 11 │ ├── 12 │ ├── 13 │ ├── 14 │ ├── 15 │ ├── 16 │ ├── 17 │ ├── 18 │ ├── 19 │ ├── 20 │ ├── 21 │ ├── 22 │ ├── 24 │ ├── 25 │ ├── 26 │ ├── 27 │ ├── 28 │ ├── 30 │ ├── 31 │ ├── 32 │ ├── 33 │ ├── 35 │ ├── 38 │ ├── 55 │ ├── 58 │ ├── 59 │ ├── 62 │ ├── 63 │ ├── 64 │ ├── 65 │ ├── 66 │ ├── 67 │ ├── 68 │ ├── 69 │ ├── 70 │ ├── 71 │ ├── 73 │ ├── 74 │ ├── 75 │ ├── 76 │ ├── 77 │ ├── 78 │ ├── 79 │ ├── 80 │ ├── 81 │ ├── 82 │ ├── 83 │ ├── 85 │ ├── 86 │ ├── 87 │ ├── 88 │ ├── 89 │ ├── 158 │ ├── 159 │ ├── 160 │ ├── 161 │ ├── 162 │ ├── 163 │ ├── 164 │ ├── 165 │ ├── 166 │ ├── 167 │ ├── 168 │ ├── 169 │ ├── 170 │ ├── 171 │ ├── 172 │ ├── 173 │ ├── 174 │ ├── 175 │ ├── 176 │ ├── 177 │ ├── 178 │ ├── 179 │ ├── 180 │ ├── 182 │ ├── 183 │ ├── 184 │ ├── 185 │ ├── 186 │ ├── 187 │ ├── 189 │ ├── 191 │ ├── 192 │ ├── 193 │ ├── 194 │ ├── 195 │ ├── 196 │ ├── 197 │ ├── 266 │ ├── 267 │ ├── 268 │ ├── 269 │ ├── 270 │ ├── 271 │ ├── 272 │ ├── 273 │ ├── 274 │ ├── 275 │ ├── 276 │ ├── 277 │ ├── 278 │ ├── 279 │ ├── 280 │ ├── 281 │ ├── 284 │ ├── 285 │ ├── 286 │ ├── 287 │ ├── 288 │ ├── 289 │ ├── 290 │ ├── 291 │ ├── 292 │ ├── 293 │ ├── 294 │ ├── 296 │ ├── 297 │ ├── 298 │ ├── 299 │ ├── 300 │ ├── 301 │ ├── 302 │ ├── 303 │ ├── 377 │ ├── 378 │ ├── 379 │ ├── 380 │ ├── 381 │ ├── 383 │ ├── 387 │ ├── 388 │ ├── 389 │ ├── 390 │ ├── 391 │ ├── 392 │ ├── 393 │ ├── 395 │ ├── 396 │ ├── 397 │ ├── 398 │ ├── 400 │ ├── 401 │ ├── 402 │ ├── 403 │ ├── 404 │ ├── 405 │ ├── 406 │ ├── 407 │ ├── 408 │ ├── 409 │ ├── 410 │ ├── 411 │ ├── 414 │ ├── 482 │ ├── 483 │ ├── 488 │ ├── 489 │ ├── 490 │ ├── 491 │ ├── 492 │ ├── 493 │ ├── 494 │ ├── 496 │ ├── 497 │ ├── 499 │ ├── 500 │ ├── 501 │ ├── 502 │ ├── 503 │ ├── 504 │ ├── 505 │ ├── 506 │ ├── 507 │ ├── 508 │ ├── 509 │ ├── 510 │ ├── 511 │ ├── 512 │ ├── 513 │ ├── 521 │ ├── 522 │ ├── 590 │ ├── 591 │ ├── 592 │ ├── 593 │ ├── 594 │ ├── 595 │ ├── 596 │ ├── 597 │ ├── 598 │ ├── 599 │ ├── 600 │ ├── 601 │ ├── 602 │ ├── 603 │ ├── 604 │ ├── 605 │ ├── 606 │ ├── 607 │ ├── 608 │ ├── 609 │ ├── 612 │ ├── 613 │ ├── 614 │ ├── 615 │ ├── 616 │ ├── 617 │ ├── 618 │ ├── 619 │ ├── 620 │ ├── 621 │ ├── 622 │ ├── 623 │ ├── 624 │ ├── 625 │ ├── 626 │ ├── 627 │ ├── 628 │ ├── 697 │ ├── 698 │ ├── 699 │ ├── 700 │ ├── 701 │ ├── 702 │ ├── 703 │ ├── 704 │ ├── 705 │ ├── 706 │ ├── 707 │ ├── 708 │ ├── 709 │ ├── 710 │ ├── 711 │ ├── 712 │ ├── 713 │ ├── 714 │ ├── 804 │ ├── 805 │ ├── 806 │ ├── 807 │ ├── 808 │ ├── 809 │ ├── 810 │ ├── 811 │ ├── 812 │ ├── 813 │ ├── 814 │ ├── 815 │ ├── 816 │ ├── 817 │ ├── 818 │ ├── 819 │ ├── 820 │ ├── 821 │ ├── 822 │ ├── 823 │ ├── 824 │ ├── 825 │ ├── 826 │ ├── 827 │ ├── 828 │ ├── 829 │ ├── 830 │ ├── 831 │ ├── 832 │ ├── 833 │ ├── 834 │ ├── 835 │ ├── 836 │ ├── 837 │ ├── 838 │ ├── 839 │ ├── 840 │ ├── 841 │ ├── 842 │ ├── 843 │ ├── 913 │ ├── 914 │ ├── 916 │ ├── 917 │ ├── 918 │ ├── 919 │ ├── 920 │ ├── 921 │ ├── 922 │ ├── 923 │ ├── 924 │ ├── 925 │ ├── 926 │ ├── 927 │ ├── 928 │ ├── 929 │ ├── 930 │ ├── 931 │ ├── 932 │ ├── 933 │ ├── 934 │ ├── 935 │ ├── 936 │ ├── 938 │ ├── 939 │ ├── 940 │ ├── 941 │ ├── 942 │ ├── 943 │ ├── 944 │ ├── 946 │ ├── 947 │ ├── 948 │ ├── 949 │ ├── 950 │ └── 951 │ ├── Info.plist │ └── Source │ ├── AppDelegate.swift │ ├── Models │ ├── CarouselRow.swift │ ├── CarouselSection.swift │ ├── Movie.swift │ └── MovieSection.swift │ ├── Scenarios │ ├── Scenario ViewControllers │ │ ├── ScenarioEightViewController.swift │ │ ├── ScenarioElevenViewController.swift │ │ ├── ScenarioFifteenViewController.swift │ │ ├── ScenarioFiveViewController.swift │ │ ├── ScenarioFourViewController.swift │ │ ├── ScenarioFourteenViewController.swift │ │ ├── ScenarioNine │ │ │ ├── DistributedMovieFactory.swift │ │ │ └── ScenarioNineViewController.swift │ │ ├── ScenarioOneViewController.swift │ │ ├── ScenarioSeven │ │ │ ├── CarouselController.swift │ │ │ └── ScenarioSevenViewController.swift │ │ ├── ScenarioSixViewController.swift │ │ ├── ScenarioTenViewController.swift │ │ ├── ScenarioThirteenViewController.swift │ │ ├── ScenarioThreeViewController.swift │ │ ├── ScenarioTwelveViewController.swift │ │ └── ScenarioTwoViewController.swift │ ├── Scenario.swift │ ├── ScenarioProvider.swift │ └── ScenarioSelectionViewController.swift │ ├── Shared Views │ ├── CarouselTableViewCell.swift │ ├── MovieAndLocationCollectionViewCell.swift │ ├── MovieCollectionViewCell.swift │ ├── MovieTableViewCell.swift │ ├── PlayerControl.swift │ ├── PresentationView.swift │ └── ResuableViewHelper.swift │ └── Support │ ├── APIClient.swift │ ├── APIErrorModel.swift │ ├── Caches │ ├── DIskCache.swift │ ├── DataCache.swift │ ├── ImageFileEncoder.swift │ └── MovieFileEncoder.swift │ ├── CarouselDataCoordinator.swift │ ├── DataCoordinator.swift │ ├── Extensions │ └── Sequence+Shuffle.swift │ ├── InTheatersController.swift │ ├── InTheatersDataCoordinator.swift │ ├── MovieAPI.swift │ ├── MovieDataProvider.swift │ ├── MovieImageLoader.swift │ ├── MovieLoader.swift │ ├── MultiSectionCarouselDataCoordinator.swift │ ├── MultiSectionDataCoordinator.swift │ └── Result.swift ├── Package.swift ├── README.md ├── ReadMe ├── LiveCollections_Animated.png ├── LiveCollections_main_logo.png ├── discrete_sections_collection_view.png ├── discrete_sections_collection_view_with_synchronizer.png ├── discrete_sections_table_view.png ├── discrete_sections_table_view_with_synchronizer.png ├── multi_section_collection_view.png ├── multi_section_table_view.png ├── sectioned_table_of_carousels.png ├── single_section_collection_view.png ├── single_section_table_view.png ├── table_of_carousels.png └── using_a_data_factory.png ├── Sources ├── LiveCollections │ ├── Classes │ │ ├── Internal │ │ │ ├── AnyProtocols │ │ │ │ ├── AnyCollectionDataDeletionNotificationDelegate.swift │ │ │ │ ├── AnyDeltaUpdatableViewDelegate.swift │ │ │ │ └── AnyUniquelyIdentifiableDataFactory.swift │ │ │ ├── Custom TableView Animations │ │ │ │ ├── AllSectionsCustomAnimationStyleTableView.swift │ │ │ │ ├── CustomAnimationStyleTableView.swift │ │ │ │ ├── MultiSectionCustomAnimationStyleTableView.swift │ │ │ │ ├── SingleSectionCustomAnimationStyleTableView.swift │ │ │ │ └── TableViewSingleSectionAnimationProviding.swift │ │ │ ├── DataProviderProtocols.swift │ │ │ ├── DeltaCalculator.swift │ │ │ ├── Extensions │ │ │ │ └── DispatchQueue+Extensions.swift │ │ │ ├── ItemDataCalculator.swift │ │ │ └── SectionDataCalculator.swift │ │ └── Public │ │ │ ├── CollectionData.swift │ │ │ ├── CollectionSectionData.swift │ │ │ ├── Delegate │ │ │ ├── CollectionDataDelegate.swift │ │ │ └── CollectionDataReusableViewVerificationDelegate.swift │ │ │ ├── Delta │ │ │ ├── IndexDelta.swift │ │ │ └── SectionUpdate.swift │ │ │ ├── Non-Unique │ │ │ ├── NonUniqueDataFactory.swift │ │ │ └── NonUniquelyIdentifiableProtocols.swift │ │ │ ├── Protocols │ │ │ ├── CollectionData │ │ │ │ ├── CollectionDataProtocols.swift │ │ │ │ └── CollectionSectionDataProtocols.swift │ │ │ ├── Data Factory │ │ │ │ └── UniquelyIdentifiableDataFactory.swift │ │ │ └── Visual Update │ │ │ │ ├── DeltaVisualUpdateProtocols.swift │ │ │ │ └── TableViewRowAnimationProviding.swift │ │ │ ├── Synchronizer │ │ │ └── CollectionDataSynchronizer.swift │ │ │ ├── UIKit & Foundatin Extensions │ │ │ ├── BaseTypes+UniquelyIdentifiable.swift │ │ │ ├── UIKit+DeltaUpdates.swift │ │ │ └── UIKit+SectionDeltaUpdates.swift │ │ │ └── UniquelyIdentifiableProtocols.swift │ ├── LICENSE │ └── LiveCollections.h └── LiveCollectionsTests │ ├── ItemDeltaTests │ ├── AdvancedItemDeltaTests.swift │ ├── BasicItemDeltaTests.swift │ └── PerformanceTests.swift │ └── LiveCollectionsTests.swift └── Tests-Info.plist /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | /build/* 3 | */build/* 4 | *.pbxuser 5 | !default.pbxuser 6 | *.mode1v3 7 | !default.mode1v3 8 | *.mode2v3 9 | !default.mode2v3 10 | *.perspectivev3 11 | !default.perspectivev3 12 | !default.xcworkspace 13 | xcuserdata 14 | *.xccheckout 15 | DerivedData 16 | .hmap 17 | *.ipa 18 | *.xcuserstate 19 | *.xcuserdata 20 | profile 21 | *.moved-aside 22 | temp/* 23 | *.xcscmblueprint 24 | LiveCollections.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings 25 | LiveCollections.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 26 | -------------------------------------------------------------------------------- /.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /LiveCollections.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /LiveCollections.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /LiveCollections.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /LiveCollections.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_60px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_60px.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_76px-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_76px-1.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_83.5px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_83.5px.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_AppStore-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/AppIcon.appiconset/LiveCollectionsLogo_AppStore-1.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/next.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "next_button.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/next.imageset/next_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/next.imageset/next_button.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/pause.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "pause_button.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/pause.imageset/pause_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/pause.imageset/pause_button.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/play.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "play_button.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/play.imageset/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/play.imageset/play_button.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/previous.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "previous_button.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x" 11 | }, 12 | { 13 | "idiom" : "universal", 14 | "scale" : "3x" 15 | } 16 | ], 17 | "info" : { 18 | "version" : 1, 19 | "author" : "xcode" 20 | } 21 | } -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/previous.imageset/previous_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/LiveCollectionsSample/LiveCollectionsSample/Assets.xcassets/previous.imageset/previous_button.png -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/11: -------------------------------------------------------------------------------- 1 | {"id":11,"adult":false,"video":false,"original_title":"Star Wars","popularity":31.650999069213867,"poster_path":"\/btTdmkgIvOi0FFip1sPuZI2oQG6.jpg","title":"Star Wars","overview":"Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.","original_language":"en","vote_count":9201,"release_date":"1977-05-25","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/12: -------------------------------------------------------------------------------- 1 | {"id":12,"adult":false,"video":false,"original_title":"Finding Nemo","popularity":27.395000457763672,"poster_path":"\/syPWyeeqzTQIxjIUaIFI7d0TyEY.jpg","title":"Finding Nemo","overview":"Nemo, an adventurous young clownfish, is unexpectedly taken from his Great Barrier Reef home to a dentist's office aquarium. It's up to his worrisome father Marlin and a friendly but forgetful fish Dory to bring Nemo home -- meeting vegetarian sharks, surfer dude turtles, hypnotic jellyfish, hungry seagulls, and more along the way.","original_language":"en","vote_count":8837,"release_date":"2003-05-30","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/13: -------------------------------------------------------------------------------- 1 | {"id":13,"adult":false,"video":false,"original_title":"Forrest Gump","popularity":28.12299919128418,"poster_path":"\/yE5d3BUhE8hCnkMUJOo1QDoOGNz.jpg","title":"Forrest Gump","overview":"A man with a low IQ has accomplished great things in his life and been present during significant historic events - in each case, far exceeding what anyone imagined he could do. Yet, despite all the things he has attained, his one true love eludes him. 'Forrest Gump' is the story of a man who rose above his challenges, and who proved that determination, courage, and love are more important than ability.","original_language":"en","vote_count":11243,"release_date":"1994-07-06","vote_average":8.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/14: -------------------------------------------------------------------------------- 1 | {"id":14,"adult":false,"video":false,"original_title":"American Beauty","popularity":18.843999862670898,"poster_path":"\/or1MP8BZIAjqWYxPdPX724ydKar.jpg","title":"American Beauty","overview":"Lester Burnham, a depressed suburban father in a mid-life crisis, decides to turn his hectic life around after developing an infatuation with his daughter's attractive friend.","original_language":"en","vote_count":4982,"release_date":"1999-09-15","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/15: -------------------------------------------------------------------------------- 1 | {"id":15,"adult":false,"video":false,"original_title":"Citizen Kane","popularity":11.795000076293945,"poster_path":"\/sav0jxhqiH0bPr2vZFU0Kjt2nZL.jpg","title":"Citizen Kane","overview":"Newspaper magnate, Charles Foster Kane is taken from his mother as a boy and made the ward of a rich industrialist. As a result, every well-meaning, tyrannical or self-destructive move he makes for the rest of his life appears in some way to be a reaction to that deeply wounding event.","original_language":"en","vote_count":1790,"release_date":"1941-04-30","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/159: -------------------------------------------------------------------------------- 1 | {"id":159,"adult":false,"video":false,"original_title":"Der bewegte Mann","popularity":2.2590000629425049,"poster_path":"\/7UEzKYus31qTtyGDftRhao7kxbb.jpg","title":"Maybe... Maybe Not","overview":"Der Bewegte Mann is a German comedy about a heterosexual man, Axel, who is thrown out of his girlfriends home for cheating and ends up moving in with a gay man. Axel learns the advantages of living with gay men even though they are attracted to him and when his girlfriend wants him back he must make a tough decision.","original_language":"de","vote_count":39,"release_date":"1994-10-05","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/16: -------------------------------------------------------------------------------- 1 | {"id":16,"adult":false,"video":false,"original_title":"Dancer in the Dark","popularity":6.5590000152587891,"poster_path":"\/7xizDTz4Yj4IYm2ud4f6EfEXe5H.jpg","title":"Dancer in the Dark","overview":"Selma, a Czech immigrant on the verge of blindness, struggles to make ends meet for herself and her son, who has inherited the same genetic disorder and will suffer the same fate without an expensive operation. When life gets too difficult, Selma learns to cope through her love of musicals, escaping life's troubles - even if just for a moment - by dreaming up little numbers to the rhythmic beats of her surroundings.","original_language":"en","vote_count":571,"release_date":"2000-05-17","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/161: -------------------------------------------------------------------------------- 1 | {"id":161,"adult":false,"video":false,"original_title":"Ocean's Eleven","popularity":17.249000549316406,"poster_path":"\/o0h76DVXvk5OKjmNez5YY0GODC2.jpg","title":"Ocean's Eleven","overview":"Less than 24 hours into his parole, charismatic thief Danny Ocean is already rolling out his next plan: In one night, Danny's hand-picked crew of specialists will attempt to steal more than $150 million from three Las Vegas casinos. But to score the cash, Danny risks his chances of reconciling with ex-wife, Tess.","original_language":"en","vote_count":5134,"release_date":"2001-12-07","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/162: -------------------------------------------------------------------------------- 1 | {"id":162,"adult":false,"video":false,"original_title":"Edward Scissorhands","popularity":16.625,"poster_path":"\/kgLTB53HinftRRwhft7yrUOclDC.jpg","title":"Edward Scissorhands","overview":"A small suburban town receives a visit from a castaway unfinished science experiment named Edward.","original_language":"en","vote_count":5497,"release_date":"1990-12-05","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/163: -------------------------------------------------------------------------------- 1 | {"id":163,"adult":false,"video":false,"original_title":"Ocean's Twelve","popularity":18.13599967956543,"poster_path":"\/oBJ8LF80wX8PzhnPcNO0E9lnmYA.jpg","title":"Ocean's Twelve","overview":"Danny Ocean reunites with his old flame and the rest of his merry band of thieves in carrying out three huge heists in Rome, Paris and Amsterdam – but a Europol agent is hot on their heels.","original_language":"en","vote_count":2993,"release_date":"2004-12-09","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/164: -------------------------------------------------------------------------------- 1 | {"id":164,"adult":false,"video":false,"original_title":"Breakfast at Tiffany's","popularity":11.121999740600586,"poster_path":"\/c95lbDwL5WT8PV9DZsdSvRtXKNA.jpg","title":"Breakfast at Tiffany's","overview":"Fortune hunter Holly Golightly finds herself captivated by aspiring writer Paul Varjak, who's moved into her building on a wealthy woman's dime. As romance blooms between Paul and Holly, Doc Golightly shows up on the scene, revealing Holly's past.","original_language":"en","vote_count":1629,"release_date":"1961-10-05","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/165: -------------------------------------------------------------------------------- 1 | {"id":165,"adult":false,"video":false,"original_title":"Back to the Future Part II","popularity":9.9840002059936523,"poster_path":"\/k5dzvCQkXU2CAhLtlj9BHE7xmyK.jpg","title":"Back to the Future Part II","overview":"Marty and Doc are at it again in this wacky sequel to the 1985 blockbuster as the time-traveling duo head to 2015 to nip some McFly family woes in the bud. But things go awry thanks to bully Biff Tannen and a pesky sports almanac. In a last-ditch attempt to set things straight, Marty finds himself bound for 1955 and face to face with his teenage parents -- again.","original_language":"en","vote_count":5366,"release_date":"1989-11-22","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/166: -------------------------------------------------------------------------------- 1 | {"id":166,"adult":false,"video":false,"original_title":"La Boum","popularity":6.3460001945495605,"poster_path":"\/1a7lRpHfOtmnvlbxLnt5mBk8RPA.jpg","title":"The Party","overview":"Le Boum is the story of a 13-year-old French girl dealing with moving to a new city and school in Paris, while at the same time her parents are getting a divorce.","original_language":"fr","vote_count":384,"release_date":"1980-01-01","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/167: -------------------------------------------------------------------------------- 1 | {"id":167,"adult":false,"video":false,"original_title":"K-PAX","popularity":9.3719997406005859,"poster_path":"\/pCZxl9Si7i46nduSqUSzFdHYiEO.jpg","title":"K-PAX","overview":"Prot is a patient at a mental hospital who claims to be from a far away Planet. His psychiatrist tries to help him, only to begin to doubt his own explanations.","original_language":"en","vote_count":960,"release_date":"2001-10-22","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/169: -------------------------------------------------------------------------------- 1 | {"id":169,"adult":false,"video":false,"original_title":"Predator 2","popularity":13.050999641418457,"poster_path":"\/4cAQgbIPislEeBJahLO5BsqAUZN.jpg","title":"Predator 2","overview":"Ten years after a band of mercenaries first battled a vicious alien, the invisible creature from another world has returned to Earth -- and this time, it's drawn to the gang-ruled and ravaged city of Los Angeles. When it starts murdering drug dealers, detective-lieutenant Mike Harrigan and his police force set out to capture the creature, ignoring warnings from a mysterious government agent to stay away.","original_language":"en","vote_count":994,"release_date":"1990-11-20","vote_average":6} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/17: -------------------------------------------------------------------------------- 1 | {"id":17,"adult":false,"video":false,"original_title":"The Dark","popularity":4.5349998474121094,"poster_path":"\/8fzjzQhLXl1afshhsE5Y3MGuco4.jpg","title":"The Dark","overview":"Adèle and her daughter Sarah are traveling on the Welsh coastline to see her husband James when Sarah disappears. A different but similar looking girl appears who says she died in a past time. Adèle tries to discover what happened to her daughter as she is tormented by Celtic mythology from the past.","original_language":"en","vote_count":101,"release_date":"2005-09-28","vote_average":5.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/170: -------------------------------------------------------------------------------- 1 | {"id":170,"adult":false,"video":false,"original_title":"28 Days Later","popularity":17.85099983215332,"poster_path":"\/xaYdxi1PBEAYvqknvAmMPK5Eff3.jpg","title":"28 Days Later","overview":"Twenty-eight days after a killer virus was accidentally unleashed from a British research facility, a small group of London survivors are caught in a desperate struggle to protect themselves from the infected. Carried by animals and humans, the virus turns those it infects into homicidal maniacs -- and it's absolutely impossible to contain.","original_language":"en","vote_count":2495,"release_date":"2002-10-31","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/171: -------------------------------------------------------------------------------- 1 | {"id":171,"adult":false,"video":false,"original_title":"La Boum 2","popularity":6.1009998321533203,"poster_path":"\/4lGbr31DHqLuPYyzzGmK6QOIPLg.jpg","title":"The Party 2","overview":"The second film from the Le Boum series about a young French teenage girl who after moving to a new city falls in love with a boy and is thinking of having sex with him because her girlfriends have already done it.","original_language":"fr","vote_count":220,"release_date":"1982-12-08","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/172: -------------------------------------------------------------------------------- 1 | {"id":172,"adult":false,"video":false,"original_title":"Star Trek V: The Final Frontier","popularity":7.374000072479248,"poster_path":"\/kugwPq2E5IkzrgoxRycnoqqUS9H.jpg","title":"Star Trek V: The Final Frontier","overview":"Capt. Kirk and his crew must deal with Mr. Spock's half brother who kidnaps three diplomats and hijacks the Enterprise in his obsessive search for God.","original_language":"en","vote_count":486,"release_date":"1989-06-09","vote_average":5.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/173: -------------------------------------------------------------------------------- 1 | {"id":173,"adult":false,"video":false,"original_title":"20,000 Leagues Under the Sea","popularity":7.0440001487731934,"poster_path":"\/yhoL2CxBp9IwMhHrCj6FIb2lrYR.jpg","title":"20,000 Leagues Under the Sea","overview":"A ship sent to investigate a wave of mysterious sinkings encounters the advanced submarine, the Nautilus, commanded by Captain Nemo.","original_language":"en","vote_count":245,"release_date":"1954-12-23","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/174: -------------------------------------------------------------------------------- 1 | {"id":174,"adult":false,"video":false,"original_title":"Star Trek VI: The Undiscovered Country","popularity":4.7849998474121094,"poster_path":"\/5PvIZAOFDe63M1oByFEFDoQobkc.jpg","title":"Star Trek VI: The Undiscovered Country","overview":"On the eve of retirement, Kirk and McCoy are charged with assassinating the Klingon High Chancellor and imprisoned. The Enterprise crew must help them escape to thwart a conspiracy aimed at sabotaging the last best hope for peace.","original_language":"en","vote_count":530,"release_date":"1991-12-05","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/176: -------------------------------------------------------------------------------- 1 | {"id":176,"adult":false,"video":false,"original_title":"Saw","popularity":22.062000274658203,"poster_path":"\/dHYvIgsax8ZFgkz1OslE4V6Pnf5.jpg","title":"Saw","overview":"Obsessed with teaching his victims the value of life, a deranged, sadistic serial killer abducts the morally wayward. Once captured, they must face impossible choices in a horrific game of survival. The victims must fight to win their lives back, or die trying...","original_language":"en","vote_count":3581,"release_date":"2004-10-01","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/177: -------------------------------------------------------------------------------- 1 | {"id":177,"adult":false,"video":false,"original_title":"The Fisher King","popularity":6.7199997901916504,"poster_path":"\/x93W5WrOOr3PCia1cANnWmAtUwQ.jpg","title":"The Fisher King","overview":"Two troubled men face their terrible destinies and events of their past as they join together on a mission to find the Holy Grail and thus to save themselves.","original_language":"en","vote_count":490,"release_date":"1991-09-09","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/178: -------------------------------------------------------------------------------- 1 | {"id":178,"adult":false,"video":false,"original_title":"Blown Away","popularity":6.4250001907348633,"poster_path":"\/elDZEW6wkGHTAwIUDrNMARNgxPY.jpg","title":"Blown Away","overview":"Blown Away tells the story of Jimmy Dove who works for the Boston bomb squad. Shortly after Dove leaves the force his partner is killed by a bomb that Dove thinks might have been made by someone he knows.","original_language":"en","vote_count":166,"release_date":"1994-07-01","vote_average":6.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/179: -------------------------------------------------------------------------------- 1 | {"id":179,"adult":false,"video":false,"original_title":"The Interpreter","popularity":9.8769998550415039,"poster_path":"\/aAW4W8x41TwWQUQpLQqkWNQbtlv.jpg","title":"The Interpreter","overview":"After Silvia Broome, an interpreter at United Nations headquarters, overhears plans of an assassination, an American Secret Service agent is sent to investigate.","original_language":"en","vote_count":563,"release_date":"2005-04-08","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/18: -------------------------------------------------------------------------------- 1 | {"id":18,"adult":false,"video":false,"original_title":"The Fifth Element","popularity":24.385000228881836,"poster_path":"\/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg","title":"The Fifth Element","overview":"In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.","original_language":"en","vote_count":5040,"release_date":"1997-05-07","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/180: -------------------------------------------------------------------------------- 1 | {"id":180,"adult":false,"video":false,"original_title":"Minority Report","popularity":14.496000289916992,"poster_path":"\/h3lpltSn7Rj1eYTPQO1lYGdw4Bz.jpg","title":"Minority Report","overview":"John Anderton is a top 'Precrime' cop in the late-21st century, when technology can predict crimes before they're committed. But Anderton becomes the quarry when another investigator targets him for a murder charge.","original_language":"en","vote_count":3633,"release_date":"2002-06-20","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/182: -------------------------------------------------------------------------------- 1 | {"id":182,"adult":false,"video":false,"original_title":"The Good German","popularity":5.5679998397827148,"poster_path":"\/3LjHC2CWDkzoiPehf3GViujws0.jpg","title":"The Good German","overview":"An American journalist arrives in Berlin just after the end of World War Two. He becomes involved in a murder mystery surrounding a dead GI who washes up at a lakeside mansion during the Potsdam negotiations between the Allied powers. Soon his investigation connects with his search for his married pre-war German lover.","original_language":"en","vote_count":121,"release_date":"2006-12-08","vote_average":6} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/184: -------------------------------------------------------------------------------- 1 | {"id":184,"adult":false,"video":false,"original_title":"Jackie Brown","popularity":7.8610000610351562,"poster_path":"\/4XVPYOdMAizdNMSwS0SK3fPJcvR.jpg","title":"Jackie Brown","overview":"Jackie Brown is a flight attendant who gets caught in the middle of smuggling cash into the country for her gunrunner boss. When the cops try to use Jackie to get to her boss, she hatches a plan—with help from a bail bondsman—to keep the money for herself. Based on Elmore Leonard's novel “Rum Punch”.","original_language":"en","vote_count":2277,"release_date":"1997-12-24","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/185: -------------------------------------------------------------------------------- 1 | {"id":185,"adult":false,"video":false,"original_title":"A Clockwork Orange","popularity":18.295999526977539,"poster_path":"\/4sHeTAp65WrSSuc05nRBKddhBxO.jpg","title":"A Clockwork Orange","overview":"Demonic gang-leader Alex goes on the spree of rape, mugging and murder with his pack of \"droogs\". But he's a boy who also likes Beethoven's Ninth and a bit of \"the old in-out, in-out\". He later finds himself at the mercy of the state and its brainwashing experiment designed to take violence off the streets.","original_language":"en","vote_count":5015,"release_date":"1971-12-18","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/186: -------------------------------------------------------------------------------- 1 | {"id":186,"adult":false,"video":false,"original_title":"Lucky Number Slevin","popularity":9.6520004272460938,"poster_path":"\/jtKq0EtothAzWlnRBBWGCA8uFuu.jpg","title":"Lucky Number Slevin","overview":"Slevin is mistakenly put in the middle of a personal war between the city’s biggest criminal bosses. Under constant watch, Slevin must try not to get killed by an infamous assassin and come up with an idea of how to get out of his current dilemma. A film with many twists and turns.","original_language":"en","vote_count":1818,"release_date":"2006-02-24","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/187: -------------------------------------------------------------------------------- 1 | {"id":187,"adult":false,"video":false,"original_title":"Sin City","popularity":14.27299976348877,"poster_path":"\/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg","title":"Sin City","overview":"Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.","original_language":"en","vote_count":3689,"release_date":"2005-04-01","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/189: -------------------------------------------------------------------------------- 1 | {"id":189,"adult":false,"video":false,"original_title":"Sin City: A Dame to Kill For","popularity":13.697999954223633,"poster_path":"\/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg","title":"Sin City: A Dame to Kill For","overview":"Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.","original_language":"en","vote_count":1778,"release_date":"2014-08-20","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/19: -------------------------------------------------------------------------------- 1 | {"id":19,"adult":false,"video":false,"original_title":"Metropolis","popularity":8.5900001525878906,"poster_path":"\/qriaeUUwdmlgethK3aSAx68mG05.jpg","title":"Metropolis","overview":"In a futuristic city sharply divided between the working class and the city planners, the son of the city's mastermind falls in love with a working class prophet who predicts the coming of a savior to mediate their differences.","original_language":"de","vote_count":901,"release_date":"1927-01-10","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/191: -------------------------------------------------------------------------------- 1 | {"id":191,"adult":false,"video":false,"original_title":"Die innere Sicherheit","popularity":0.39100000262260437,"poster_path":"\/46kjqKENNZTxghcqlHPLDGIpqzt.jpg","title":"The State I Am In","overview":"With 1970s Germany in the background, this film depicts the story of a family from the “R.A.F. Terrorist” group and their search for a normal life and their inner self.","original_language":"de","vote_count":9,"release_date":"2000-09-01","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/192: -------------------------------------------------------------------------------- 1 | {"id":192,"adult":false,"video":false,"original_title":"The Name of the Rose","popularity":7.304999828338623,"poster_path":"\/dk3Vmp86t4lacnI3sQuU9ihOCUh.jpg","title":"The Name of the Rose","overview":"14th-century Franciscan monk William of Baskerville and his young novice arrive at a conference to find that several monks have been murdered under mysterious circumstances. To solve the crimes, William must rise up against the Church's authority and fight the shadowy conspiracy of monastery monks using only his intelligence – which is considerable.","original_language":"en","vote_count":1079,"release_date":"1986-09-24","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/193: -------------------------------------------------------------------------------- 1 | {"id":193,"adult":false,"video":false,"original_title":"Star Trek: Generations","popularity":7.3439998626708984,"poster_path":"\/wjrXjlNpDq9U8vYmAwf420yDFtn.jpg","title":"Star Trek: Generations","overview":"Captain Jean-Luc Picard and the crew of the Enterprise-D find themselves at odds with the renegade scientist Soran who is destroying entire star systems. Only one man can help Picard stop Soran's scheme...and he's been dead for seventy-eight years.","original_language":"en","vote_count":569,"release_date":"1994-11-17","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/194: -------------------------------------------------------------------------------- 1 | {"id":194,"adult":false,"video":false,"original_title":"Le Fabuleux Destin d'Amélie Poulain","popularity":14.291999816894531,"poster_path":"\/f0uorE7K7ggHfr8r7pUTOHWkOlE.jpg","title":"Amélie","overview":"At a tiny Parisian café, the adorable yet painfully shy Amélie (Audrey Tautou) accidentally discovers a gift for helping others. Soon Amelie is spending her days as a matchmaker, guardian angel, and all-around do-gooder. But when she bumps into a handsome stranger, will she find the courage to become the star of her very own love story?","original_language":"fr","vote_count":4679,"release_date":"2001-04-25","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/196: -------------------------------------------------------------------------------- 1 | {"id":196,"adult":false,"video":false,"original_title":"Back to the Future Part III","popularity":11.140000343322754,"poster_path":"\/6DmgPTZYaug7QNDjOhUDWyjOQDl.jpg","title":"Back to the Future Part III","overview":"The final installment of the Back to the Future trilogy finds Marty digging the trusty DeLorean out of a mineshaft and looking for Doc in the Wild West of 1885. But when their time machine breaks down, the travelers are stranded in a land of spurs. More problems arise when Doc falls for pretty schoolteacher Clara Clayton, and Marty tangles with Buford Tannen.","original_language":"en","vote_count":4183,"release_date":"1990-05-25","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/197: -------------------------------------------------------------------------------- 1 | {"id":197,"adult":false,"video":false,"original_title":"Braveheart","popularity":17.205999374389648,"poster_path":"\/2qAgGeYdLjelOEqjW9FYvPHpplC.jpg","title":"Braveheart","overview":"Enraged at the slaughter of Murron, his new bride and childhood love, Scottish warrior William Wallace slays a platoon of the local English lord's soldiers. This leads the village to revolt and, eventually, the entire country to rise up against English rule.","original_language":"en","vote_count":4389,"release_date":"1995-05-24","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/2: -------------------------------------------------------------------------------- 1 | {"id":2,"adult":false,"video":false,"original_title":"Ariel","popularity":5.4320001602172852,"poster_path":"\/gZCJZOn4l0Zj5hAxsMbxoS6CL0u.jpg","title":"Ariel","overview":"Taisto Kasurinen is a Finnish coal miner whose father has just committed suicide and who is framed for a crime he did not commit. In jail, he starts to dream about leaving the country and starting a new life. He escapes from prison but things don't go as planned...","original_language":"fi","vote_count":53,"release_date":"1988-10-21","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/20: -------------------------------------------------------------------------------- 1 | {"id":20,"adult":false,"video":false,"original_title":"My Life Without Me","popularity":6.2059998512268066,"poster_path":"\/vVj92VBFUBzjqzLvBiPVVlJDp78.jpg","title":"My Life Without Me","overview":"A Pedro Almodovar production in which a fatally ill mother with only two months to live creates a list of things she wants to do before she dies with out telling her family of her illness.","original_language":"ko","vote_count":121,"release_date":"2003-03-07","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/21: -------------------------------------------------------------------------------- 1 | {"id":21,"adult":false,"video":false,"original_title":"The Endless Summer","popularity":2.4300000667572021,"poster_path":"\/jqsZQPxeMjcvVN5aFGgAk7qQodr.jpg","title":"The Endless Summer","overview":"The Endless Summer, by Bruce Brown, is one of the first and most influential surf movies of all times. The film documents American surfers Mike Hynson and Robert August as they travel the world during California’s winter (which back in 1965 was off-season for surfing) in search of the perfect wave and an endless summer.","original_language":"en","vote_count":31,"release_date":"1966-06-15","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/22: -------------------------------------------------------------------------------- 1 | {"id":22,"adult":false,"video":false,"original_title":"Pirates of the Caribbean: The Curse of the Black Pearl","popularity":40.307998657226562,"poster_path":"\/tkt9xR1kNX5R9rCebASKck44si2.jpg","title":"Pirates of the Caribbean: The Curse of the Black Pearl","overview":"Jack Sparrow, a freewheeling 17th-century pirate, quarrels with a rival pirate bent on pillaging Port Royal. When the governor's daughter is kidnapped, Sparrow decides to help the girl's love save her.","original_language":"en","vote_count":9712,"release_date":"2003-07-09","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/24: -------------------------------------------------------------------------------- 1 | {"id":24,"adult":false,"video":false,"original_title":"Kill Bill: Vol. 1","popularity":15.87600040435791,"poster_path":"\/v7TaX8kXMXs5yFFGR41guUDNcnB.jpg","title":"Kill Bill: Vol. 1","overview":"An assassin is shot at the altar by her ruthless employer, Bill and other members of their assassination circle – but 'The Bride' lives to plot her vengeance. Setting out for some payback, she makes a death list and hunts down those who wronged her, saving Bill for last.","original_language":"en","vote_count":7138,"release_date":"2003-10-10","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/25: -------------------------------------------------------------------------------- 1 | {"id":25,"adult":false,"video":false,"original_title":"Jarhead","popularity":10.437000274658203,"poster_path":"\/iEYnXqUsfTaKwO1svSa39Ap07of.jpg","title":"Jarhead","overview":"Jarhead is a film about a US Marine Anthony Swofford’s experience in the Gulf War. After putting up with an arduous boot camp, Swafford and his unit are sent to the Persian Gulf where they are eager to fight, but are forced to stay back from the action. Swofford struggles with the possibility of his girlfriend cheating on him, and as his mental state deteriorates, his desire to kill increases.","original_language":"en","vote_count":1033,"release_date":"2005-11-04","vote_average":6.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/26: -------------------------------------------------------------------------------- 1 | {"id":26,"adult":false,"video":false,"original_title":"LaLehet Al HaMayim","popularity":1.656000018119812,"poster_path":"\/5BH0k5pauAqywpr4NL9nKYcKC6O.jpg","title":"Walk on Water","overview":"Eyal, an Israeli Mossad agent, is given the mission to track down and kill the very old Alfred Himmelman, an ex-Nazi officer, who might still be alive. Pretending to be a tourist guide, he befriends his grandson Axel, in Israel to visit his sister Pia. The two men set out on a tour of the country during which, Axel challenges Eyal's values.","original_language":"he","vote_count":30,"release_date":"2004-02-05","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/266: -------------------------------------------------------------------------------- 1 | {"id":266,"adult":false,"video":false,"original_title":"Le Mépris","popularity":6.9380002021789551,"poster_path":"\/e8AFmkWiY6MS7Em4GmLuqjEDc1v.jpg","title":"Contempt","overview":"A philistine in the art film business, Jeremy Prokosch is a producer unhappy with the work of his director. Prokosch has hired Fritz Lang (as himself) to direct an adaptation of \"The Odyssey,\" but when it seems that the legendary filmmaker is making a picture destined to bomb at the box office, he brings in a screenwriter to energize the script. The professional intersects with the personal when a rift develops between the writer and his wife.","original_language":"fr","vote_count":195,"release_date":"1963-10-21","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/267: -------------------------------------------------------------------------------- 1 | {"id":267,"adult":false,"video":false,"original_title":"Carne trémula","popularity":9.0979995727539062,"poster_path":"\/6fpt82Sfpkzw4dZgKgZMVFoaMBb.jpg","title":"Live Flesh","overview":"A scorned ex-convict forces himself into the lives of the couple who put him behind bars.","original_language":"es","vote_count":137,"release_date":"1997-10-28","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/268: -------------------------------------------------------------------------------- 1 | {"id":268,"adult":false,"video":false,"original_title":"Batman","popularity":15.36400032043457,"poster_path":"\/kBf3g9crrADGMc2AMAMlLBgSm2h.jpg","title":"Batman","overview":"The Dark Knight of Gotham City begins his war on crime with his first major enemy being the clownishly homicidal Joker, who has seized control of Gotham's underworld.","original_language":"en","vote_count":2985,"release_date":"1989-06-23","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/269: -------------------------------------------------------------------------------- 1 | {"id":269,"adult":false,"video":false,"original_title":"À bout de souffle","popularity":5.9530000686645508,"poster_path":"\/mBZ6BE7V9MCC7FzhAQPJl6K0634.jpg","title":"Breathless","overview":"A young car thief kills a policeman and tries to persuade a girl to hide in Italy with him.","original_language":"fr","vote_count":476,"release_date":"1960-03-16","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/27: -------------------------------------------------------------------------------- 1 | {"id":27,"adult":false,"video":false,"original_title":"9 Songs","popularity":7.9640002250671387,"poster_path":"\/91O7z0vo7MiNWd5xD2BoivwbQsb.jpg","title":"9 Songs","overview":"Matt, a young glaciologist, soars across the vast, silent, icebound immensities of the South Pole as he recalls his love affair with Lisa. They meet at a mobbed rock concert in a vast music hall - London's Brixton Academy. They are in bed at night's end. Together, over a period of several months, they pursue a mutual sexual passion whose inevitable stages unfold in counterpoint to nine live-concert songs.","original_language":"en","vote_count":145,"release_date":"2004-07-16","vote_average":4.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/270: -------------------------------------------------------------------------------- 1 | {"id":270,"adult":false,"video":false,"original_title":"Wir sagen Du! Schatz.","popularity":0.079000003635883331,"poster_path":"\/9HpZNAs23BHJ37KFy2V65SgWVbh.jpg","title":"Wir sagen Du! Schatz.","overview":"Oliver doesn’t have a family so he steals one.","original_language":"de","vote_count":2,"release_date":"2007-11-01","vote_average":3.7999999523162842} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/272: -------------------------------------------------------------------------------- 1 | {"id":272,"adult":false,"video":false,"original_title":"Batman Begins","popularity":24.781000137329102,"poster_path":"\/dr6x4GyyegBWtinPBzipY02J2lV.jpg","title":"Batman Begins","overview":"Driven by tragedy, billionaire Bruce Wayne dedicates his life to uncovering and defeating the corruption that plagues his home, Gotham City. Unable to work within the system, he instead creates a new identity, a symbol of fear for the criminal underworld - The Batman.","original_language":"en","vote_count":9845,"release_date":"2005-06-10","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/273: -------------------------------------------------------------------------------- 1 | {"id":273,"adult":false,"video":false,"original_title":"Das weisse Rauschen","popularity":1.7000000476837158,"poster_path":"\/kPY3OULwq3RbubFCMJ3aPyj82uW.jpg","title":"The White Sound","overview":"Lukas, a young schizophrenic man, has to deal with a new town, a new relationship, and the paranoia in his head.","original_language":"de","vote_count":22,"release_date":"2001-12-31","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/274: -------------------------------------------------------------------------------- 1 | {"id":274,"adult":false,"video":false,"original_title":"The Silence of the Lambs","popularity":3.8599998950958252,"poster_path":"\/qjAyTj2BSth1EQ89vNfo0JYVPFN.jpg","title":"The Silence of the Lambs","overview":"Clarice Starling is a top student at the FBI's training academy. Jack Crawford wants Clarice to interview Dr. Hannibal Lecter, a brilliant psychiatrist who is also a violent psychopath, serving life behind bars for various acts of murder and cannibalism. Crawford believes that Lecter may have insight into a case and that Starling, as an attractive young woman, may be just the bait to draw him out.","original_language":"en","vote_count":6448,"release_date":"1991-02-01","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/276: -------------------------------------------------------------------------------- 1 | {"id":276,"adult":false,"video":false,"original_title":"Die fetten Jahre sind vorbei","popularity":6.6370000839233398,"poster_path":"\/jmjX2tV91uU6GBKUAx3otsYgMBG.jpg","title":"The Edukators","overview":"Three activists cobble together a kidnapping plot after they encounter a businessman in his home.","original_language":"de","vote_count":118,"release_date":"2004-10-25","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/277: -------------------------------------------------------------------------------- 1 | {"id":277,"adult":false,"video":false,"original_title":"Underworld","popularity":16.503999710083008,"poster_path":"\/rdkxl5iXdpVU188cL1LLG3sy6z4.jpg","title":"Underworld","overview":"Vampires and werewolves have waged a nocturnal war against each other for centuries. But all bets are off when a female vampire warrior named Selene, who's famous for her strength and werewolf-hunting prowess, becomes smitten with a peace-loving male werewolf, Michael, who wants to end the war.","original_language":"en","vote_count":3255,"release_date":"2003-09-19","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/278: -------------------------------------------------------------------------------- 1 | {"id":278,"adult":false,"video":false,"original_title":"The Shawshank Redemption","popularity":25.511999130249023,"poster_path":"\/9O7gLzmreU0nGkIB6K3BsJbzvNv.jpg","title":"The Shawshank Redemption","overview":"Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.","original_language":"en","vote_count":10545,"release_date":"1994-09-23","vote_average":8.6000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/279: -------------------------------------------------------------------------------- 1 | {"id":279,"adult":false,"video":false,"original_title":"Amadeus","popularity":10.376999855041504,"poster_path":"\/flnoqdC38mbaulAeptjynOFO7yi.jpg","title":"Amadeus","overview":"The incredible story of genius musician Wolfgang Amadeus Mozart, told in flashback by his peer and secret rival Antonio Salieri – now confined to an insane asylum.","original_language":"en","vote_count":1602,"release_date":"1984-11-13","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/28: -------------------------------------------------------------------------------- 1 | {"id":28,"adult":false,"video":false,"original_title":"Apocalypse Now","popularity":15.350000381469727,"poster_path":"\/jcvJ2xcVWU9Wh0hZAxcs103s8nN.jpg","title":"Apocalypse Now","overview":"At the height of the Vietnam war, Captain Benjamin Willard is sent on a dangerous mission that, officially, \"does not exist, nor will it ever exist.\" His goal is to locate - and eliminate - a mysterious Green Beret Colonel named Walter Kurtz, who has been leading his personal army on illegal guerrilla missions into enemy territory.","original_language":"en","vote_count":2981,"release_date":"1979-08-15","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/280: -------------------------------------------------------------------------------- 1 | {"id":280,"adult":false,"video":false,"original_title":"Terminator 2: Judgment Day","popularity":19.830999374389648,"poster_path":"\/2y4dmgWYRMYXdD1UyJVcn2HSd1D.jpg","title":"Terminator 2: Judgment Day","overview":"Nearly 10 years have passed since Sarah Connor was targeted for termination by a cyborg from the future. Now her son, John, the future leader of the resistance, is the target for a newer, more deadly terminator. Once again, the resistance has managed to send a protector back to attempt to save John and his mother Sarah.","original_language":"en","vote_count":5469,"release_date":"1991-07-03","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/281: -------------------------------------------------------------------------------- 1 | {"id":281,"adult":false,"video":false,"original_title":"Strange Days","popularity":7.3249998092651367,"poster_path":"\/rXvy5hG9OeVmgnv9w4IhQxhqEKD.jpg","title":"Strange Days","overview":"Set in the year 1999 during the last days of the old millennium, the movie tells the story of Lenny Nero, an ex-cop who now deals with data-discs containing recorded memories and emotions. One day he receives a disc which contains the memories of a murderer killing a prostitute. Lenny investigates and is pulled deeper and deeper in a whirl of blackmail, murder and rape. Will he survive and solve the case?","original_language":"en","vote_count":455,"release_date":"1995-10-13","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/284: -------------------------------------------------------------------------------- 1 | {"id":284,"adult":false,"video":false,"original_title":"The Apartment","popularity":8.1689996719360352,"poster_path":"\/8nrQKQjD6z0SJouKHQapXzmjFc6.jpg","title":"The Apartment","overview":"Bud Baxter is a minor clerk in a huge New York insurance company, until he discovers a quick way to climb the corporate ladder. He lends out his apartment to the executives as a place to take their mistresses. Although he often has to deal with the aftermath of their visits, one night he's left with a major problem to solve.","original_language":"en","vote_count":697,"release_date":"1960-06-15","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/285: -------------------------------------------------------------------------------- 1 | {"id":285,"adult":false,"video":false,"original_title":"Pirates of the Caribbean: At World's End","popularity":26.108999252319336,"poster_path":"\/bXb00CkHqx7TPchTGG131sWV59y.jpg","title":"Pirates of the Caribbean: At World's End","overview":"Captain Barbossa, long believed to be dead, has come back to life and is headed to the edge of the Earth with Will Turner and Elizabeth Swann. But nothing is quite as it seems.","original_language":"en","vote_count":6515,"release_date":"2007-05-19","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/286: -------------------------------------------------------------------------------- 1 | {"id":286,"adult":false,"video":false,"original_title":"Deutschland. Ein Sommermärchen","popularity":1.2999999523162842,"poster_path":"\/4i5GtbhhRbGkvOXrK5ZdFPaHs3F.jpg","title":"Germany: A Summer's Fairytale","overview":"A documentary of the German National soccer team’s 2006 World Cup experience that changed the face of modern Germany.","original_language":"de","vote_count":19,"release_date":"2006-10-03","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/287: -------------------------------------------------------------------------------- 1 | {"id":287,"adult":false,"video":false,"original_title":"Bull Durham","popularity":7.3060002326965332,"poster_path":"\/wZwXLiR1cisTXaJiuBLvgkS5HWw.jpg","title":"Bull Durham","overview":"Veteran catcher Crash Davis is brought to the minor league Durham Bulls to help their up and coming pitching prospect, \"Nuke\" Laloosh. Their relationship gets off to a rocky start and is further complicated when baseball groupie Annie Savoy sets her sights on the two men.","original_language":"en","vote_count":209,"release_date":"1988-06-15","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/288: -------------------------------------------------------------------------------- 1 | {"id":288,"adult":false,"video":false,"original_title":"High Noon","popularity":6.0809998512268066,"poster_path":"\/bc1x6kIO9oF30y3IMFuKMJV2uOj.jpg","title":"High Noon","overview":"High Noon is about Will Kane, the sheriff of a small town in the New Mexico Territory, who learns a notorious outlaw he put in jail has been freed, and will be arriving on the noon train. Knowing the outlaw and his gang are coming to kill him, Kane is determined to stand his ground. He attempts to gather a posse from among the local townspeople.","original_language":"en","vote_count":475,"release_date":"1952-03-27","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/289: -------------------------------------------------------------------------------- 1 | {"id":289,"adult":false,"video":false,"original_title":"Casablanca","popularity":11.26099967956543,"poster_path":"\/wOBKAoUJZb5qTsWv5XXvVV2vUzz.jpg","title":"Casablanca","overview":"In Casablanca, Morocco in December 1941, a cynical American expatriate meets a former lover, with unforeseen complications.","original_language":"en","vote_count":1983,"release_date":"1942-11-26","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/290: -------------------------------------------------------------------------------- 1 | {"id":290,"adult":false,"video":false,"original_title":"Barton Fink","popularity":7.1040000915527344,"poster_path":"\/e0YvBTPwIL6Jb29glF3LE9n8GH2.jpg","title":"Barton Fink","overview":"A renowned New York playwright is enticed to California to write for the movies and discovers the hellish truth of Hollywood.","original_language":"en","vote_count":613,"release_date":"1991-08-01","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/291: -------------------------------------------------------------------------------- 1 | {"id":291,"adult":false,"video":false,"original_title":"Riding Giants","popularity":1.8969999551773071,"poster_path":"\/A7QTmd5wzeJKkr2FZCcqsefrku1.jpg","title":"Riding Giants","overview":"Riding Giants is story about big wave surfers who have become heroes and legends in their sport. Directed by the skateboard guru Stacy Peralta.","original_language":"en","vote_count":23,"release_date":"2004-07-09","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/292: -------------------------------------------------------------------------------- 1 | {"id":292,"adult":false,"video":false,"original_title":"Dave Chappelle's Block Party","popularity":3.0260000228881836,"poster_path":"\/hemHNgWePU3sYwI9LD7INOJWWBQ.jpg","title":"Dave Chappelle's Block Party","overview":"The American comedian\/actor delivers a story about the alternative Hip Hop scene. A small town Ohio man’s moves to Brooklyn, New York, to throw an unprecedented block party. Filmed with inspiration from the 1973 documentary Wattstax.","original_language":"en","vote_count":45,"release_date":"2005-09-12","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/293: -------------------------------------------------------------------------------- 1 | {"id":293,"adult":false,"video":false,"original_title":"A River Runs Through It","popularity":8.1149997711181641,"poster_path":"\/xX4H1hZG9IgSRkC0LANbPQ0StJi.jpg","title":"A River Runs Through It","overview":"A River Runs Through is a cinematographically stunning true story of Norman Maclean. The story follows Norman and his brother Paul through the experiences of life and growing up, and how their love of fly fishing keeps them together despite varying life circumstances in the untamed west of Montana in the 1920's.","original_language":"en","vote_count":341,"release_date":"1992-10-09","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/294: -------------------------------------------------------------------------------- 1 | {"id":294,"adult":false,"video":false,"original_title":"Desert Hearts","popularity":1.9839999675750732,"poster_path":"\/vlQBjV04m8Xb6G1LuDYjtm0IB9p.jpg","title":"Desert Hearts","overview":"The story of straight-edge literature professor Vivian who travels to Reno to get away from a relationship breakup when she falls in love with an attractive and unconventional girl named Cay.","original_language":"en","vote_count":37,"release_date":"1985-10-01","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/296: -------------------------------------------------------------------------------- 1 | {"id":296,"adult":false,"video":false,"original_title":"Terminator 3: Rise of the Machines","popularity":16.406999588012695,"poster_path":"\/lz4xYdF1n09lyiCfZWtWT44SZiG.jpg","title":"Terminator 3: Rise of the Machines","overview":"It's been 10 years since John Connor saved Earth from Judgment Day, and he's now living under the radar, steering clear of using anything Skynet can trace. That is, until he encounters T-X, a robotic assassin ordered to finish what T-1000 started. Good thing Connor's former nemesis, the Terminator, is back to aid the now-adult Connor … just like he promised.","original_language":"en","vote_count":2863,"release_date":"2003-07-02","vote_average":6} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/297: -------------------------------------------------------------------------------- 1 | {"id":297,"adult":false,"video":false,"original_title":"Meet Joe Black","popularity":8.0159997940063477,"poster_path":"\/s5maEXmEsVZYUx6dWc11GhL0zww.jpg","title":"Meet Joe Black","overview":"When the grim reaper comes to collect the soul of megamogul Bill Parrish, he arrives with a proposition: Host him for a \"vacation\" among the living in trade for a few more days of existence. Parrish agrees, and using the pseudonym Joe Black, Death begins taking part in Parrish's daily agenda and falls in love with the man's daughter. Yet when Black's holiday is over, so is Parrish's life.","original_language":"en","vote_count":1668,"release_date":"1998-11-12","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/298: -------------------------------------------------------------------------------- 1 | {"id":298,"adult":false,"video":false,"original_title":"Ocean's Thirteen","popularity":15.864999771118164,"poster_path":"\/hmQyvZiiA38KNGWwPL2QEYm6cjI.jpg","title":"Ocean's Thirteen","overview":"Danny Ocean's team of criminals are back and composing a plan more personal than ever. When ruthless casino owner Willy Bank doublecrosses Reuben Tishkoff, causing a heart attack, Danny Ocean vows that he and his team will do anything to bring down Willy Bank along with everything he's got. Even if it means asking for help from an enemy.","original_language":"en","vote_count":2706,"release_date":"2007-06-06","vote_average":6.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/299: -------------------------------------------------------------------------------- 1 | {"id":299,"adult":false,"video":false,"original_title":"Ocean's Eleven","popularity":6.9239997863769531,"poster_path":"\/lSPXGEp4EpFOPIUg9FKIKF72m50.jpg","title":"Ocean's Eleven","overview":"Ocean's Eleven is the 'Rat-Pack' comedy about robber Danny Ocean and his gang's attempt to rob the five biggest casinos in Las Vegas.","original_language":"en","vote_count":108,"release_date":"1960-02-17","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/3: -------------------------------------------------------------------------------- 1 | {"id":3,"adult":false,"video":false,"original_title":"Varjoja paratiisissa","popularity":3.0269999504089355,"poster_path":"\/7ad4iku8cYBuB08g9yAU7tHJik5.jpg","title":"Shadows in Paradise","overview":"An episode in the life of Nikander, a garbage man, involving the death of a co-worker, an affair and much more.","original_language":"fi","vote_count":43,"release_date":"1986-10-16","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/30: -------------------------------------------------------------------------------- 1 | {"id":30,"adult":false,"video":false,"original_title":"彼女の想いで","popularity":1.815000057220459,"poster_path":"\/1A59xquD5rZeQRgjMfI4qu1ZvcQ.jpg","title":"Magnetic Rose","overview":"Koji Morimato’s animated science fiction short story about how the boarder between reality and illusion on a space station become blurry.","original_language":"ja","vote_count":19,"release_date":"1995-12-23","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/300: -------------------------------------------------------------------------------- 1 | {"id":300,"adult":false,"video":false,"original_title":"La Science des rêves","popularity":5.5770001411437988,"poster_path":"\/8juTRqn5o43mnlVacp1IzZSd11N.jpg","title":"The Science of Sleep","overview":"A man entranced by his dreams and imagination is lovestruck with a French woman and feels he can show her his world.","original_language":"fr","vote_count":309,"release_date":"2006-02-11","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/302: -------------------------------------------------------------------------------- 1 | {"id":302,"adult":false,"video":false,"original_title":"Swimming Pool","popularity":5.6680002212524414,"poster_path":"\/mHV60wGXvvkMR9ebVO5UWvxL716.jpg","title":"Swimming Pool","overview":"In the middle of this amusing thriller is a relationship between two different types of females, one is a well know British author and the other is a sex-crazed French teen. The two get into some relationship trouble while living together in this film of psychological imagery and an erotic exploration of the female body.","original_language":"en","vote_count":214,"release_date":"2003-05-18","vote_average":6.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/303: -------------------------------------------------------------------------------- 1 | {"id":303,"adult":false,"video":false,"original_title":"Notorious","popularity":7.4260001182556152,"poster_path":"\/vcdSvOr5NcY6alt0kBqDQlFC3Nk.jpg","title":"Notorious","overview":"In order to help bring Nazis to justice, U.S. government agent T.R. Devlin recruits Alicia Huberman, the American daughter of a convicted German war criminal, as a spy. As they begin to fall for one another, Alicia is instructed to win the affections of Alexander Sebastian, a Nazi hiding out in Brazil. When Sebastian becomes serious about his relationship with Alicia, the stakes get higher, and Devlin must watch her slip further undercover.","original_language":"en","vote_count":496,"release_date":"1946-08-15","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/31: -------------------------------------------------------------------------------- 1 | {"id":31,"adult":false,"video":false,"original_title":"最臭兵器","popularity":0.50099998712539673,"poster_path":"\/1xdmuE5txar8OuZbVkfcuiIl1Vu.jpg","title":"Stink Bomb","overview":"Tensai Okamura’s animated action packed short story with lots of humorous elements in which a person transforms into a weapon of mass destruction without themselves being aware.","original_language":"ja","vote_count":6,"release_date":"1995-12-23","vote_average":5.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/32: -------------------------------------------------------------------------------- 1 | {"id":32,"adult":false,"video":false,"original_title":"大砲の街","popularity":1.5529999732971191,"poster_path":"\/oJdlkTtDvvpgagO2JWBBxGq5mMN.jpg","title":"Cannon Fodder","overview":"Otomo Katsuhiro’s short anime story","original_language":"ja","vote_count":8,"release_date":"1995-12-23","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/33: -------------------------------------------------------------------------------- 1 | {"id":33,"adult":false,"video":false,"original_title":"Unforgiven","popularity":12.998000144958496,"poster_path":"\/km6qw4qUkHQRN5y2U1juM1WkBFh.jpg","title":"Unforgiven","overview":"William Munny is a retired, once-ruthless killer turned gentle widower and hog farmer. To help support his two motherless children, he accepts one last bounty-hunter mission to find the men who brutalized a prostitute. Joined by his former partner and a cocky greenhorn, he takes on a corrupt sheriff.","original_language":"en","vote_count":1511,"release_date":"1992-08-07","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/35: -------------------------------------------------------------------------------- 1 | {"id":35,"adult":false,"video":false,"original_title":"The Simpsons Movie","popularity":14.821999549865723,"poster_path":"\/eCytnEriVur3rT47NWfkgPXD9qs.jpg","title":"The Simpsons Movie","overview":"After Homer accidentally pollutes the town's water supply, Springfield is encased in a gigantic dome by the EPA and the Simpsons are declared fugitives.","original_language":"en","vote_count":3485,"release_date":"2007-07-25","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/378: -------------------------------------------------------------------------------- 1 | {"id":378,"adult":false,"video":false,"original_title":"Raising Arizona","popularity":6.3270001411437988,"poster_path":"\/jsBg2bhvbSncyezo9sMntMzBuy6.jpg","title":"Raising Arizona","overview":"The Coen Brothers tell the story of a absurd yet likable family with an unproductive couple as the focal point. The couple has gotten themselves into some trouble while kidnapping a baby and give Hollywood one of the most memorable chase scenes to date.","original_language":"en","vote_count":761,"release_date":"1987-03-01","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/379: -------------------------------------------------------------------------------- 1 | {"id":379,"adult":false,"video":false,"original_title":"Miller's Crossing","popularity":7.8249998092651367,"poster_path":"\/gmUAhNHY4bxQzgHjXci5JAW7u62.jpg","title":"Miller's Crossing","overview":"Set in 1929, a political boss and his advisor have a parting of the ways when they both fall for the same woman.","original_language":"en","vote_count":582,"release_date":"1990-09-21","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/38: -------------------------------------------------------------------------------- 1 | {"id":38,"adult":false,"video":false,"original_title":"Eternal Sunshine of the Spotless Mind","popularity":11.230999946594238,"poster_path":"\/7y3eYvTsGjxPYDtSnumCLIMDkrV.jpg","title":"Eternal Sunshine of the Spotless Mind","overview":"Joel Barish, heartbroken that his girlfriend underwent a procedure to erase him from her memory, decides to do the same. However, as he watches his memories of her fade away, he realises that he still loves her, and may be too late to correct his mistake.","original_language":"en","vote_count":5438,"release_date":"2004-03-19","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/380: -------------------------------------------------------------------------------- 1 | {"id":380,"adult":false,"video":false,"original_title":"Rain Man","popularity":10.49899959564209,"poster_path":"\/vllKYkA7eYi2UMM9yWQ1JegefBh.jpg","title":"Rain Man","overview":"Selfish yuppie Charlie Babbitt's father left a fortune to his savant brother Raymond and a pittance to Charlie; they travel cross-country.","original_language":"en","vote_count":2456,"release_date":"1988-12-11","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/381: -------------------------------------------------------------------------------- 1 | {"id":381,"adult":false,"video":false,"original_title":"To Catch a Thief","popularity":8.0839996337890625,"poster_path":"\/wizxvCHhWTpJXxRew6FGPGFWTVl.jpg","title":"To Catch a Thief","overview":"To prevent being accused of the crimes, an ex-burglar must catch a thief who’s been copying his style.","original_language":"en","vote_count":438,"release_date":"1955-08-03","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/383: -------------------------------------------------------------------------------- 1 | {"id":383,"adult":false,"video":false,"original_title":"Mala Noche","popularity":2.8469998836517334,"poster_path":"\/gNHky0DBMEAbfq5gDCVMqngqBe9.jpg","title":"Mala Noche","overview":"Mala Noche is the film debut from director Gus van Sant. The film portrays the unanswered love of an American man toward a young Mexican man.","original_language":"en","vote_count":30,"release_date":"1986-02-05","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/387: -------------------------------------------------------------------------------- 1 | {"id":387,"adult":false,"video":false,"original_title":"Das Boot","popularity":10.300000190734863,"poster_path":"\/33O4lsYMEzgP8kUOX6hDgMAcFjy.jpg","title":"Das Boot","overview":"A German submarine hunts allied ships during the Second World War, but it soon becomes the hunted. The crew tries to survive below the surface, while stretching both the boat and themselves to their limits.","original_language":"de","vote_count":786,"release_date":"1981-09-16","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/388: -------------------------------------------------------------------------------- 1 | {"id":388,"adult":false,"video":false,"original_title":"Inside Man","popularity":8.2440004348754883,"poster_path":"\/z6wYRuvk1lf60R4SmWETfdUvGsm.jpg","title":"Inside Man","overview":"Bank robber Dalton Russell enters a Manhattan bank, locks the doors and takes hostages, working methodically and without haste. Detective Frazier is assigned to negotiate, but his mind is occupied with the corruption charges he is facing. With an army of police surrounding the bank, the thief, the cop and a high-profile 'fixer' enter high-stakes negotiations.","original_language":"en","vote_count":2233,"release_date":"2006-03-23","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/389: -------------------------------------------------------------------------------- 1 | {"id":389,"adult":false,"video":false,"original_title":"12 Angry Men","popularity":11.14799976348877,"poster_path":"\/3W0v956XxSG5xgm7LB6qu8ExYJ2.jpg","title":"12 Angry Men","overview":"The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.","original_language":"en","vote_count":2840,"release_date":"1957-03-25","vote_average":8.3999996185302734} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/390: -------------------------------------------------------------------------------- 1 | {"id":390,"adult":false,"video":false,"original_title":"Lisbon Story","popularity":1.218999981880188,"poster_path":"\/4qidXmPSVgUtM0LLBTduwNTDbKN.jpg","title":"Lisbon Story","overview":"Lisbon Story is Wim Wender’s homage to Lisbon and films. A sound engineer obtains a mysterous postcard of a friend who at the moment is filming a film in Lisbon. He sets out across Europe to find him and help him.","original_language":"en","vote_count":22,"release_date":"1994-12-16","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/391: -------------------------------------------------------------------------------- 1 | {"id":391,"adult":false,"video":false,"original_title":"Per un pugno di dollari","popularity":11.758999824523926,"poster_path":"\/sFLgxvtK9vxbNq502peVJ847Owp.jpg","title":"A Fistful of Dollars","overview":"The Man With No Name enters the Mexican village of San Miguel in the midst of a power struggle among the three Rojo brothers and sheriff John Baxter. When a regiment of Mexican soldiers bearing gold intended to pay for new weapons is waylaid by the Rojo brothers, the stranger inserts himself into the middle of the long-simmering battle, selling false information to both sides for his own benefit.","original_language":"it","vote_count":1316,"release_date":"1964-09-12","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/392: -------------------------------------------------------------------------------- 1 | {"id":392,"adult":false,"video":false,"original_title":"Chocolat","popularity":9.7849998474121094,"poster_path":"\/qVKYduwLJ5HjbeVVYqYPSAhWQqh.jpg","title":"Chocolat","overview":"A fable of emotional liberation and chocolate. A mother and daughter move to a small French town where they open a chocolate shop. The town, religious and morally strict, is against them as they represent free-thinking and indulgence. When a group of Boat Gypsies float down the river the prejudices of the Mayor leads to a crisis.","original_language":"en","vote_count":1394,"release_date":"2000-12-14","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/393: -------------------------------------------------------------------------------- 1 | {"id":393,"adult":false,"video":false,"original_title":"Kill Bill: Vol. 2","popularity":14.185999870300293,"poster_path":"\/2yhg0mZQMhDyvUQ4rG1IZ4oIA8L.jpg","title":"Kill Bill: Vol. 2","overview":"The Bride unwaveringly continues on her roaring rampage of revenge against the band of assassins who had tried to kill her and her unborn child. She visits each of her former associates one-by-one, checking off the victims on her Death List Five until there's nothing left to do … but kill Bill.","original_language":"en","vote_count":5717,"release_date":"2004-04-16","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/395: -------------------------------------------------------------------------------- 1 | {"id":395,"adult":false,"video":false,"original_title":"AVP: Alien vs. Predator","popularity":11.954999923706055,"poster_path":"\/9xzRKUBIqLwhhOYtcE7P1BbWXP9.jpg","title":"AVP: Alien vs. Predator","overview":"When scientists discover something in the Arctic that appears to be a buried Pyramid, they send a research team out to investigate. Little do they know that they are about to step into a hunting ground where Aliens are grown as sport for the Predator race.","original_language":"en","vote_count":1690,"release_date":"2004-08-12","vote_average":5.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/396: -------------------------------------------------------------------------------- 1 | {"id":396,"adult":false,"video":false,"original_title":"Who's Afraid of Virginia Woolf?","popularity":5.0689997673034668,"poster_path":"\/meHvC3nTKd2jE4oSytADtGjR09l.jpg","title":"Who's Afraid of Virginia Woolf?","overview":"Mike Nichols’ film from Edward Albee's play brought new themes to the film industry. Elizabeth Taylor and Richard Burton have never been more brilliant together as they portray an experienced married couple who love each other yet verbally attack one another when they see how boring their naïve newlywed guests have made their night.","original_language":"en","vote_count":268,"release_date":"1966-06-21","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/397: -------------------------------------------------------------------------------- 1 | {"id":397,"adult":false,"video":false,"original_title":"French Kiss","popularity":6.4219999313354492,"poster_path":"\/bZqvonwVru1XtnniQZgZRa3Znyk.jpg","title":"French Kiss","overview":"French Kiss is director Kasdan’s best film since the Bodyguard. The plot involves a couple in love and one woman’s attempt to fly to Paris to get her lover back from a business trip and marry him. On the way she unknowingly smuggles something of value that has a petty thief chasing her across France as she chases after her future husband.","original_language":"en","vote_count":263,"release_date":"1995-05-05","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/398: -------------------------------------------------------------------------------- 1 | {"id":398,"adult":false,"video":false,"original_title":"Capote","popularity":6.2239999771118164,"poster_path":"\/k7z0tDxzbDNev7F8l3Y56Pk5seR.jpg","title":"Capote","overview":"A biopic of the writer, Truman Capote and his assignment for The New Yorker to write the non-fiction book, 'In Cold Blood'.","original_language":"en","vote_count":550,"release_date":"2005-09-30","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/400: -------------------------------------------------------------------------------- 1 | {"id":400,"adult":false,"video":false,"original_title":"Things to Do in Denver When You're Dead","popularity":6.6149997711181641,"poster_path":"\/ysKIolKO0376Nl5DV1fDAAPudEq.jpg","title":"Things to Do in Denver When You're Dead","overview":"A mafia film in Tarantino style with a star-studded cast. Jimmy’s “The Saint” gangster career has finally ended. Yet now he finds him self doing favors for a wise godfather known as “The Man with the Plan.”","original_language":"en","vote_count":125,"release_date":"1995-12-01","vote_average":6.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/401: -------------------------------------------------------------------------------- 1 | {"id":401,"adult":false,"video":false,"original_title":"Garden State","popularity":6.1680002212524414,"poster_path":"\/u7IASCZ02Q94SYklSIR2609inis.jpg","title":"Garden State","overview":"Andrew returns to his hometown for the funeral of his mother, a journey that reconnects him with past friends. The trip coincides with his decision to stop taking his powerful antidepressants. A chance meeting with Sam - a girl also suffering from various maladies - opens up the possibility of rekindling emotional attachments, confronting his psychologist father, and perhaps beginning a new life.","original_language":"en","vote_count":834,"release_date":"2004-07-28","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/402: -------------------------------------------------------------------------------- 1 | {"id":402,"adult":false,"video":false,"original_title":"Basic Instinct","popularity":10.746999740600586,"poster_path":"\/p1DHOfLFZmM567ePKfFNMV4mY92.jpg","title":"Basic Instinct","overview":"A police detective is in charge of the investigation of a brutal murder, in which a beautiful and seductive woman could be involved.","original_language":"en","vote_count":1225,"release_date":"1992-03-20","vote_average":6.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/403: -------------------------------------------------------------------------------- 1 | {"id":403,"adult":false,"video":false,"original_title":"Driving Miss Daisy","popularity":9.0069999694824219,"poster_path":"\/pSybZBTSHOrPhDjFThDE9YEhCgT.jpg","title":"Driving Miss Daisy","overview":"The story of an old Jewish widow named Daisy Werthan and her relationship with her black chauffeur Hoke. From an initial mere work relationship grew in 25 years a strong friendship between the two very different characters in a time when those types of relationships where shunned upon. Oscar winning tragic comedy with a star-studded cast and based on a play of the same name by Alfred Uhry.","original_language":"en","vote_count":502,"release_date":"1989-12-13","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/405: -------------------------------------------------------------------------------- 1 | {"id":405,"adult":false,"video":false,"original_title":"La strada","popularity":6.8369998931884766,"poster_path":"\/gWWz2tSAK3ZO3jvn9OYSzpzyqo9.jpg","title":"La Strada","overview":"A traveling strongman, Zampano, repays the death of Rosa, his assistant, by offering the same job to little sister Gelsomina, whose mother receives compensation in return.","original_language":"it","vote_count":276,"release_date":"1954-07-16","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/406: -------------------------------------------------------------------------------- 1 | {"id":406,"adult":false,"video":false,"original_title":"La Haine","popularity":8.6660003662109375,"poster_path":"\/jTzBED0leGPwWDqNewye11qzJgd.jpg","title":"La Haine","overview":"Aimlessly whiling away their days in the concrete environs of their dead-end suburbia, Vinz, Hubert, and Said -- a Jew, African, and an Arab -- give human faces to France's immigrant populations, their bristling resentment at their social marginalization slowly simmering until it reaches a climactic boiling point.","original_language":"fr","vote_count":1050,"release_date":"1995-05-31","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/407: -------------------------------------------------------------------------------- 1 | {"id":407,"adult":false,"video":false,"original_title":"Kurz und schmerzlos","popularity":1.5590000152587891,"poster_path":"\/vnmGPHXhwdpkFhIUtMMRC7He2x5.jpg","title":"Short Sharp Shock","overview":"Three friends get caught in a life of major crime.","original_language":"de","vote_count":11,"release_date":"1998-10-15","vote_average":6.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/408: -------------------------------------------------------------------------------- 1 | {"id":408,"adult":false,"video":false,"original_title":"Snow White and the Seven Dwarfs","popularity":17.332000732421875,"poster_path":"\/wbVGRBYPRRahIZNGXY9TfHDUSc2.jpg","title":"Snow White and the Seven Dwarfs","overview":"A beautiful girl, Snow White, takes refuge in the forest in the house of seven dwarfs to hide from her stepmother, the wicked Queen. The Queen is jealous because she wants to be known as \"the fairest in the land,\" and Snow White's beauty surpasses her own.","original_language":"en","vote_count":2994,"release_date":"1937-12-20","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/409: -------------------------------------------------------------------------------- 1 | {"id":409,"adult":false,"video":false,"original_title":"The English Patient","popularity":11.361000061035156,"poster_path":"\/e9BwE91dAFBzEAo9VO3ZtLGQls0.jpg","title":"The English Patient","overview":"In the 1930s, Count Almásy is a Hungarian map maker employed by the Royal Geographical Society to chart the vast expanses of the Sahara Desert along with several other prominent explorers. As World War II unfolds, Almásy enters into a world of love, betrayal, and politics.","original_language":"en","vote_count":798,"release_date":"1996-11-14","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/410: -------------------------------------------------------------------------------- 1 | {"id":410,"adult":false,"video":false,"original_title":"Sommer vorm Balkon","popularity":0.84399998188018799,"poster_path":"\/hJR2yhAMywVwguGr9JJqZDNGMgH.jpg","title":"Summer in Berlin","overview":"When you read the title ‘Summer on the Balcony’ you probably think it will be a light Berlin summer comedy but it’s not. This film is an intimate study of two women friends who come to each other because of troubles with everyday life and with men and thus try to enjoy a life based on their ideas.","original_language":"de","vote_count":14,"release_date":"2005-09-09","vote_average":6.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/482: -------------------------------------------------------------------------------- 1 | {"id":482,"adult":false,"video":false,"original_title":"Shaft","popularity":5.6149997711181641,"poster_path":"\/ez5aGeyOvG2F1QzKYHzkMmkDuM2.jpg","title":"Shaft","overview":"Cool black private eye John Shaft is hired by a crime lord to find and retrieve his kidnapped daughter.","original_language":"en","vote_count":99,"release_date":"1971-07-02","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/483: -------------------------------------------------------------------------------- 1 | {"id":483,"adult":false,"video":false,"original_title":"Wild at Heart","popularity":7.440000057220459,"poster_path":"\/d4fbQjSSBd4FPyAROln1skafChr.jpg","title":"Wild at Heart","overview":"Young lovers Sailor and Lula run from the variety of weirdos that Lula's mom has hired to kill Sailor.","original_language":"en","vote_count":485,"release_date":"1990-08-17","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/488: -------------------------------------------------------------------------------- 1 | {"id":488,"adult":false,"video":false,"original_title":"The African Queen","popularity":7.8819999694824219,"poster_path":"\/qtlXZOUvTUwPDMZkUYK4Lyb9kS3.jpg","title":"The African Queen","overview":"At the start of the first World War, in the middle of Africa’s nowhere, a gin soaked riverboat captain is persuaded by a strong-willed missionary to go down river and face-off a German warship.","original_language":"en","vote_count":309,"release_date":"1951-12-03","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/489: -------------------------------------------------------------------------------- 1 | {"id":489,"adult":false,"video":false,"original_title":"Good Will Hunting","popularity":15.102999687194824,"poster_path":"\/jq8LjngZ7XZEQge5JFTdOGMrHyZ.jpg","title":"Good Will Hunting","overview":"Will Hunting has a genius-level IQ but chooses to work as a janitor at MIT. When he solves a difficult graduate-level math problem, his talents are discovered by Professor Gerald Lambeau, who decides to help the misguided youth reach his potential. When Will is arrested for attacking a police officer, Professor Lambeau makes a deal to get leniency for him if he will get treatment from therapist Sean Maguire.","original_language":"en","vote_count":4194,"release_date":"1997-12-05","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/490: -------------------------------------------------------------------------------- 1 | {"id":490,"adult":false,"video":false,"original_title":"Det sjunde inseglet","popularity":8.6829996109008789,"poster_path":"\/iJXSumDrz64AvmFZaHHNBGDO1ex.jpg","title":"The Seventh Seal","overview":"When disillusioned Swedish knight Antonius Block returns home from the Crusades to find his country in the grips of the Black Death, he challenges Death to a chess match for his life. Tormented by the belief that God does not exist, Block sets off on a journey, meeting up with traveling players Jof and his wife, Mia, and becoming determined to evade Death long enough to commit one redemptive act while he still lives.","original_language":"sv","vote_count":834,"release_date":"1957-02-16","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/491: -------------------------------------------------------------------------------- 1 | {"id":491,"adult":false,"video":false,"original_title":"Ghettokids - Brüder ohne Heimat","popularity":0.23399999737739563,"poster_path":"\/bxtKVrkuKWIFydavfgIB5IawB9Z.jpg","title":"Ghettokids - Brüder ohne Heimat","overview":"Two trouble-causing brothers, who in the second generation after World War II Germany live, are in the center of this German made for TV movie. The movie makes a subject out of their everyday lives and the helpless attempt for them to build a normal life.","original_language":"de","vote_count":2,"release_date":"2002-07-04","vote_average":9.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/492: -------------------------------------------------------------------------------- 1 | {"id":492,"adult":false,"video":false,"original_title":"Being John Malkovich","popularity":10.234000205993652,"poster_path":"\/9b3Eszi1x3vpCXcfR5iRZieVG9d.jpg","title":"Being John Malkovich","overview":"Spike Jonze’s debut feature film is a love story mix of comedy and fantasy. The story is about an unsuccessful puppeteer named Craig, who one day at work finds a portal into the head of actor John Malkovich. The portal soon becomes a passion for anybody who enters it’s mad and controlling world of overtaking another human body.","original_language":"en","vote_count":1591,"release_date":"1999-10-29","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/493: -------------------------------------------------------------------------------- 1 | {"id":493,"adult":false,"video":false,"original_title":"Shaft's Big Score!","popularity":2.2070000171661377,"poster_path":"\/jioGhMgP8d7eu1G7YT7xeyLOJuc.jpg","title":"Shaft's Big Score!","overview":"John Shaft is back as the lady-loved black detective cop on the search for the murderer of a client.","original_language":"en","vote_count":14,"release_date":"1972-06-08","vote_average":6} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/494: -------------------------------------------------------------------------------- 1 | {"id":494,"adult":false,"video":false,"original_title":"Shaft in Africa","popularity":2.0120000839233398,"poster_path":"\/fY5SLWGJTd50f2TsHokvXBOywQG.jpg","title":"Shaft in Africa","overview":"Detective John Shaft travels incognito to Ethiopia, then France, to bust a human trafficking ring.","original_language":"en","vote_count":11,"release_date":"1973-06-14","vote_average":5.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/496: -------------------------------------------------------------------------------- 1 | {"id":496,"adult":false,"video":false,"original_title":"Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan","popularity":10.892999649047852,"poster_path":"\/9yoY43fgCmuCv2tzIr77z9jCx1L.jpg","title":"Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan","overview":"Kazakh journalist Borat Sagdiyev travels to America to make a documentary. As he zigzags across the nation, Borat meets real people in real situations with hysterical consequences. His backwards behavior generates strong reactions around him exposing prejudices and hypocrisies in American culture.","original_language":"en","vote_count":2140,"release_date":"2006-11-01","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/497: -------------------------------------------------------------------------------- 1 | {"id":497,"adult":false,"video":false,"original_title":"The Green Mile","popularity":15.715000152587891,"poster_path":"\/sOHqdY1RnSn6kcfAHKu28jvTebE.jpg","title":"The Green Mile","overview":"A supernatural tale set on death row in a Southern prison, where gentle giant John Coffey possesses the mysterious power to heal people's ailments. When the cellblock's head guard, Paul Edgecomb, recognizes Coffey's miraculous gift, he tries desperately to help stave off the condemned man's execution.","original_language":"en","vote_count":6046,"release_date":"1999-12-10","vote_average":8.3999996185302734} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/499: -------------------------------------------------------------------------------- 1 | {"id":499,"adult":false,"video":false,"original_title":"Cléo de cinq à sept","popularity":4.6399998664855957,"poster_path":"\/uLFAS8ySyjHWkkupotAIEnVzd1J.jpg","title":"Cléo from 5 to 7","overview":"Agnès Varda eloquently captures Paris in the sixties with this real-time portrait of a singer set adrift in the city as she awaits test results of a biopsy. A chronicle of the minutes of one woman’s life, Cléo from 5 to 7 is a spirited mix of vivid vérité and melodrama, featuring a score by Michel Legrand and cameos by Jean-Luc Godard and Anna Karina.","original_language":"fr","vote_count":92,"release_date":"1962-04-11","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/5: -------------------------------------------------------------------------------- 1 | {"id":5,"adult":false,"video":false,"original_title":"Four Rooms","popularity":8.3420000076293945,"poster_path":"\/eQs5hh9rxrk1m4xHsIz1w11Ngqb.jpg","title":"Four Rooms","overview":"It's Ted the Bellhop's first night on the job...and the hotel's very unusual guests are about to place him in some outrageous predicaments. It seems that this evening's room service is serving up one unbelievable happening after another.","original_language":"en","vote_count":799,"release_date":"1995-12-09","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/500: -------------------------------------------------------------------------------- 1 | {"id":500,"adult":false,"video":false,"original_title":"Reservoir Dogs","popularity":11.701000213623047,"poster_path":"\/g7spS2Y4SZoQoC6Hn7zoqEqdYqR.jpg","title":"Reservoir Dogs","overview":"A botched robbery indicates a police informant, and the pressure mounts in the aftermath at a warehouse. Crime begets violence as the survivors -- veteran Mr. White, newcomer Mr. Orange, psychopathic parolee Mr. Blonde, bickering weasel Mr. Pink and Nice Guy Eddie -- unravel.","original_language":"en","vote_count":5457,"release_date":"1992-09-02","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/501: -------------------------------------------------------------------------------- 1 | {"id":501,"adult":false,"video":false,"original_title":"Grizzly Man","popularity":4.565000057220459,"poster_path":"\/qNs0HRSEvSKmtcMiVa2O1yWUKCk.jpg","title":"Grizzly Man","overview":"Werner Herzog's documentary film about the \"Grizzly Man\" Timothy Treadwell and what the thirteen summers in a National Park in Alaska were like in one man's attempt to protect the grizzly bears. The film is full of unique images and a look into the spirit of a man who sacrificed himself for nature.","original_language":"en","vote_count":286,"release_date":"2005-08-12","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/502: -------------------------------------------------------------------------------- 1 | {"id":502,"adult":false,"video":false,"original_title":"Fail-Safe","popularity":7.4489998817443848,"poster_path":"\/qrsj5hort5xkLOKw9NyraGMnlVP.jpg","title":"Fail-Safe","overview":"Because of a technical defect an American bomber team mistakenly orders the destruction of Moscow. The President of the United States has but little time to prevent an atomic catastrophe from occurring. Director Sidney Lumet gives an atmospheric vision of the future with a Cold War backdrop.","original_language":"en","vote_count":102,"release_date":"1964-10-07","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/503: -------------------------------------------------------------------------------- 1 | {"id":503,"adult":false,"video":false,"original_title":"Poseidon","popularity":9.9560003280639648,"poster_path":"\/yeiCuwMSHLmf7NoYzxiEAjkJHkg.jpg","title":"Poseidon","overview":"A packed cruise ship traveling the Atlantic is hit and overturned by a massive wave, compelling the passengers to begin a dramatic fight for their lives.","original_language":"en","vote_count":808,"release_date":"2006-05-12","vote_average":5.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/504: -------------------------------------------------------------------------------- 1 | {"id":504,"adult":false,"video":false,"original_title":"Monster","popularity":7.4650001525878906,"poster_path":"\/aevmNtJCNG4ZlfEeEGZ79frMUes.jpg","title":"Monster","overview":"An emotionally scarred highway hooker shoots a sadistic trick who rapes her, and ultimately becomes America's first female serial killer.","original_language":"en","vote_count":729,"release_date":"2003-12-24","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/505: -------------------------------------------------------------------------------- 1 | {"id":505,"adult":false,"video":false,"original_title":"Johnny Handsome","popularity":4.8850002288818359,"poster_path":"\/8NVYY7BH8OhPCRiIREB0SBu9Ly5.jpg","title":"Johnny Handsome","overview":"A career criminal who has been deformed since birth is given a new face by a kindly doctor and paroled from prison. It appears that he has gone straight, but he is really planning his revenge on the man who killed his mentor and sent him to prison.","original_language":"en","vote_count":70,"release_date":"1989-09-12","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/506: -------------------------------------------------------------------------------- 1 | {"id":506,"adult":false,"video":false,"original_title":"Marnie","popularity":6.564000129699707,"poster_path":"\/mwEuBWMJyebtJ1OP4W2jeRcVf3k.jpg","title":"Marnie","overview":"Marnie is a beautiful kleptomaniac who is in love with businessman Mark Rutland. Marnie who is a compulsive thief is being watched by her new boss Mark who suspects her of stealing from him and thus decides to blackmail her in the most unusual way. A psychological thriller from Alfred Hitchcock based on a novel of the same name by Winston Graham.","original_language":"en","vote_count":337,"release_date":"1964-07-09","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/507: -------------------------------------------------------------------------------- 1 | {"id":507,"adult":false,"video":false,"original_title":"Killing Zoe","popularity":5.6519999504089355,"poster_path":"\/jAnpPlUUhBqztIfCfg3OKsTYMhu.jpg","title":"Killing Zoe","overview":"Zed (Eric Stoltz) is an American vault-cracker who travels to Paris to meet up with his old friend Eric (Jean-Hugues Anglade). Eric and his gang have planned to raid the only bank in the city which is open on Bastille day. After offering his services, Zed soon finds himself trapped in a situation beyond his control when heroin abuse, poor planning and a call-girl named Zoe all conspire to turn the robbery into a very bloody siege.","original_language":"en","vote_count":134,"release_date":"1993-10-01","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/508: -------------------------------------------------------------------------------- 1 | {"id":508,"adult":false,"video":false,"original_title":"Love Actually","popularity":8.435999870300293,"poster_path":"\/kfX8Ctin3fSZbdnjh6CXSNZUOVP.jpg","title":"Love Actually","overview":"Follows seemingly unrelated people as their lives begin to intertwine while they fall in – and out – of love. Affections languish and develop as Christmas draws near.","original_language":"en","vote_count":2668,"release_date":"2003-09-07","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/509: -------------------------------------------------------------------------------- 1 | {"id":509,"adult":false,"video":false,"original_title":"Notting Hill","popularity":8.8360004425048828,"poster_path":"\/f1gMw3PVicfdq9thlvUIjJ5UdvS.jpg","title":"Notting Hill","overview":"William Thacker is a London bookstore owner whose humdrum existence is thrown into romantic turmoil when famous American actress Anna Scott appears in his shop. A chance encounter over spilled orange juice leads to a kiss that blossoms into a full-blown affair. As the average bloke and glamorous movie star draw closer and closer together, they struggle to reconcile their radically different lifestyles in the name of love.","original_language":"en","vote_count":2004,"release_date":"1999-05-13","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/510: -------------------------------------------------------------------------------- 1 | {"id":510,"adult":false,"video":false,"original_title":"One Flew Over the Cuckoo's Nest","popularity":17.413999557495117,"poster_path":"\/2Sns5oMb356JNdBHgBETjIpRYy9.jpg","title":"One Flew Over the Cuckoo's Nest","overview":"While serving time for insanity at a state mental hospital, implacable rabble-rouser, Randle Patrick McMurphy inspires his fellow patients to rebel against the authoritarian rule of head nurse, Mildred Ratched.","original_language":"en","vote_count":4257,"release_date":"1975-11-18","vote_average":8.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/511: -------------------------------------------------------------------------------- 1 | {"id":511,"adult":false,"video":false,"original_title":"Ziemia obiecana","popularity":1.284000039100647,"poster_path":"\/bXGaqq9sDxCR1DNYLoNDa1845UT.jpg","title":"The Promised Land","overview":"The Polish film based on the book of the same name by Wladyslaw Reymont. Taking place in the nineteenth century town of Łódź, Poland, three friends want to make a lot of money by building and investing in a textile factory. An exceptional portrait of rapid industrial expansion shown through the eyes of one Polish town.","original_language":"pl","vote_count":13,"release_date":"1975-02-21","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/512: -------------------------------------------------------------------------------- 1 | {"id":512,"adult":false,"video":false,"original_title":"Scoop","popularity":9.625,"poster_path":"\/mRRSxsCnJriz3geocV4i6Lm0nox.jpg","title":"Scoop","overview":"An American journalism student in London scoops a big story, and begins an affair with an aristocrat as the incident unfurls.","original_language":"en","vote_count":602,"release_date":"2006-07-27","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/513: -------------------------------------------------------------------------------- 1 | {"id":513,"adult":false,"video":false,"original_title":"Fire","popularity":5.4600000381469727,"poster_path":"\/nhKFB7bPOv9gH93cu8l4tTc2ZO.jpg","title":"Fire","overview":"In a barren, arranged marriage to an amateur swami who seeks enlightenment through celibacy, Radha's life takes an irresistible turn when her beautiful young sister-in-law seeks to free herself from the confines of her own loveless marriage.","original_language":"en","vote_count":22,"release_date":"1996-09-06","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/521: -------------------------------------------------------------------------------- 1 | {"id":521,"adult":false,"video":false,"original_title":"Dial M for Murder","popularity":14.16100025177002,"poster_path":"\/xrpK1PyckNWmRxU4kZURfaCyboS.jpg","title":"Dial M for Murder","overview":"An ex-tennis pro carries out a plot to have his wife murdered after discovering she is having an affair, and assumes she will soon leave him for the other man anyway. When things go wrong, he improvises a new plan - to frame her for murder instead.","original_language":"en","vote_count":788,"release_date":"1954-05-29","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/522: -------------------------------------------------------------------------------- 1 | {"id":522,"adult":false,"video":false,"original_title":"Ed Wood","popularity":8.2340002059936523,"poster_path":"\/9qBe2sUDyY2dFH1iHq0SZb1G4QG.jpg","title":"Ed Wood","overview":"The mostly true story of the legendary \"worst director of all time\", who, with the help of his strange friends, filmed countless B-movies without ever becoming famous or successful.","original_language":"en","vote_count":889,"release_date":"1994-09-27","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/55: -------------------------------------------------------------------------------- 1 | {"id":55,"adult":false,"video":false,"original_title":"Amores perros","popularity":8.3389997482299805,"poster_path":"\/8gEXmIzw1tDnBfOaCFPimkNIkmm.jpg","title":"Amores perros","overview":"Three different people in Mexico City are catapulted into dramatic and unforeseen circumstances in the wake of a terrible car crash: a young punk stumbles into the sinister underground world of dog fighting; an injured supermodel's designer pooch disappears into the apartment's floorboards; and an ex-radical turned hit man rescues a gunshot Rotweiler.","original_language":"es","vote_count":737,"release_date":"2000-06-16","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/58: -------------------------------------------------------------------------------- 1 | {"id":58,"adult":false,"video":false,"original_title":"Pirates of the Caribbean: Dead Man's Chest","popularity":35.097999572753906,"poster_path":"\/waFr5RVKaQ9dzOt3nQuIVB1FiPu.jpg","title":"Pirates of the Caribbean: Dead Man's Chest","overview":"Captain Jack Sparrow works his way out of a blood debt with the ghostly Davey Jones, he also attempts to avoid eternal damnation.","original_language":"en","vote_count":7371,"release_date":"2006-06-20","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/59: -------------------------------------------------------------------------------- 1 | {"id":59,"adult":false,"video":false,"original_title":"A History of Violence","popularity":9.1440000534057617,"poster_path":"\/mz1qCHXxTUJm2AqOdW3IIpwYdo3.jpg","title":"A History of Violence","overview":"An average family is thrust into the spotlight after the father commits a seemingly self-defense murder at his diner.","original_language":"en","vote_count":1154,"release_date":"2005-09-23","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/590: -------------------------------------------------------------------------------- 1 | {"id":590,"adult":false,"video":false,"original_title":"The Hours","popularity":8.064000129699707,"poster_path":"\/vRTqBRCLGiZNITXfdhGZd3tZ7Qh.jpg","title":"The Hours","overview":"\"The Hours\" is the story of three women searching for more potent, meaningful lives. Each is alive at a different time and place, all are linked by their yearnings and their fears. Their stories intertwine, and finally come together in a surprising, transcendent moment of shared recognition.","original_language":"en","vote_count":659,"release_date":"2002-12-27","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/591: -------------------------------------------------------------------------------- 1 | {"id":591,"adult":false,"video":false,"original_title":"The Da Vinci Code","popularity":11.72700023651123,"poster_path":"\/5IqaT3fza0Y9vKazjGwDGsNuuS8.jpg","title":"The Da Vinci Code","overview":"When the curator of the Louvre is found murdered in the famed museum's hallowed halls, Harvard professor, Robert Langdon and cryptographer, Sophie Neve must untangle a deadly web of deceit involving the works of Leonardo da Vinci.","original_language":"en","vote_count":3943,"release_date":"2006-05-17","vote_average":6.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/592: -------------------------------------------------------------------------------- 1 | {"id":592,"adult":false,"video":false,"original_title":"The Conversation","popularity":5.994999885559082,"poster_path":"\/dhgW1uGaRj8vIgq54VnCP96X7Sv.jpg","title":"The Conversation","overview":"Surveillance expert Harry Caul is hired by a mysterious client's brusque aide to tail a young couple. Tracking the pair through San Francisco's Union Square, Caul and his associate Stan manage to record a cryptic conversation between them. Tormented by memories of a previous case that ended badly, Caul becomes obsessed with the resulting tape, trying to determine if the couple are in danger.","original_language":"en","vote_count":492,"release_date":"1974-04-07","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/593: -------------------------------------------------------------------------------- 1 | {"id":593,"adult":false,"video":false,"original_title":"Солярис","popularity":7.0399999618530273,"poster_path":"\/nsGLKlwEOtqatz8yRdxOlAw5utr.jpg","title":"Solaris","overview":"A psychologist is sent to a space station orbiting a planet called Solaris to investigate the death of a doctor and the mental problems of cosmonauts on the station. He soon discovers that the water on the planet is a type of brain which brings out repressed memories and obsessions.","original_language":"ru","vote_count":519,"release_date":"1972-03-20","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/594: -------------------------------------------------------------------------------- 1 | {"id":594,"adult":false,"video":false,"original_title":"The Terminal","popularity":11.281999588012695,"poster_path":"\/f4Dup6awDfDqAHKgWqNJ2HFw1qN.jpg","title":"The Terminal","overview":"Viktor Navorski is a man without a country; his plane took off just as a coup d'etat exploded in his homeland, leaving it in shambles, and now he's stranded at Kennedy Airport, where he's holding a passport that nobody recognizes. While quarantined in the transit lounge until authorities can figure out what to do with him, Viktor simply goes on living – and courts romance with a beautiful flight attendant.","original_language":"en","vote_count":2825,"release_date":"2004-06-17","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/595: -------------------------------------------------------------------------------- 1 | {"id":595,"adult":false,"video":false,"original_title":"To Kill a Mockingbird","popularity":7.2519998550415039,"poster_path":"\/gQg6sPYfNTUlf8wEtydzWl09RyR.jpg","title":"To Kill a Mockingbird","overview":"Scout Finch, 6, and her older brother Jem live in sleepy Maycomb, Alabama, spending much of their time with their friend Dill and spying on their reclusive and mysterious neighbor, Boo Radley. When Atticus, their widowed father and a respected lawyer, defends a black man named Tom Robinson against fabricated rape charges, the trial and tangent events expose the children to evils of racism and stereotyping.","original_language":"en","vote_count":1001,"release_date":"1962-12-25","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/596: -------------------------------------------------------------------------------- 1 | {"id":596,"adult":false,"video":false,"original_title":"The Grapes of Wrath","popularity":6.5199999809265137,"poster_path":"\/jRbRDNi9MgvhRc68PSQPMqnG24x.jpg","title":"The Grapes of Wrath","overview":"Tom Joad returns to his home after a jail sentence to find his family kicked out of their farm due to foreclosure. He catches up with them on his Uncle’s farm, and joins them the next day as they head for California and a new life... Hopefully.","original_language":"en","vote_count":290,"release_date":"1940-03-15","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/598: -------------------------------------------------------------------------------- 1 | {"id":598,"adult":false,"video":false,"original_title":"Cidade de Deus","popularity":11.914999961853027,"poster_path":"\/gCqnQaq8T4CfioP9uETLx9iMJF4.jpg","title":"City of God","overview":"Cidade de Deus is a shantytown that started during the 1960s and became one of Rio de Janeiro’s most dangerous places in the beginning of the 1980s. To tell the story of this place, the movie describes the life of various characters, all seen by the point of view of the narrator, Buscapé. Buscapé was raised in a very violent environment. Despite the feeling that all odds were against him, he finds out that life can be seen with other eyes...","original_language":"pt","vote_count":2484,"release_date":"2002-02-05","vote_average":8.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/599: -------------------------------------------------------------------------------- 1 | {"id":599,"adult":false,"video":false,"original_title":"Sunset Boulevard","popularity":8.8579998016357422,"poster_path":"\/oFwzvRgfxJc0FUr2mwYTi10dk3G.jpg","title":"Sunset Boulevard","overview":"A hack screenwriter writes a screenplay for a former silent-film star who has faded into Hollywood obscurity.","original_language":"en","vote_count":785,"release_date":"1950-08-10","vote_average":8.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/6: -------------------------------------------------------------------------------- 1 | {"id":6,"adult":false,"video":false,"original_title":"Judgment Night","popularity":7.0339999198913574,"poster_path":"\/lNXmgUrP6h1nD53gkFh4WDzT6RZ.jpg","title":"Judgment Night","overview":"While racing to a boxing match, Frank, Mike, John and Rey get more than they bargained for. A wrong turn lands them directly in the path of Fallon, a vicious, wise-cracking drug lord. After accidentally witnessing Fallon murder a disloyal henchman, the four become his unwilling prey in a savage game of cat & mouse as they are mercilessly stalked through the urban jungle in this taut suspense drama","original_language":"en","vote_count":99,"release_date":"1993-10-15","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/600: -------------------------------------------------------------------------------- 1 | {"id":600,"adult":false,"video":false,"original_title":"Full Metal Jacket","popularity":14.163999557495117,"poster_path":"\/29veIwD38rVL2qY74emXQw4y25H.jpg","title":"Full Metal Jacket","overview":"A pragmatic U.S. Marine observes the dehumanizing effects the U.S.-Vietnam War has on his fellow recruits from their brutal boot camp training to the bloody street fighting in Hue.","original_language":"en","vote_count":3810,"release_date":"1987-06-26","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/602: -------------------------------------------------------------------------------- 1 | {"id":602,"adult":false,"video":false,"original_title":"Independence Day","popularity":17.21299934387207,"poster_path":"\/bqLlWZJdhrS0knfEJRkquW7L8z2.jpg","title":"Independence Day","overview":"On July 2, a giant alien mothership enters orbit around Earth and deploys several dozen saucer-shaped 'destroyer' spacecraft that quickly lay waste to major cities around the planet. On July 3, the United States conducts a coordinated counterattack that fails. On July 4, a plan is devised to gain access to the interior of the alien mothership in space, in order to plant a nuclear missile.","original_language":"en","vote_count":4382,"release_date":"1996-06-25","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/603: -------------------------------------------------------------------------------- 1 | {"id":603,"adult":false,"video":false,"original_title":"The Matrix","popularity":27.652000427246094,"poster_path":"\/hEpWvX6Bp79eLxY1kX5ZZJcme5U.jpg","title":"The Matrix","overview":"Set in the 22nd century, The Matrix tells the story of a computer hacker who joins a group of underground insurgents fighting the vast and powerful computers who now rule the earth.","original_language":"en","vote_count":11559,"release_date":"1999-03-30","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/605: -------------------------------------------------------------------------------- 1 | {"id":605,"adult":false,"video":false,"original_title":"The Matrix Revolutions","popularity":15.48900032043457,"poster_path":"\/sKogjhfs5q3azmpW7DFKKAeLEG8.jpg","title":"The Matrix Revolutions","overview":"The human city of Zion defends itself against the massive invasion of the machines as Neo fights to end the war at another front while also opposing the rogue Agent Smith.","original_language":"en","vote_count":4052,"release_date":"2003-11-05","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/606: -------------------------------------------------------------------------------- 1 | {"id":606,"adult":false,"video":false,"original_title":"Out of Africa","popularity":7.0799999237060547,"poster_path":"\/gYNfg38sM4aSpxfC8gPkwg5UZHN.jpg","title":"Out of Africa","overview":"Out of Africa tells the story of the life of Danish author Karen Blixen, who at the beginning of the 20th century moved to Africa to build a new life for herself. The film is based on the autobiographical novel by Karen Blixen from 1937.","original_language":"en","vote_count":433,"release_date":"1985-12-20","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/607: -------------------------------------------------------------------------------- 1 | {"id":607,"adult":false,"video":false,"original_title":"Men in Black","popularity":26.652000427246094,"poster_path":"\/f24UVKq3UiQWLqGWdqjwkzgB8j8.jpg","title":"Men in Black","overview":"After a police chase with an otherworldly being, a New York City cop is recruited as an agent in a top-secret organization established to monitor and police alien activity on Earth: the Men in Black. Agent Kay and new recruit Agent Jay find themselves in the middle of a deadly plot by an intergalactic terrorist who has arrived on Earth to assassinate two ambassadors from opposing galaxies.","original_language":"en","vote_count":6148,"release_date":"1997-07-02","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/609: -------------------------------------------------------------------------------- 1 | {"id":609,"adult":false,"video":false,"original_title":"Poltergeist","popularity":9.4069995880126953,"poster_path":"\/hKs6umpuLSgZhOiZI1pxpO0iVTQ.jpg","title":"Poltergeist","overview":"Steve Freeling lives with his wife, Diane, and their three children, Dana, Robbie, and Carol Anne, in Southern California where he sells houses for the company that built the neighborhood. It starts with just a few odd occurrences, such as broken dishes and furniture moving around by itself. However, when he realizes that something truly evil haunts his home, Steve calls in a team of parapsychologists led by Dr. Lesh to help before it's too late.","original_language":"en","vote_count":1060,"release_date":"1982-06-04","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/612: -------------------------------------------------------------------------------- 1 | {"id":612,"adult":false,"video":false,"original_title":"Munich","popularity":8.2309999465942383,"poster_path":"\/3pnsX1egUElYvgmAcCqYvXVOY9O.jpg","title":"Munich","overview":"During the 1972 Olympic Games in Munich, eleven Israeli athletes are taken hostage and murdered by a Palestinian terrorist group known as Black September. In retaliation, the Israeli government recruits a group of Mossad agents to track down and execute those responsible for the attack.","original_language":"en","vote_count":975,"release_date":"2005-12-23","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/614: -------------------------------------------------------------------------------- 1 | {"id":614,"adult":false,"video":false,"original_title":"Smultronstället","popularity":7.0879998207092285,"poster_path":"\/iyTD2QnySNMPUPE3IedZQipSWfz.jpg","title":"Wild Strawberries","overview":"Crotchety retired doctor Isak Borg travels from Stockholm to Lund, Sweden, with his pregnant and unhappy daughter-in-law, Marianne, in order to receive an honorary degree from his alma mater. Along the way, they encounter a series of hitchhikers, each of whom causes the elderly doctor to muse upon the pleasures and failures of his own life. These include the vivacious young Sara, a dead ringer for the doctor's own first love.","original_language":"sv","vote_count":434,"release_date":"1957-12-26","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/615: -------------------------------------------------------------------------------- 1 | {"id":615,"adult":false,"video":false,"original_title":"The Passion of the Christ","popularity":9.9560003280639648,"poster_path":"\/oFuLM1EaKhi1WNWiTjQ1HKIZ1Eg.jpg","title":"The Passion of the Christ","overview":"\"The Passion of the Christ\" is a film about the last 12 hours in the life of Jesus. Director Mel Gibson received much criticism from critics and audiences for his explicit depiction of and focus on violence and on Christ's suffering, especially on the part of the Jewish community. The film's languages are Arabic, Latin and Hebrew and it's actors are laymen which was controversially received as well.","original_language":"en","vote_count":1304,"release_date":"2004-02-25","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/616: -------------------------------------------------------------------------------- 1 | {"id":616,"adult":false,"video":false,"original_title":"The Last Samurai","popularity":12.258000373840332,"poster_path":"\/sLv5pXysIz7QbtKFJy85d5yxv2W.jpg","title":"The Last Samurai","overview":"Nathan Algren is an American hired to instruct the Japanese army in the ways of modern warfare, which finds him learning to respect the samurai and the honorable principles that rule them. Pressed to destroy the samurai's way of life in the name of modernization and open trade, Algren decides to become an ultimate warrior himself and to fight for their right to exist.","original_language":"en","vote_count":2709,"release_date":"2003-12-05","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/617: -------------------------------------------------------------------------------- 1 | {"id":617,"adult":false,"video":false,"original_title":"Wild Things","popularity":8.8479995727539062,"poster_path":"\/dI9iYo1cL81yzJkBVyNGipjSvy0.jpg","title":"Wild Things","overview":"When teen-socialite Kelly Van Ryan and troubled bad girl Suzie Toller accuse guidance counselor Sam Lombardo of rape, he's suspended by the school, rejected by the town, and fighting to get his life back. One cop suspects conspiracy, but nothing is what it seems...","original_language":"en","vote_count":601,"release_date":"1998-03-20","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/618: -------------------------------------------------------------------------------- 1 | {"id":618,"adult":false,"video":false,"original_title":"The Birth of a Nation","popularity":5.7890000343322754,"poster_path":"\/pNpOXpQI5GSUfiWypubYtMh9928.jpg","title":"The Birth of a Nation","overview":"Two families, abolitionist Northerners the Stonemans and Southern landowners the Camerons, intertwine in director D.W. Griffith's controversial Civil War epic. When Confederate colonel Ben Cameron is captured in battle, nurse Elsie Stoneman petitions for his pardon. In Reconstruction-era South Carolina, Cameron founds the Ku Klux Klan, battling Elsie's congressman father and his African-American protégé, Silas Lynch.","original_language":"en","vote_count":154,"release_date":"1915-02-08","vote_average":6.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/619: -------------------------------------------------------------------------------- 1 | {"id":619,"adult":false,"video":false,"original_title":"The Bodyguard","popularity":7.6380000114440918,"poster_path":"\/cbUiIu4357JQ4FBCtRJovHNv1gi.jpg","title":"The Bodyguard","overview":"A former Secret Service agent grudgingly takes an assignment to protect a pop idol who's threatened by a crazed fan. At first, the safety-obsessed bodyguard and the self-indulgent diva totally clash. But before long, all that tension sparks fireworks of another sort, and the love-averse tough guy is torn between duty and romance.","original_language":"en","vote_count":963,"release_date":"1992-11-25","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/62: -------------------------------------------------------------------------------- 1 | {"id":62,"adult":false,"video":false,"original_title":"2001: A Space Odyssey","popularity":21.011999130249023,"poster_path":"\/90T7b2LIrL07ndYQBmSm09yqVEH.jpg","title":"2001: A Space Odyssey","overview":"Humanity finds a mysterious object buried beneath the lunar surface and sets off to find its origins with the help of HAL 9000, the world's most advanced super computer.","original_language":"en","vote_count":4397,"release_date":"1968-04-09","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/620: -------------------------------------------------------------------------------- 1 | {"id":620,"adult":false,"video":false,"original_title":"Ghostbusters","popularity":16.538000106811523,"poster_path":"\/3FS3oBdorgczgfCkFi2u8ZTFfpS.jpg","title":"Ghostbusters","overview":"After losing their academic posts at a prestigious university, a team of parapsychologists goes into business as proton-pack-toting \"ghostbusters\" who exterminate ghouls, hobgoblins and supernatural pests of all stripes. An ad campaign pays off when a knockout cellist hires the squad to purge her swanky digs of demons that appear to be living in her refrigerator.","original_language":"en","vote_count":3386,"release_date":"1984-06-07","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/621: -------------------------------------------------------------------------------- 1 | {"id":621,"adult":false,"video":false,"original_title":"Grease","popularity":18.875,"poster_path":"\/iMHdFTrCYhue74sBnXkdO39AJ3R.jpg","title":"Grease","overview":"Australian good girl Sandy and greaser Danny fell in love over the summer. But when they unexpectedly discover they're now in the same high school, will they be able to rekindle their romance despite their eccentric friends?","original_language":"en","vote_count":2616,"release_date":"1978-07-07","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/622: -------------------------------------------------------------------------------- 1 | {"id":622,"adult":false,"video":false,"original_title":"The Ninth Gate","popularity":11.029000282287598,"poster_path":"\/uamhDQBebdW3UQqOaVmma3yW8pm.jpg","title":"The Ninth Gate","overview":"An all-expenses-paid international search for a rare copy of the book, 'The Nine Gates of the Shadow Kingdom' brings an unscrupulous book dealer deep into a world of murder, double-dealing and satanic worship.","original_language":"en","vote_count":1102,"release_date":"1999-08-25","vote_average":6.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/623: -------------------------------------------------------------------------------- 1 | {"id":623,"adult":false,"video":false,"original_title":"A Fish Called Wanda","popularity":9.2980003356933594,"poster_path":"\/hkSGFNVfEEUXFCxRZDITFHVhUlu.jpg","title":"A Fish Called Wanda","overview":"A diamond advocate is attempting to steal a collection of diamonds, yet troubles arise when he realizes that he is not the only one after the diamonds.","original_language":"en","vote_count":782,"release_date":"1988-07-15","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/624: -------------------------------------------------------------------------------- 1 | {"id":624,"adult":false,"video":false,"original_title":"Easy Rider","popularity":7.9879999160766602,"poster_path":"\/xfCjoGUKbAX71XFm8cfu0jvAWeo.jpg","title":"Easy Rider","overview":"A cross-country trip to sell drugs puts two hippie bikers on a collision course with small-town prejudices.","original_language":"en","vote_count":620,"release_date":"1969-05-07","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/625: -------------------------------------------------------------------------------- 1 | {"id":625,"adult":false,"video":false,"original_title":"The Killing Fields","popularity":6.3499999046325684,"poster_path":"\/pzSdpgnjJi79UboweTlFDQmRq7M.jpg","title":"The Killing Fields","overview":"The Killing Fields tells the real-life story of a friendship between two journalists, an American and a Cambodian, during the bloody Khmer Rouge takeover of Cambodia in 1975, which led to the death of 2-3 million Cambodians during the next four years, until Pol Pot's regime was toppled by the intervening Vietnamese in 1979.","original_language":"en","vote_count":228,"release_date":"1984-11-02","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/626: -------------------------------------------------------------------------------- 1 | {"id":626,"adult":false,"video":false,"original_title":"Un chien andalou","popularity":6.9850001335144043,"poster_path":"\/pSkFYEvz6gpy1LExdXe27y2X0FD.jpg","title":"Un chien andalou","overview":"Un Chien Andalou is a classic European avant-garde surrealist film from the cooperation of director Luis Buñuel and Salvador Dali. The film changed the way people made movies. Most famous is the scene of a woman’s eye being cut with a knife.","original_language":"fr","vote_count":400,"release_date":"1929-06-05","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/627: -------------------------------------------------------------------------------- 1 | {"id":627,"adult":false,"video":false,"original_title":"Trainspotting","popularity":12.329999923706055,"poster_path":"\/p1O3eFsdb0GEIYu87xlwV7P4jM1.jpg","title":"Trainspotting","overview":"Mark Renton, deeply immersed in the Edinburgh drug scene, tries to clean up and get out, despite the allure of the drugs and influence of friends.","original_language":"en","vote_count":4018,"release_date":"1996-02-23","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/628: -------------------------------------------------------------------------------- 1 | {"id":628,"adult":false,"video":false,"original_title":"Interview with the Vampire","popularity":9.3260002136230469,"poster_path":"\/hldXwwViSfHJS0kIJr07KBGmHJI.jpg","title":"Interview with the Vampire","overview":"A vampire relates his epic life story of love, betrayal, loneliness, and dark hunger to an over-curious reporter.","original_language":"en","vote_count":2155,"release_date":"1994-11-11","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/64: -------------------------------------------------------------------------------- 1 | {"id":64,"adult":false,"video":false,"original_title":"Hable con ella","popularity":6.9109997749328613,"poster_path":"\/klsBB1YEGRyC7YjiLYCKIqkU6pY.jpg","title":"Talk to Her","overview":"Two men share an odd friendship while they care for two women who are both in deep comas.","original_language":"es","vote_count":363,"release_date":"2002-03-14","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/65: -------------------------------------------------------------------------------- 1 | {"id":65,"adult":false,"video":false,"original_title":"8 Mile","popularity":10.579999923706055,"poster_path":"\/dXzTrKwpbLpCqn8O70FUUhNbYQT.jpg","title":"8 Mile","overview":"The setting is Detroit in 1995. The city is divided by 8 Mile, a road that splits the town in half along racial lines. A young white rapper, Jimmy \"B-Rabbit\" Smith Jr. summons strength within himself to cross over these arbitrary boundaries to fulfill his dream of success in hip hop. With his pal Future and the three one third in place, all he has to do is not choke.","original_language":"en","vote_count":2434,"release_date":"2002-11-08","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/66: -------------------------------------------------------------------------------- 1 | {"id":66,"adult":false,"video":false,"original_title":"Absolute Power","popularity":7.3530001640319824,"poster_path":"\/oJQdp09Oc51DkArsMDvgDLdWiDu.jpg","title":"Absolute Power","overview":"A master thief coincidentally is robbing a house where a murder in which the President of The United States is involved occurs in front of his eyes. He is forced to run yet may hold evidence that could convict the President. A political thriller from and starring Clint Eastwood and based on a novel by David Baldacci.","original_language":"en","vote_count":306,"release_date":"1997-02-14","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/67: -------------------------------------------------------------------------------- 1 | {"id":67,"adult":false,"video":false,"original_title":"Paradise Now","popularity":5.9840002059936523,"poster_path":"\/qWZkYa8VdcDZk8uzRB2PfhpM9IL.jpg","title":"Paradise Now","overview":"Paradise Now is filmed from the perspective of two Palestinian men who are preparing to perform a suicide attack in Israel. This is the first film to deal with the subject of suicide bombers.","original_language":"en","vote_count":85,"release_date":"2005-02-14","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/68: -------------------------------------------------------------------------------- 1 | {"id":68,"adult":false,"video":false,"original_title":"Brazil","popularity":10.069999694824219,"poster_path":"\/55Vfc1beLn3pJF4Lw83TRKHenK6.jpg","title":"Brazil","overview":"Low-level bureaucrat Sam Lowry escapes the monotony of his day-to-day life through a recurring daydream of himself as a virtuous hero saving a beautiful damsel. Investigating a case that led to the wrongful arrest and eventual death of an innocent man instead of wanted terrorist Harry Tuttle, he meets the woman from his daydream, and in trying to help her gets caught in a web of mistaken identities, mindless bureaucracy and lies.","original_language":"en","vote_count":1239,"release_date":"1985-02-20","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/69: -------------------------------------------------------------------------------- 1 | {"id":69,"adult":false,"video":false,"original_title":"Walk the Line","popularity":8.1210002899169922,"poster_path":"\/wdxL3Zyh3O5MIbmsSiZEevJAjtQ.jpg","title":"Walk the Line","overview":"A chronicle of country music legend Johnny Cash's life, from his early days on an Arkansas cotton farm to his rise to fame with Sun Records in Memphis, where he recorded alongside Elvis Presley, Jerry Lee Lewis and Carl Perkins.","original_language":"en","vote_count":1012,"release_date":"2005-09-13","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/697: -------------------------------------------------------------------------------- 1 | {"id":697,"adult":false,"video":false,"original_title":"Oktyabr","popularity":3.6710000038146973,"poster_path":"\/4HTqU5e3gQbiZwyXIa1ywb6aNlH.jpg","title":"October (Ten Days that Shook the World)","overview":"October is Sergei M. Eisenstein's docu-drama about the 1917 October Revolution in Russia. Made ten years after the events and edited in Eisenstein's 'Soviet Montage' style, it re-enacts in celebratory terms several key scenes from the revolution.","original_language":"ru","vote_count":46,"release_date":"1928-01-20","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/698: -------------------------------------------------------------------------------- 1 | {"id":698,"adult":false,"video":false,"original_title":"Moonraker","popularity":10.949999809265137,"poster_path":"\/pz2r25q3NzNTDGygTYesq5mvwbz.jpg","title":"Moonraker","overview":"During the transportation of a Space Shuttle a Boeing 747 crashes in the Atlantic Ocean yet when they go to look for the destroyed shuttle it is not there. James Bond investigates the missing mission space shuttle and soon learns that the shuttles owner Hugo Drax wants to kill all of mankind.","original_language":"en","vote_count":725,"release_date":"1979-06-26","vote_average":6} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/699: -------------------------------------------------------------------------------- 1 | {"id":699,"adult":false,"video":false,"original_title":"For Your Eyes Only","popularity":12.578000068664551,"poster_path":"\/vpZZZ2eq8z4I6PSeGxR2UWNciGG.jpg","title":"For Your Eyes Only","overview":"A British spy ship has sunk and on board was a hi-tech encryption device. James Bond is sent to find the device that holds British launching instructions before the enemy Soviets get to it first.","original_language":"en","vote_count":673,"release_date":"1981-06-23","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/70: -------------------------------------------------------------------------------- 1 | {"id":70,"adult":false,"video":false,"original_title":"Million Dollar Baby","popularity":13.08899974822998,"poster_path":"\/h4VZKi2Jt4VoBYJmtC4c3bO8KqM.jpg","title":"Million Dollar Baby","overview":"Despondent over a painful estrangement from his daughter, trainer Frankie Dunn isn't prepared for boxer Maggie Fitzgerald to enter his life. But Maggie's determined to go pro and to convince Dunn and his cohort to help her.","original_language":"en","vote_count":3629,"release_date":"2004-12-15","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/700: -------------------------------------------------------------------------------- 1 | {"id":700,"adult":false,"video":false,"original_title":"Octopussy","popularity":12.994000434875488,"poster_path":"\/s1GeJcwTclopbed1Bo2hjunSika.jpg","title":"Octopussy","overview":"James Bond is sent to investigate after a fellow “00” agent is found dead with a priceless Fabergé egg. James Bond follows the mystery and uncovers a smuggling scandal and a Russian General who wants to provoke a new World War.","original_language":"en","vote_count":727,"release_date":"1983-06-05","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/701: -------------------------------------------------------------------------------- 1 | {"id":701,"adult":false,"video":false,"original_title":"Our Hospitality","popularity":4.0560002326965332,"poster_path":"\/wgqSMFkFQEdwFFAdbhCRi91iwXT.jpg","title":"Our Hospitality","overview":"A man returns to his Appalachian homestead. On the trip, he falls for a young woman. The only problem is her family has vowed to kill every member of his family.","original_language":"en","vote_count":74,"release_date":"1923-11-19","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/702: -------------------------------------------------------------------------------- 1 | {"id":702,"adult":false,"video":false,"original_title":"A Streetcar Named Desire","popularity":8.8249998092651367,"poster_path":"\/agYY6wCe22nVS5sU8NegA1TZStH.jpg","title":"A Streetcar Named Desire","overview":"Disturbed Blanche DuBois moves in with her sister in New Orleans and is tormented by her brutish brother-in-law while her reality crumbles around her.","original_language":"en","vote_count":426,"release_date":"1951-09-18","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/703: -------------------------------------------------------------------------------- 1 | {"id":703,"adult":false,"video":false,"original_title":"Annie Hall","popularity":9.5319995880126953,"poster_path":"\/bK9bLXwxWuXX5mbq75PZqjvAtfG.jpg","title":"Annie Hall","overview":"In the city of New York, comedian Alvy Singer falls in love with the ditsy Annie Hall.","original_language":"en","vote_count":1507,"release_date":"1977-04-19","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/704: -------------------------------------------------------------------------------- 1 | {"id":704,"adult":false,"video":false,"original_title":"A Hard Day's Night","popularity":7.2010002136230469,"poster_path":"\/zgAXwONRSF1PuipTZEzxk1NXhaV.jpg","title":"A Hard Day's Night","overview":"Capturing John Lennon, Paul McCartney, George Harrison and Ringo Starr in their electrifying element, 'A Hard Day's Night' is a wildly irreverent journey through this pastiche of a day in the life of The Beatles during 1964. The band have to use all their guile and wit to avoid the pursuing fans and press to reach their scheduled television performance, in spite of Paul's troublemaking grandfather and Ringo's arrest.","original_language":"en","vote_count":220,"release_date":"1964-07-06","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/705: -------------------------------------------------------------------------------- 1 | {"id":705,"adult":false,"video":false,"original_title":"All About Eve","popularity":7.2729997634887695,"poster_path":"\/6numIZH6uR3NlJgY9m7nGH0jhs.jpg","title":"All About Eve","overview":"From the moment she glimpses her idol at the stage door, Eve Harrington is determined to take the reins of power away from the great actress Margo Channing. Eve maneuvers her way into Margo's Broadway role, becomes a sensation and even causes turmoil in the lives of Margo's director boyfriend, her playwright and his wife. Only the cynical drama critic sees through Eve, admiring her audacity and perfect pattern of deceit.","original_language":"en","vote_count":516,"release_date":"1950-11-09","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/707: -------------------------------------------------------------------------------- 1 | {"id":707,"adult":false,"video":false,"original_title":"A View to a Kill","popularity":13.114999771118164,"poster_path":"\/veDMW7eX6tat86EapsvGEICJ8Tq.jpg","title":"A View to a Kill","overview":"A newly developed microchip designed by Zorin Industries for the British Government that can survive the electromagnetic radiation caused by a nuclear explosion has landed in the hands of the KGB. James Bond must find out how and why. His suspicions soon lead him to big industry leader Max Zorin.","original_language":"en","vote_count":686,"release_date":"1985-05-24","vote_average":6.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/708: -------------------------------------------------------------------------------- 1 | {"id":708,"adult":false,"video":false,"original_title":"The Living Daylights","popularity":12.673000335693359,"poster_path":"\/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg","title":"The Living Daylights","overview":"James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.","original_language":"en","vote_count":603,"release_date":"1987-06-29","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/709: -------------------------------------------------------------------------------- 1 | {"id":709,"adult":false,"video":false,"original_title":"Licence to Kill","popularity":11.060999870300293,"poster_path":"\/27EySoBH3oBuI6xat2QOquB9X8j.jpg","title":"Licence to Kill","overview":"James Bond and his American colleague Felix Leiter arrest the drug lord Sanchez who succeeds in escaping and takes revenge on Felix and his wife. Bond knows but just one thing: revenge.","original_language":"en","vote_count":736,"release_date":"1989-07-07","vote_average":6.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/71: -------------------------------------------------------------------------------- 1 | {"id":71,"adult":false,"video":false,"original_title":"Billy Elliot","popularity":11.12600040435791,"poster_path":"\/6VaP1H3MOW5jdkWqS5Q1NapCOS6.jpg","title":"Billy Elliot","overview":"Set against the background of the 1984 Miner's Strike, Billy Elliot is an 11 year old boy who stumbles out of the boxing ring and onto the ballet floor. He faces many trials and triumphs as he strives to conquer his family's set ways, inner conflict, and standing on his toes!","original_language":"en","vote_count":1189,"release_date":"2000-05-18","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/710: -------------------------------------------------------------------------------- 1 | {"id":710,"adult":false,"video":false,"original_title":"GoldenEye","popularity":16.840999603271484,"poster_path":"\/5c0ovjT41KnYIHYuF4AWsTe3sKh.jpg","title":"GoldenEye","overview":"James Bond must unmask the mysterious head of the Janus Syndicate and prevent the leader from utilizing the GoldenEye weapons system to inflict devastating revenge on Britain.","original_language":"en","vote_count":1606,"release_date":"1995-11-16","vote_average":6.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/711: -------------------------------------------------------------------------------- 1 | {"id":711,"adult":false,"video":false,"original_title":"Finding Forrester","popularity":5.9549999237060547,"poster_path":"\/heHi6n68fDiQoUc7SMletM9Adjz.jpg","title":"Finding Forrester","overview":"Gus van Sant tells the story of a young African American man named Jamal who confronts his talents while living on the streets of the Bronx. He accidentally runs into an old writer named Forrester who discovers his passion for writing. With help from his new mentor Jamal receives a scholarship to a private school.","original_language":"en","vote_count":421,"release_date":"2000-12-21","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/712: -------------------------------------------------------------------------------- 1 | {"id":712,"adult":false,"video":false,"original_title":"Four Weddings and a Funeral","popularity":13.376999855041504,"poster_path":"\/md9kMKnLG8LG4pMDM98gy5x4K5L.jpg","title":"Four Weddings and a Funeral","overview":"Four Weddings And A Funeral is a British comedy about a British Man named Charles and an American Woman named Carrie who go through numerous weddings before they determine if they are right for one another.","original_language":"en","vote_count":937,"release_date":"1994-03-09","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/713: -------------------------------------------------------------------------------- 1 | {"id":713,"adult":false,"video":false,"original_title":"The Piano","popularity":7.4730000495910645,"poster_path":"\/yuGqa81ye11dDAeBZ9MResJSmoY.jpg","title":"The Piano","overview":"After a long voyage from Scotland, pianist Ada McGrath and her young daughter, Flora, are left with all their belongings, including a piano, on a New Zealand beach. Ada, who has been mute since childhood, has been sold into marriage to a local man named Alisdair Stewart. Making little attempt to warm up to Alisdair, Ada soon becomes intrigued by his Maori-friendly acquaintance, George Baines, leading to tense, life-altering conflicts.","original_language":"en","vote_count":437,"release_date":"1993-05-19","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/714: -------------------------------------------------------------------------------- 1 | {"id":714,"adult":false,"video":false,"original_title":"Tomorrow Never Dies","popularity":16.125999450683594,"poster_path":"\/k3eI9q7ISgpDEu2CMwR2s6inJVp.jpg","title":"Tomorrow Never Dies","overview":"A deranged media mogul is staging international incidents to pit the world's superpowers against each other. Now 007 must take on this evil mastermind in an adrenaline-charged battle to end his reign of terror and prevent global pandemonium.","original_language":"en","vote_count":1250,"release_date":"1997-12-11","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/74: -------------------------------------------------------------------------------- 1 | {"id":74,"adult":false,"video":false,"original_title":"War of the Worlds","popularity":15.059000015258789,"poster_path":"\/xXMM9KY2eq1SDOQif9zO91YOBA8.jpg","title":"War of the Worlds","overview":"Ray Ferrier is a divorced dockworker and less-than-perfect father. Soon after his ex-wife and her new husband drop of his teenage son and young daughter for a rare weekend visit, a strange and powerful lightning storm touches down.","original_language":"en","vote_count":3399,"release_date":"2005-06-28","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/75: -------------------------------------------------------------------------------- 1 | {"id":75,"adult":false,"video":false,"original_title":"Mars Attacks!","popularity":10.682999610900879,"poster_path":"\/gaTuHICwavPUmqQzPZFEXKSRwsC.jpg","title":"Mars Attacks!","overview":"'We come in peace' is not what those green men from Mars mean when they invade our planet, armed with irresistible weapons and a cruel sense of humor. This star studded cast must play victim to the alien’s fun and games in this comedy homage to science fiction films of the '50s and '60s.","original_language":"en","vote_count":2180,"release_date":"1996-12-12","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/76: -------------------------------------------------------------------------------- 1 | {"id":76,"adult":false,"video":false,"original_title":"Before Sunrise","popularity":9.2159996032714844,"poster_path":"\/jsQy4ZbPHA8hE2O6QU05PpofI61.jpg","title":"Before Sunrise","overview":"On his way to Vienna, American Jesse meets Céline, a student returning to Paris. After long conversations forge a surprising connection between them, Jesse convinces Celine to get off the train with him in Vienna. Since his flight to the U.S. departs the next morning and he has no money for lodging, they wander the city together, taking in the experiences of Vienna and each other.","original_language":"en","vote_count":1357,"release_date":"1995-01-27","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/77: -------------------------------------------------------------------------------- 1 | {"id":77,"adult":false,"video":false,"original_title":"Memento","popularity":14.861000061035156,"poster_path":"\/fQMSaP88cf1nz4qwuNEEFtazuDM.jpg","title":"Memento","overview":"Leonard Shelby is tracking down the man who raped and murdered his wife. The difficulty, however, of locating his wife's killer is compounded by the fact that he suffers from a rare, untreatable form of memory loss. Although he can recall details of life before his accident, Leonard cannot remember what happened fifteen minutes ago, where he's going, or why.","original_language":"en","vote_count":6025,"release_date":"2000-10-11","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/78: -------------------------------------------------------------------------------- 1 | {"id":78,"adult":false,"video":false,"original_title":"Blade Runner","popularity":24.702999114990234,"poster_path":"\/vfzE3pjE5G7G7kcZWrA3fnbZo7V.jpg","title":"Blade Runner","overview":"In the smog-choked dystopian Los Angeles of 2019, blade runner Rick Deckard is called out of retirement to terminate a quartet of replicants who have escaped to Earth seeking their creator for a way to extend their short life spans.","original_language":"en","vote_count":5920,"release_date":"1982-06-25","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/79: -------------------------------------------------------------------------------- 1 | {"id":79,"adult":false,"video":false,"original_title":"英雄","popularity":7.7389998435974121,"poster_path":"\/xkJnow23eDxwQXB0iIWAWkBF47y.jpg","title":"Hero","overview":"One man defeated three assassins who sought to murder the most powerful warlord in pre-unified China.","original_language":"zh","vote_count":866,"release_date":"2002-12-19","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/80: -------------------------------------------------------------------------------- 1 | {"id":80,"adult":false,"video":false,"original_title":"Before Sunset","popularity":8.7919998168945312,"poster_path":"\/gycdE1ARByGQcK4fYR2mgpU6OO.jpg","title":"Before Sunset","overview":"Nine years ago two strangers met by chance and spent a night in Vienna that ended before sunrise. They are about to meet for the first time since. Now they have one afternoon to find out if they belong together.","original_language":"en","vote_count":1025,"release_date":"2004-02-10","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/805: -------------------------------------------------------------------------------- 1 | {"id":805,"adult":false,"video":false,"original_title":"Rosemary's Baby","popularity":9.3529996871948242,"poster_path":"\/kqA1pt9ovovArgJZi2Lu4Unf6He.jpg","title":"Rosemary's Baby","overview":"A young couple moves into an infamous New York apartment building to start a family. Things become frightening as Rosemary begins to suspect her unborn baby isn't safe around their strange neighbors.","original_language":"en","vote_count":1317,"release_date":"1968-06-12","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/806: -------------------------------------------------------------------------------- 1 | {"id":806,"adult":false,"video":false,"original_title":"The Omen","popularity":7.8839998245239258,"poster_path":"\/kqKHg1qXuaIOhnKmPEF1GLzGrOY.jpg","title":"The Omen","overview":"A diplomatic couple adopts the son of the devil without knowing it. A remake of the classic horror film of the same name from 1976.","original_language":"en","vote_count":394,"release_date":"2006-06-06","vote_average":5.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/807: -------------------------------------------------------------------------------- 1 | {"id":807,"adult":false,"video":false,"original_title":"Se7en","popularity":20.072999954223633,"poster_path":"\/zgB9CCTDlXRv50Z70ZI4elJtNEk.jpg","title":"Se7en","overview":"Two homicide detectives are on a desperate hunt for a serial killer whose crimes are based on the \"seven deadly sins\" in this dark and haunting film that takes viewers from the tortured remains of one victim to the next. The seasoned Det. Sommerset researches each sin in an effort to get inside the killer's mind, while his novice partner, Mills, scoffs at his efforts to unravel the case.","original_language":"en","vote_count":8141,"release_date":"1995-09-22","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/808: -------------------------------------------------------------------------------- 1 | {"id":808,"adult":false,"video":false,"original_title":"Shrek","popularity":23.525999069213867,"poster_path":"\/140ewbWv8qHStD3mlBDvvGd0Zvu.jpg","title":"Shrek","overview":"It ain't easy bein' green -- especially if you're a likable (albeit smelly) ogre named Shrek. On a mission to retrieve a gorgeous princess from the clutches of a fire-breathing dragon, Shrek teams up with an unlikely compatriot -- a wisecracking donkey.","original_language":"en","vote_count":6134,"release_date":"2001-05-16","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/809: -------------------------------------------------------------------------------- 1 | {"id":809,"adult":false,"video":false,"original_title":"Shrek 2","popularity":14.435999870300293,"poster_path":"\/akWDA0BMVYK4OTM92T5i91DYnsT.jpg","title":"Shrek 2","overview":"Shrek, Fiona and Donkey set off to Far, Far Away to meet Fiona's mother and father. But not everyone is happy. Shrek and the King find it hard to get along, and there's tension in the marriage. The fairy godmother discovers that Shrek has married Fiona instead of her Son Prince Charming and sets about destroying their marriage.","original_language":"en","vote_count":4588,"release_date":"2004-05-19","vote_average":6.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/81: -------------------------------------------------------------------------------- 1 | {"id":81,"adult":false,"video":false,"original_title":"風の谷のナウシカ","popularity":11.595000267028809,"poster_path":"\/hnYowHwLq0iUWriAHtiiCWsI2dP.jpg","title":"Nausicaä of the Valley of the Wind","overview":"After a global war, the seaside kingdom known as the Valley Of The Wind remains one of the last strongholds on Earth untouched by a poisonous jungle and the powerful insects that guard it. Led by the courageous Princess Nausicaä, the people of the Valley engage in an epic struggle to restore the bond between humanity and Earth.","original_language":"ja","vote_count":1110,"release_date":"1984-03-11","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/810: -------------------------------------------------------------------------------- 1 | {"id":810,"adult":false,"video":false,"original_title":"Shrek the Third","popularity":15.458000183105469,"poster_path":"\/lA17Mlz8hXVZsW5Y3WuUa8KPilQ.jpg","title":"Shrek the Third","overview":"The King of Far Far Away has died and Shrek and Fiona are to become King & Queen. However, Shrek wants to return to his cozy swamp and live in peace and quiet, so when he finds out there is another heir to the throne, they set off to bring him back to rule the kingdom.","original_language":"en","vote_count":3522,"release_date":"2007-05-17","vote_average":6.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/812: -------------------------------------------------------------------------------- 1 | {"id":812,"adult":false,"video":false,"original_title":"Aladdin","popularity":20.440000534057617,"poster_path":"\/7f53XAE4nPiGe9XprpGAeWHuKPw.jpg","title":"Aladdin","overview":"Princess Jasmine grows tired of being forced to remain in the palace, so she sneaks out into the marketplace, in disguise, where she meets street-urchin Aladdin. The couple falls in love, although Jasmine may only marry a prince. After being thrown in jail, Aladdin becomes embroiled in a plot to find a mysterious lamp, with which the evil Jafar hopes to rule the land.","original_language":"en","vote_count":4804,"release_date":"1992-11-25","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/813: -------------------------------------------------------------------------------- 1 | {"id":813,"adult":false,"video":false,"original_title":"Airplane!","popularity":13.795999526977539,"poster_path":"\/b4sAWNIbfXw4WTdc1wiVRBk2Vko.jpg","title":"Airplane!","overview":"Alcoholic pilot, Ted Striker has developed a fear of flying due to wartime trauma, but nevertheless boards a passenger jet in an attempt to woo back his stewardess girlfriend. Food poisoning decimates the passengers and crew, leaving it up to Striker to land the plane with the help of a glue-sniffing air traffic controller and Striker's vengeful former Air Force captain, who must both talk him down.","original_language":"en","vote_count":1580,"release_date":"1980-07-02","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/814: -------------------------------------------------------------------------------- 1 | {"id":814,"adult":false,"video":false,"original_title":"An American Werewolf in London","popularity":9.5389995574951172,"poster_path":"\/lDClXHP08BUP4D4iRqix0XxLEZF.jpg","title":"An American Werewolf in London","overview":"Two American tourists in England are attacked by a werewolf that none of the locals will admit exists.","original_language":"en","vote_count":751,"release_date":"1981-08-21","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/815: -------------------------------------------------------------------------------- 1 | {"id":815,"adult":false,"video":false,"original_title":"Animal Farm","popularity":2.3429999351501465,"poster_path":"\/4xWXTDfXXD12EVWryQ3MiGvZx6C.jpg","title":"Animal Farm","overview":"An animated film from 1999 based on the famous novel by George Orwell. Animals on a farm lead a revolution against the farmers to put their destiny in their own hands. However this revolution eats their own children and they cannot avoid corruption.","original_language":"en","vote_count":41,"release_date":"1999-10-03","vote_average":5.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/816: -------------------------------------------------------------------------------- 1 | {"id":816,"adult":false,"video":false,"original_title":"Austin Powers: International Man of Mystery","popularity":10.880999565124512,"poster_path":"\/1Ly0MRK2Na0aRpy2bD6GBRP3Rzx.jpg","title":"Austin Powers: International Man of Mystery","overview":"As a swingin' fashion photographer by day and a groovy British superagent by night, Austin Powers is the '60s' most shagadelic spy, baby! But can he stop megalomaniac Dr. Evil after the bald villain freezes himself and unthaws in the '90s? With the help of sexy sidekick Vanessa Kensington, he just might.","original_language":"en","vote_count":1364,"release_date":"1997-05-02","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/817: -------------------------------------------------------------------------------- 1 | {"id":817,"adult":false,"video":false,"original_title":"Austin Powers: The Spy Who Shagged Me","popularity":12.902000427246094,"poster_path":"\/yhg0l1Ddd2thQOSUUQx9jBrGI12.jpg","title":"Austin Powers: The Spy Who Shagged Me","overview":"When diabolical genius, Dr. Evil travels back in time to steal superspy Austin Powers's ‘mojo’, Austin must return to the swingin' '60s himself – with the help of American agent, Felicity Shagwell – to stop the dastardly plan. Once there, Austin faces off against Dr. Evil's army of minions and saves the world in his own unbelievably groovy way.","original_language":"en","vote_count":1401,"release_date":"1999-06-08","vote_average":6.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/818: -------------------------------------------------------------------------------- 1 | {"id":818,"adult":false,"video":false,"original_title":"Austin Powers in Goldmember","popularity":14.08899974822998,"poster_path":"\/tFR7dTbX5BsmoUwKHfa2cWoZbwK.jpg","title":"Austin Powers in Goldmember","overview":"The world's most shagadelic spy continues his fight against Dr. Evil. This time, the diabolical doctor and his clone, Mini-Me, team up with a new foe -- '70s kingpin Goldmember. While pursuing the team of villains to stop them from world domination, Austin gets help from his dad and an old girlfriend.","original_language":"en","vote_count":1356,"release_date":"2002-07-26","vote_average":5.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/819: -------------------------------------------------------------------------------- 1 | {"id":819,"adult":false,"video":false,"original_title":"Sleepers","popularity":10.399999618530273,"poster_path":"\/cDqEv4Fw4JZh2zCfecqw3z09L8z.jpg","title":"Sleepers","overview":"Two gangsters seek revenge on the state jail worker who during their stay at a youth prison sexually abused them. A sensational court hearing takes place to charge him for the crimes.","original_language":"en","vote_count":1068,"release_date":"1996-10-18","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/82: -------------------------------------------------------------------------------- 1 | {"id":82,"adult":false,"video":false,"original_title":"Miami Vice","popularity":8.3459997177124023,"poster_path":"\/3BsNsigWcET4tKLZZhJegw7eOjF.jpg","title":"Miami Vice","overview":"Miami Vice is a feature film based on the 1980s action drama TV series. The film tells the story of vice detectives Crockett and Tubbs and how their personal and professional lives are dangerously getting mixed.","original_language":"en","vote_count":662,"release_date":"2006-07-27","vote_average":5.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/820: -------------------------------------------------------------------------------- 1 | {"id":820,"adult":false,"video":false,"original_title":"JFK","popularity":8.3789997100830078,"poster_path":"\/9bmXpKDJv2kdtD4QNexErjGTIOz.jpg","title":"JFK","overview":"New Orleans District Attorney Jim Garrison discovers there's more to the Kennedy assassination than the official story.","original_language":"en","vote_count":702,"release_date":"1991-12-20","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/821: -------------------------------------------------------------------------------- 1 | {"id":821,"adult":false,"video":false,"original_title":"Judgment at Nuremberg","popularity":7.7249999046325684,"poster_path":"\/iu7VMhBma5S94M3wh0fR8cmwgUf.jpg","title":"Judgment at Nuremberg","overview":"In 1947, four German judges who served on the bench during the Nazi regime face a military tribunal to answer charges of crimes against humanity. Chief Justice Haywood hears evidence and testimony not only from lead defendant Ernst Janning and his defense attorney Hans Rolfe, but also from the widow of a Nazi general, an idealistic U.S. Army captain and reluctant witness Irene Wallner.","original_language":"en","vote_count":223,"release_date":"1961-12-01","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/823: -------------------------------------------------------------------------------- 1 | {"id":823,"adult":false,"video":false,"original_title":"人狼","popularity":7.1380000114440918,"poster_path":"\/cbWpFiOomvA1VhTMoh4bHAizOAu.jpg","title":"Jin-Roh: The Wolf Brigade","overview":"A member of an elite paramilitary counter-terrorism unit becomes traumatized after witnessing the suicide bombing of a young girl and is forced to undergo retraining. However, unbeknownst to him, he becomes a key player in a dispute between rival police divisions, as he finds himself increasingly involved with the sister of the girl he saw die.","original_language":"ja","vote_count":110,"release_date":"1999-11-17","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/824: -------------------------------------------------------------------------------- 1 | {"id":824,"adult":false,"video":false,"original_title":"Moulin Rouge!","popularity":10.684000015258789,"poster_path":"\/xhuQz2yKPlWvMvvnf2u9RVkAQx6.jpg","title":"Moulin Rouge!","overview":"A celebration of love and creative inspiration takes place in the infamous, gaudy and glamorous Parisian nightclub, at the cusp of the 20th century. A young poet, who is plunged into the heady world of Moulin Rouge, begins a passionate affair with the club's most notorious and beautiful star.","original_language":"en","vote_count":2018,"release_date":"2001-03-09","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/825: -------------------------------------------------------------------------------- 1 | {"id":825,"adult":false,"video":false,"original_title":"Playing by Heart","popularity":4.245999813079834,"poster_path":"\/2j4ABlRueaSI7fWBcl9vAiFPHQD.jpg","title":"Playing by Heart","overview":"Eleven articulate people work through affairs of the heart in L.A. Paul produces Hannah's TV cooking show. Mark is dying of AIDS. Men have scalded Meredith so she rebuffs Trent's charm, but he persists. The trendy, prolix Joan tries to pull the solitary Keenan into her orbit. An adulterous couple meet at hotels for evening sex. Hugh tells tall tales, usually tragic, to women in bars.","original_language":"en","vote_count":72,"release_date":"1998-12-30","vote_average":6.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/826: -------------------------------------------------------------------------------- 1 | {"id":826,"adult":false,"video":false,"original_title":"The Bridge on the River Kwai","popularity":8.2869997024536133,"poster_path":"\/mHAxH3msDPHfHsbrPvZ4M6CAWgS.jpg","title":"The Bridge on the River Kwai","overview":"The classic story of English POWs in Burma forced to build a bridge to aid the war effort of their Japanese captors. British and American intelligence officers conspire to blow up the structure, but Col. Nicholson , the commander who supervised the bridge's construction, has acquired a sense of pride in his creation and tries to foil their plans.","original_language":"en","vote_count":751,"release_date":"1957-10-02","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/827: -------------------------------------------------------------------------------- 1 | {"id":827,"adult":false,"video":false,"original_title":"Les Diaboliques","popularity":7.0859999656677246,"poster_path":"\/mNaL2CFsABXJKmnst1V2X2Or3Go.jpg","title":"Diabolique","overview":"In this classic of French suspense, the cruel and abusive headmaster of a boarding school, Michel Delassalle, becomes the target of a murder plot hatched by an unlikely duo -- his meek wife and the mistress he brazenly flaunts. The women, brought together by their mutual hatred for the man, pull off the crime but become increasingly unhinged by a series of odd occurrences after Delassalle's corpse mysteriously disappears.","original_language":"fr","vote_count":293,"release_date":"1955-01-29","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/828: -------------------------------------------------------------------------------- 1 | {"id":828,"adult":false,"video":false,"original_title":"The Day the Earth Stood Still","popularity":13.038000106811523,"poster_path":"\/x2DquTpLTq54aPFDnqlwY7apCC3.jpg","title":"The Day the Earth Stood Still","overview":"An alien and a robot land on earth after World War II and tell mankind to be peaceful or face destruction. A classic science fiction film from Robert Wise with an exceptional message.","original_language":"en","vote_count":410,"release_date":"1951-09-17","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/829: -------------------------------------------------------------------------------- 1 | {"id":829,"adult":false,"video":false,"original_title":"Chinatown","popularity":11.520999908447266,"poster_path":"\/iIHO6FzF6lL4mA90rrmk3Y705XS.jpg","title":"Chinatown","overview":"Private eye Jake Gittes lives off of the murky moral climate of sunbaked, pre-World War II Southern California. Hired by a beautiful socialite to investigate her husband's extra-marital affair, Gittes is swept into a maelstrom of double dealings and deadly deceits, uncovering a web of personal and political scandals that come crashing together.","original_language":"en","vote_count":1323,"release_date":"1974-06-20","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/83: -------------------------------------------------------------------------------- 1 | {"id":83,"adult":false,"video":false,"original_title":"Open Water","popularity":7.995999813079834,"poster_path":"\/hua2eluUhiLvKqwHFPV2aTiY8pp.jpg","title":"Open Water","overview":"Two divers are left out at sea without a boat. There’s nothing but water for miles, unless they look at what’s underneath them...","original_language":"en","vote_count":448,"release_date":"2003-12-29","vote_average":5.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/831: -------------------------------------------------------------------------------- 1 | {"id":831,"adult":false,"video":false,"original_title":"This Island Earth","popularity":3.4189999103546143,"poster_path":"\/dNNZSjrWWwgllcYtQCeo0M5FPdp.jpg","title":"This Island Earth","overview":"Aliens have landed and are hiding on Earth, but need Earth’s scientists to help them fight an inter-planetary war.","original_language":"en","vote_count":57,"release_date":"1955-06-01","vote_average":5.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/832: -------------------------------------------------------------------------------- 1 | {"id":832,"adult":false,"video":false,"original_title":"M","popularity":10.241000175476074,"poster_path":"\/AqE126KXLcT3wwmeM3HtlKqyGze.jpg","title":"M","overview":"In this classic German thriller, Hans Beckert, a serial killer who preys on children, becomes the focus of a massive Berlin police manhunt. Beckert's heinous crimes are so repellant and disruptive to city life that he is even targeted by others in the seedy underworld network. With both cops and criminals in pursuit, the murderer soon realizes that people are on his trail, sending him into a tense, panicked attempt to escape justice.","original_language":"de","vote_count":648,"release_date":"1931-05-11","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/833: -------------------------------------------------------------------------------- 1 | {"id":833,"adult":false,"video":false,"original_title":"Umberto D.","popularity":4.5770001411437988,"poster_path":"\/zwslsX98Hp4GyJGoVI4mZMU9mDO.jpg","title":"Umberto D.","overview":"When elderly pensioner Umberto Domenico Ferrari returns to his boarding house from a protest calling for a hike in old-age pensions, his landlady demands her 15,000-lire rent by the end of the month or he and his small dog will be turned out onto the street. Unable to get the money in time, Umberto fakes illness to get sent to a hospital, giving his beloved dog to the landlady's pregnant and abandoned maid for temporary safekeeping.","original_language":"it","vote_count":148,"release_date":"1952-01-20","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/834: -------------------------------------------------------------------------------- 1 | {"id":834,"adult":false,"video":false,"original_title":"Underworld: Evolution","popularity":13.96399974822998,"poster_path":"\/fogihlu39MuYgL6pKObI4SQWPOY.jpg","title":"Underworld: Evolution","overview":"As the war between the vampires and the Lycans rages on, Selene, a former member of the Death Dealers (an elite vampire special forces unit that hunts werewolves), and Michael, the werewolf hybrid, work together in an effort to unlock the secrets of their respective bloodlines.","original_language":"en","vote_count":1965,"release_date":"2006-01-12","vote_average":6.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/835: -------------------------------------------------------------------------------- 1 | {"id":835,"adult":false,"video":false,"original_title":"F.P.1 antwortet nicht","popularity":1.2130000591278076,"poster_path":"\/bthjODBQHdznm6kWtpJxlTFC73d.jpg","title":"F.P.1 Doesn't Answer","overview":"F.P.1 is a huge airplane landing dock in the Atlantic where pilots making the transatlantic flight can stop. Yet a saboteur tries to sink the technical wonder in this classic German science fiction film from 1932. The film was also created with English and French speaking actors at the same time.","original_language":"de","vote_count":0,"release_date":"1932-12-22","vote_average":0} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/836: -------------------------------------------------------------------------------- 1 | {"id":836,"adult":false,"video":false,"original_title":"Vidas secas","popularity":2.3670001029968262,"poster_path":"\/uBxO2nEQaQ9vtyzW4iMZRRb4Bux.jpg","title":"Barren Lives","overview":"'Vidas secas' tells in vivid images the almost documentary like story of a drover and his family in the northern interior states of Brazil during the drought. A family in the search of a new hope and destiny.","original_language":"pt","vote_count":22,"release_date":"1963-08-22","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/837: -------------------------------------------------------------------------------- 1 | {"id":837,"adult":false,"video":false,"original_title":"Videodrome","popularity":10.256999969482422,"poster_path":"\/fl09Ai2lKPau49MdLp0pOc5rYlP.jpg","title":"Videodrome","overview":"A sleazy cable-TV programmer begins to see his life and the future of media spin out of control in a very unusual fashion when he acquires a new kind of programming for his station.","original_language":"en","vote_count":677,"release_date":"1983-02-04","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/838: -------------------------------------------------------------------------------- 1 | {"id":838,"adult":false,"video":false,"original_title":"American Graffiti","popularity":6.4210000038146973,"poster_path":"\/xq8MFYQ6MLZ65mFpweqV6mCs39k.jpg","title":"American Graffiti","overview":"A couple of high school graduates spend one final night cruising the strip with their buddies before they go off to college.","original_language":"en","vote_count":482,"release_date":"1973-08-01","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/839: -------------------------------------------------------------------------------- 1 | {"id":839,"adult":false,"video":false,"original_title":"Duel","popularity":6.6329998970031738,"poster_path":"\/tr7YTVjGPSCheYtObfoNRkMV82L.jpg","title":"Duel","overview":"Travelling businessman, David Mann, angers the driver of a rusty tanker whilst crossing the Californian desert. A simple trip turns deadly as Mann struggles to stay on the road while the tanker plays cat and mouse with his life.","original_language":"en","vote_count":541,"release_date":"1972-10-01","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/840: -------------------------------------------------------------------------------- 1 | {"id":840,"adult":false,"video":false,"original_title":"Close Encounters of the Third Kind","popularity":17.870000839233398,"poster_path":"\/3Av8ZPiMrxFq9XiOjZl0tkoq9Oo.jpg","title":"Close Encounters of the Third Kind","overview":"After an encounter with UFOs, a line worker feels undeniably drawn to an isolated area in the wilderness where something spectacular is about to happen.","original_language":"en","vote_count":1575,"release_date":"1977-11-16","vote_average":7.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/841: -------------------------------------------------------------------------------- 1 | {"id":841,"adult":false,"video":false,"original_title":"Dune","popularity":9.3129997253417969,"poster_path":"\/wuiUqivUWiUySwhEvtdOqrlrLPn.jpg","title":"Dune","overview":"In the year 10,191, the world is at war for control of the desert planet Dune – the only place where the time-travel substance 'Spice' can be found. But when one leader gives up control, it's only so he can stage a coup with some unsavory characters.","original_language":"en","vote_count":762,"release_date":"1984-12-14","vote_average":6.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/842: -------------------------------------------------------------------------------- 1 | {"id":842,"adult":false,"video":false,"original_title":"The Assassination of Richard Nixon","popularity":5.0240001678466797,"poster_path":"\/5jOOvAVvP0XtwC5yYQpQCy4cjq1.jpg","title":"The Assassination of Richard Nixon","overview":"It’s 1974 and Sam Bicke has lost everything. His wife leaves him with his three kids, his boss fires him, his brother turns away from him, and the bank won’t give him any money to start anew. He tries to find someone to blame for his misfortunes and comes up with the President of the United States who he plans to murder.","original_language":"en","vote_count":111,"release_date":"2004-05-17","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/843: -------------------------------------------------------------------------------- 1 | {"id":843,"adult":false,"video":false,"original_title":"花樣年華","popularity":8.2620000839233398,"poster_path":"\/unOW3SxFxBdd7LMWjmRONdHWKPb.jpg","title":"In the Mood for Love","overview":"A melancholy story about the love between a woman and a man who live in the same building and one day find out that their husband and wife had an affair with each other. More and more the two meet during their daily lives as they determine that they both don’t want to be lonely in their marriage.","original_language":"cn","vote_count":581,"release_date":"2000-05-22","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/85: -------------------------------------------------------------------------------- 1 | {"id":85,"adult":false,"video":false,"original_title":"Raiders of the Lost Ark","popularity":22.229000091552734,"poster_path":"\/44sKJOGP3fTm4QXBcIuqu0RkdP7.jpg","title":"Raiders of the Lost Ark","overview":"When Dr. Indiana Jones – the tweed-suited professor who just happens to be a celebrated archaeologist – is hired by the government to locate the legendary Ark of the Covenant, he finds himself up against the entire Nazi regime.","original_language":"en","vote_count":5232,"release_date":"1981-06-12","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/87: -------------------------------------------------------------------------------- 1 | {"id":87,"adult":false,"video":false,"original_title":"Indiana Jones and the Temple of Doom","popularity":16.938999176025391,"poster_path":"\/f2nTRKk2zGdUTE7tLJ5EGGSuKA6.jpg","title":"Indiana Jones and the Temple of Doom","overview":"After arriving in India, Indiana Jones is asked by a desperate village to find a mystical stone. He agrees – and stumbles upon a secret cult plotting a terrible plan in the catacombs of an ancient palace.","original_language":"en","vote_count":3845,"release_date":"1984-05-23","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/88: -------------------------------------------------------------------------------- 1 | {"id":88,"adult":false,"video":false,"original_title":"Dirty Dancing","popularity":10.444000244140625,"poster_path":"\/jFoktPxTtabZfh9JeDy3F78g9w7.jpg","title":"Dirty Dancing","overview":"Expecting the usual tedium that accompanies a summer in the Catskills with her family, 17-year-old Frances 'Baby' Houseman is surprised to find herself stepping into the shoes of a professional hoofer – and unexpectedly falling in love.","original_language":"en","vote_count":2120,"release_date":"1987-08-21","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/89: -------------------------------------------------------------------------------- 1 | {"id":89,"adult":false,"video":false,"original_title":"Indiana Jones and the Last Crusade","popularity":15.527000427246094,"poster_path":"\/4p1N2Qrt8j0H8xMHMHvtRxv9weZ.jpg","title":"Indiana Jones and the Last Crusade","overview":"When Dr. Henry Jones Sr. suddenly goes missing while pursuing the Holy Grail, eminent archaeologist Indiana must team up with Marcus Brody, Sallah and Elsa Schneider to follow in his father's footsteps and stop the Nazis from recovering the power of eternal life.","original_language":"en","vote_count":4247,"release_date":"1989-05-24","vote_average":7.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/913: -------------------------------------------------------------------------------- 1 | {"id":913,"adult":false,"video":false,"original_title":"The Thomas Crown Affair","popularity":7.8779997825622559,"poster_path":"\/jpRUaqNuQInXxdsLIncGJW5u3u2.jpg","title":"The Thomas Crown Affair","overview":"A very rich and successful playboy amuses himself by stealing artwork, but may have met his match in a seductive detective.","original_language":"en","vote_count":478,"release_date":"1999-08-06","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/914: -------------------------------------------------------------------------------- 1 | {"id":914,"adult":false,"video":false,"original_title":"The Great Dictator","popularity":8.4619998931884766,"poster_path":"\/5Sukn9kDDoUQgoCZOR1YbbjxPoi.jpg","title":"The Great Dictator","overview":"Dictator Adenoid Hynkel tries to expand his empire while a poor Jewish barber tries to avoid persecution from Hynkel's regime.","original_language":"en","vote_count":1097,"release_date":"1940-10-15","vote_average":8.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/916: -------------------------------------------------------------------------------- 1 | {"id":916,"adult":false,"video":false,"original_title":"Bullitt","popularity":7.2989997863769531,"poster_path":"\/oyhnoFu2oKQfAIdu9YU8I8Ne0pX.jpg","title":"Bullitt","overview":"Senator Walter Chalmers is aiming to take down mob boss Pete Ross with the help of testimony from the criminal's hothead brother Johnny, who is in protective custody in San Francisco under the watch of police lieutenant Frank Bullitt. When a pair of mob hitmen enter the scene, Bullitt follows their trail through a maze of complications and double-crosses. This thriller includes one of the most famous car chases ever filmed.","original_language":"en","vote_count":357,"release_date":"1968-10-17","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/917: -------------------------------------------------------------------------------- 1 | {"id":917,"adult":false,"video":false,"original_title":"Mother India","popularity":1.2020000219345093,"poster_path":"\/jC8JYvpR5LMTu7Qc1E4xURt9Cpq.jpg","title":"Mother India","overview":"Mother India is an Indian film from director Mehboob Khan from 1957 and is the most successful and popular Hindi film.","original_language":"hi","vote_count":17,"release_date":"1957-02-13","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/919: -------------------------------------------------------------------------------- 1 | {"id":919,"adult":false,"video":false,"original_title":"Blood: The Last Vampire","popularity":4.5850000381469727,"poster_path":"\/3ySU3xS4g9KeJNCNDbVniOs3KmG.jpg","title":"Blood: The Last Vampire","overview":"In Japan, the vampire-hunter Saya, who is a powerful original, is sent by her liaison with the government, David, posed as a teenage student to the Yokota High School on the eve of Halloween to hunt down vampires. Saya asks David to give a new katana to her. Soon she saves the school nurse Makiho Amano from two vampires disguised of classmates and Makiho witnesses her fight against the powerful demon.","original_language":"en","vote_count":91,"release_date":"2000-11-18","vote_average":6.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/920: -------------------------------------------------------------------------------- 1 | {"id":920,"adult":false,"video":false,"original_title":"Cars","popularity":23.479000091552734,"poster_path":"\/5damnMcRFKSjhCirgX3CMa88MBj.jpg","title":"Cars","overview":"Lightning McQueen, a hotshot rookie race car driven to succeed, discovers that life is about the journey, not the finish line, when he finds himself unexpectedly detoured in the sleepy Route 66 town of Radiator Springs. On route across the country to the big Piston Cup Championship in California to compete against two seasoned pros, McQueen gets to know the town's offbeat characters.","original_language":"en","vote_count":5665,"release_date":"2006-06-08","vote_average":6.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/921: -------------------------------------------------------------------------------- 1 | {"id":921,"adult":false,"video":false,"original_title":"Cinderella Man","popularity":10.354000091552734,"poster_path":"\/xZhumK43Z6jmwCWglh7uHcpkqdb.jpg","title":"Cinderella Man","overview":"The true story of boxer, Jim Braddock who, in the 1920’s after his retirement, has a surprise comeback in order to get him and his family out of a socially poor state.","original_language":"en","vote_count":860,"release_date":"2005-06-02","vote_average":7.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/922: -------------------------------------------------------------------------------- 1 | {"id":922,"adult":false,"video":false,"original_title":"Dead Man","popularity":6.6880002021789551,"poster_path":"\/vGobIvxSiFvAmwqH8BlC3SpET0C.jpg","title":"Dead Man","overview":"On the run after murdering a man, accountant William Blake encounters a strange North American man named Nobody who prepares him for his journey into the spiritual world.","original_language":"en","vote_count":554,"release_date":"1995-12-23","vote_average":7.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/923: -------------------------------------------------------------------------------- 1 | {"id":923,"adult":false,"video":false,"original_title":"Dawn of the Dead","popularity":7.8819999694824219,"poster_path":"\/8D6WEfNZr6JadQrqJr5OOq1QlV0.jpg","title":"Dawn of the Dead","overview":"During an ever-growing epidemic of zombies that have risen from the dead, two Philadelphia SWAT team members, a traffic reporter, and his television-executive girlfriend seek refuge in a secluded shopping mall.","original_language":"en","vote_count":760,"release_date":"1978-09-02","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/924: -------------------------------------------------------------------------------- 1 | {"id":924,"adult":false,"video":false,"original_title":"Dawn of the Dead","popularity":9.6450004577636719,"poster_path":"\/yfqsgzW6AQYmBjIEIq0y9EB1Rgl.jpg","title":"Dawn of the Dead","overview":"A group of surviving people take refuge in a shopping center after the world has been over taken over by aggressive, flesh-eating zombies. A remake of the 1978 zombie film of the same name.","original_language":"en","vote_count":1479,"release_date":"2004-03-19","vote_average":6.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/925: -------------------------------------------------------------------------------- 1 | {"id":925,"adult":false,"video":false,"original_title":"Do the Right Thing","popularity":6.9050002098083496,"poster_path":"\/63rmSDPahrH7C1gEFYzRuIBAN9W.jpg","title":"Do the Right Thing","overview":"On the hottest day of the year on a street in the Bedford-Stuyvesant section of Brooklyn, everyone's hate and bigotry smolders and builds until it explodes into violence.","original_language":"en","vote_count":446,"release_date":"1989-06-30","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/926: -------------------------------------------------------------------------------- 1 | {"id":926,"adult":false,"video":false,"original_title":"Galaxy Quest","popularity":13.814999580383301,"poster_path":"\/ahpUPhVlwAWic9N0SfNkxs8e66W.jpg","title":"Galaxy Quest","overview":"The stars of a 1970s sci-fi show - now scraping a living through re-runs and sci-fi conventions - are beamed aboard an alien spacecraft. Believing the cast's heroic on-screen dramas are historical documents of real-life adventures, the band of aliens turn to the ailing celebrities for help in their quest to overcome the oppressive regime in their solar system.","original_language":"en","vote_count":915,"release_date":"1999-12-23","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/927: -------------------------------------------------------------------------------- 1 | {"id":927,"adult":false,"video":false,"original_title":"Gremlins","popularity":13.390000343322754,"poster_path":"\/gXDHxQ92qyF6LUYwn6xuK2L8TYW.jpg","title":"Gremlins","overview":"When Billy Peltzer is given a strange but adorable pet named Gizmo for Christmas, he inadvertently breaks the three important rules of caring for a Mogwai, and unleashes a horde of mischievous gremlins on a small town.","original_language":"en","vote_count":2370,"release_date":"1984-06-07","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/928: -------------------------------------------------------------------------------- 1 | {"id":928,"adult":false,"video":false,"original_title":"Gremlins 2: The New Batch","popularity":10.036999702453613,"poster_path":"\/mkWD9W27JYmQPbgcryPBdI2cF4r.jpg","title":"Gremlins 2: The New Batch","overview":"Young sweethearts Billy and Kate move to the Big Apple, land jobs in a high-tech office park and soon reunite with the friendly and lovable Gizmo. But a series of accidents creates a whole new generation of Gremlins. The situation worsens when the devilish green creatures invade a top-secret laboratory and develop genetically altered powers, making them even harder to destroy!","original_language":"en","vote_count":914,"release_date":"1990-06-15","vote_average":6.3000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/929: -------------------------------------------------------------------------------- 1 | {"id":929,"adult":false,"video":false,"original_title":"Godzilla","popularity":12.46399974822998,"poster_path":"\/5axr56XqJH2xqkzI4j5sjzgV1Hu.jpg","title":"Godzilla","overview":"When a freighter is viciously attacked in the Pacific Ocean, a team of experts -- including biologist Niko Tatopoulos and scientists Elsie Chapman and Mendel Craven -- concludes that an oversized reptile is the culprit. Before long, the giant lizard is loose in Manhattan, destroying everything within its reach. The team chases the monster to Madison Square Garden, where a brutal battle ensues.","original_language":"en","vote_count":1479,"release_date":"1998-05-20","vote_average":5.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/931: -------------------------------------------------------------------------------- 1 | {"id":931,"adult":false,"video":false,"original_title":"Don't Look Now","popularity":7.1040000915527344,"poster_path":"\/dLm6FOvfFIQLXPK5IPZjQvZZ3DN.jpg","title":"Don't Look Now","overview":"After Laura and John Baxter lose their only child in a horrible drowning, they are greeted by strange sightings of her throughout their everyday lives. When two old ladies approach them in Italy with news that their daughter may still be alive, it seems too good to be true. Perhaps it is...","original_language":"en","vote_count":269,"release_date":"1973-12-03","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/932: -------------------------------------------------------------------------------- 1 | {"id":932,"adult":false,"video":false,"original_title":"Die Mörder sind unter uns","popularity":1.065000057220459,"poster_path":"\/bnTPnjVgrTwSnCfa0jjcB1mhMKv.jpg","title":"The Murderers Are Among Us","overview":"The Murderers Are Among Us was the first German film after the Second World War. Filmed in the Soviet occupied section of Berlin in the summer of 1946. The film would be the first film about the wreckage from the war and the first film produced by DEFA.","original_language":"de","vote_count":10,"release_date":"1946-10-14","vote_average":7.5999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/933: -------------------------------------------------------------------------------- 1 | {"id":933,"adult":false,"video":false,"original_title":"Heißer Sommer","popularity":0.29499998688697815,"poster_path":"\/rj0sXtlhcu97BoJyJcu5lC6G8UN.jpg","title":"Hot Summer","overview":"The 1968 East German film Heißer Sommer brought six million East Germans into the theaters and today is regarded as one of the greatest DEFA films. Actors Frank Schobel and Chris Doerk were made famous from the film.","original_language":"de","vote_count":3,"release_date":"1968-06-19","vote_average":4.6999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/934: -------------------------------------------------------------------------------- 1 | {"id":934,"adult":false,"video":false,"original_title":"Du rififi chez les hommes","popularity":6.004000186920166,"poster_path":"\/riZ2SXhTgllN6NWrPOJCtN4NrhG.jpg","title":"Rififi","overview":"Out of prison after a five-year stretch, jewel thief Tony turns down a quick job his friend Jo offers him, until he discovers that his old girlfriend Mado has become the lover of local gangster Pierre Grutter during Tony's absence. Expanding a minor smash-and-grab into a full-scale jewel heist, Tony and his crew appear to get away clean, but their actions after the job is completed threaten the lives of everyone involved.","original_language":"fr","vote_count":132,"release_date":"1955-04-13","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/935: -------------------------------------------------------------------------------- 1 | {"id":935,"adult":false,"video":false,"original_title":"Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb","popularity":12.902999877929688,"poster_path":"\/tviJ68Wj4glQk3CPMvdvExYHxX.jpg","title":"Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb","overview":"After the insane General Jack D. Ripper initiates a nuclear strike on the Soviet Union, a war room full of politicians, generals and a Russian diplomat all frantically try to stop the nuclear strike.","original_language":"en","vote_count":2096,"release_date":"1964-01-29","vote_average":8.1000003814697266} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/936: -------------------------------------------------------------------------------- 1 | {"id":936,"adult":false,"video":false,"original_title":"The Pink Panther","popularity":7.1180000305175781,"poster_path":"\/azIoCxiH9wIPCCGnqaDW8DJwCLl.jpg","title":"The Pink Panther","overview":"The trademark of The Phantom, a renowned jewel thief, is a glove left at the scene of the crime. Inspector Clouseau, an expert on The Phantom's exploits, feels sure that he knows where The Phantom will strike next and leaves Paris for Switzerland, where the famous Lugashi jewel 'The Pink Panther' is going to be. However, he does not know who The Phantom really is, or for that matter who anyone else really is...","original_language":"en","vote_count":337,"release_date":"1963-12-19","vote_average":7} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/938: -------------------------------------------------------------------------------- 1 | {"id":938,"adult":false,"video":false,"original_title":"Per qualche dollaro in più","popularity":10.060000419616699,"poster_path":"\/o4y1dlqXFETChi1QW2TspfrCJ8e.jpg","title":"For a Few Dollars More","overview":"Two bounty hunters are in pursuit of \"El Indio,\" one of the most wanted fugitives in the western territories, and his gang.","original_language":"it","vote_count":1331,"release_date":"1965-12-18","vote_average":7.9000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/939: -------------------------------------------------------------------------------- 1 | {"id":939,"adult":false,"video":false,"original_title":"The Jazz Singer","popularity":3.4830000400543213,"poster_path":"\/uw4yn5a8dQZA13mnmbKzRjEWerg.jpg","title":"The Jazz Singer","overview":"A young Jewish man is torn between tradition and individuality when his old-fashioned family objects to his career as a jazz singer. This is the first full length feature film to use synchronized sound, and is the original film musical.","original_language":"en","vote_count":46,"release_date":"1927-10-06","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/941: -------------------------------------------------------------------------------- 1 | {"id":941,"adult":false,"video":false,"original_title":"Lethal Weapon","popularity":11.902999877929688,"poster_path":"\/drp80fBSWhz0vAmzUibXDyn0Pjo.jpg","title":"Lethal Weapon","overview":"Veteran buttoned-down LAPD detective Roger Murtaugh is partnered with unhinged cop Martin Riggs, who -- distraught after his wife's death -- has a death wish and takes unnecessary risks with criminals at every turn. The odd couple embark on their first homicide investigation as partners, involving a young woman known to Murtaugh with ties to a drug and prostitution ring.","original_language":"en","vote_count":1826,"release_date":"1987-03-06","vote_average":7.0999999046325684} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/942: -------------------------------------------------------------------------------- 1 | {"id":942,"adult":false,"video":false,"original_title":"Lethal Weapon 2","popularity":15.210000038146973,"poster_path":"\/7XAusKpFNv8x9sHpFLAS2lWCT8l.jpg","title":"Lethal Weapon 2","overview":"In the opening chase, Martin Riggs and Roger Murtaugh stumble across a trunk full of Krugerrands. They follow the trail to a South African diplomat who's using his immunity to conceal a smuggling operation. When he plants a bomb under Murtaugh's toilet, the action explodes!","original_language":"en","vote_count":1382,"release_date":"1989-07-07","vote_average":6.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/943: -------------------------------------------------------------------------------- 1 | {"id":943,"adult":false,"video":false,"original_title":"Lethal Weapon 3","popularity":11.960000038146973,"poster_path":"\/pr5RcT2TdJ09PkETdhRiwixf8PW.jpg","title":"Lethal Weapon 3","overview":"Archetypal buddy cops Riggs and Murtaugh are back for another round of high-stakes action, this time setting their collective sights on bringing down a former Los Angeles police lieutenant turned black market weapons dealer. Lorna Cole joins as the beautiful yet hardnosed internal affairs sergeant who catches Riggs's eye.","original_language":"en","vote_count":1082,"release_date":"1992-05-15","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/944: -------------------------------------------------------------------------------- 1 | {"id":944,"adult":false,"video":false,"original_title":"Lethal Weapon 4","popularity":11.86299991607666,"poster_path":"\/kpC9Y0jhwTqtRlcetxbgn3crnlU.jpg","title":"Lethal Weapon 4","overview":"In the combustible action franchise's final installment, maverick detectives Martin Riggs and Roger Murtaugh square off against Asian mobster Wah Sing Ku, who's up to his neck in slave trading and counterfeit currency. With help from gumshoe Leo Getz and smart-aleck rookie cop Lee Butters, Riggs and Murtaugh aim to take down Ku and his gang.","original_language":"en","vote_count":1028,"release_date":"1998-07-10","vote_average":6.4000000953674316} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/946: -------------------------------------------------------------------------------- 1 | {"id":946,"adult":false,"video":false,"original_title":"Letter from an Unknown Woman","popularity":4.2960000038146973,"poster_path":"\/7MSqoDEYiYBT5jNhXYNieBa005Z.jpg","title":"Letter from an Unknown Woman","overview":"A pianist about to flee from a duel receives a letter from a woman he cannot remember. As she tells the story of her lifelong love for him, he is forced to reinterpret his own past.","original_language":"en","vote_count":79,"release_date":"1948-04-28","vote_average":8.1999998092651367} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/947: -------------------------------------------------------------------------------- 1 | {"id":947,"adult":false,"video":false,"original_title":"Lawrence of Arabia","popularity":13.630999565124512,"poster_path":"\/j21UXCOq0EbV8EPTtmPn1CGePfB.jpg","title":"Lawrence of Arabia","overview":"The story of British officer T.E. Lawrence's mission to aid the Arab tribes in their revolt against the Ottoman Empire during the First World War. Lawrence becomes a flamboyant, messianic figure in the cause of Arab unity but his psychological instability threatens to undermine his achievements.","original_language":"en","vote_count":1145,"release_date":"1962-12-10","vote_average":8} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/948: -------------------------------------------------------------------------------- 1 | {"id":948,"adult":false,"video":false,"original_title":"Halloween","popularity":13.586000442504883,"poster_path":"\/vjoOFOTBJcJvA1weJejlZ92LZD4.jpg","title":"Halloween","overview":"In John Carpenter's horror classic, a psychotic murderer, institutionalized since childhood for the murder of his sister, escapes and stalks a bookish teenage girl and her friends while his doctor chases him through the streets.","original_language":"en","vote_count":1557,"release_date":"1978-10-24","vote_average":7.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/949: -------------------------------------------------------------------------------- 1 | {"id":949,"adult":false,"video":false,"original_title":"Heat","popularity":14.142000198364258,"poster_path":"\/zMyfPUelumio3tiDKPffaUpsQTD.jpg","title":"Heat","overview":"Obsessive master thief, Neil McCauley leads a top-notch crew on various daring heists throughout Los Angeles while determined detective, Vincent Hanna pursues him without rest. Each man recognizes and respects the ability and the dedication of the other even though they are aware their cat-and-mouse game may end in violence.","original_language":"en","vote_count":2512,"release_date":"1995-12-15","vote_average":7.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/950: -------------------------------------------------------------------------------- 1 | {"id":950,"adult":false,"video":false,"original_title":"Ice Age: The Meltdown","popularity":25.197999954223633,"poster_path":"\/isRuztu5Ch7FJdtSBLcG8QSOpEI.jpg","title":"Ice Age: The Meltdown","overview":"Diego, Manny and Sid return in this sequel to the hit animated movie Ice Age. This time around, the deep freeze is over, and the ice-covered earth is starting to melt, which will destroy the trio's cherished valley. The impending disaster prompts them to reunite and warn all the other beasts about the desperate situation.","original_language":"en","vote_count":4404,"release_date":"2006-03-23","vote_average":6.5} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Data/951: -------------------------------------------------------------------------------- 1 | {"id":951,"adult":false,"video":false,"original_title":"Kindergarten Cop","popularity":3.6129999160766602,"poster_path":"\/7NkSMYuyVamvCnM5mYD6FkD59Wu.jpg","title":"Kindergarten Cop","overview":"Hard-edged cop John Kimble gets more than he bargained for when he goes undercover as a kindergarten teacher to get the goods on a brutal drug lord while at the same time protecting the man's young son. Pitted against a class of boisterous moppets whose antics try his patience and test his mettle, Kimble may have met his match … in more ways than one.","original_language":"en","vote_count":906,"release_date":"1990-12-21","vote_average":5.8000001907348633} -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Models/CarouselRow.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Carousel.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Stephane Magne on 8/26/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import LiveCollections 11 | 12 | struct CarouselRow: Equatable { 13 | let identifier: String 14 | let movies: [Movie] 15 | } 16 | 17 | extension CarouselRow: UniquelyIdentifiable { 18 | typealias RawType = CarouselRow 19 | var uniqueID: String { return identifier } 20 | var hashValue: Int { 21 | return movies.reduce(identifier.hashValue) { $0 ^ $1.hashValue } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Models/CarouselSection.swift: -------------------------------------------------------------------------------- 1 | // 2 | // CarouselSection.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Stephane Magne on 9/3/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import LiveCollections 11 | 12 | struct CarouselSection: Equatable { 13 | let sectionIdentifier: String 14 | let carousels: [CarouselRow] 15 | } 16 | 17 | extension CarouselSection: UniquelyIdentifiableSection { 18 | var uniqueID: String { return sectionIdentifier } 19 | var items: [CarouselRow] { return carousels } 20 | var hashValue: Int { return carousels.reduce(uniqueID.hashValue) { $0 ^ $1.hashValue } } 21 | } 22 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Models/MovieSection.swift: -------------------------------------------------------------------------------- 1 | // 2 | // MovieSection.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Stephane Magne on 8/29/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | import LiveCollections 11 | 12 | struct MovieSection: Equatable { 13 | let sectionIdentifier: String 14 | let movies: [Movie] 15 | } 16 | 17 | extension MovieSection: UniquelyIdentifiableSection { 18 | 19 | var uniqueID: String { return sectionIdentifier } 20 | var items: [Movie] { return movies } 21 | var hashValue: Int { return items.reduce(uniqueID.hashValue) { $0 ^ $1.hashValue } } 22 | } 23 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Shared Views/ResuableViewHelper.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ResuableViewHelper.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Paris Pinkney on 7/7/16. 6 | // Copyright © 2016 Scribd. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | extension UITableViewCell { 12 | static var reuseIdentifier: String { 13 | return String(describing: self) 14 | } 15 | } 16 | 17 | extension UICollectionReusableView { 18 | static var reuseIdentifier: String { 19 | return String(describing: self) 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Support/APIErrorModel.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Error.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Théophane Rupin on 5/13/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | public struct APIErrorModel: Decodable { 12 | public let status_code: Int 13 | public let status_message: String 14 | } 15 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Support/Caches/ImageFileEncoder.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ImageFileEncoder.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Stephane Magne on 7/15/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | final class ImageFileEncoder: FileEncoderInterface { 12 | 13 | let folderName: String 14 | 15 | init(folderName: String) { 16 | self.folderName = folderName 17 | } 18 | 19 | func decode(from data: Data) -> UIImage? { 20 | return UIImage(data: data) 21 | } 22 | 23 | func encode(for image: UIImage) -> Data? { 24 | return image.pngData() 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /LiveCollectionsSample/LiveCollectionsSample/Source/Support/Result.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Result.swift 3 | // LiveCollectionsSample 4 | // 5 | // Created by Théophane Rupin on 4/5/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | public enum Result { 12 | case success(Value) 13 | case failure(Error) 14 | } 15 | -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- 1 | // swift-tools-version:5.3 2 | 3 | import PackageDescription 4 | 5 | let package = Package( 6 | name: "LiveCollections", 7 | platforms: [ 8 | .iOS(.v9), 9 | ], 10 | products: [ 11 | .library( 12 | name: "LiveCollections", 13 | type: .static, 14 | targets: ["LiveCollections"]), 15 | ], 16 | dependencies: [], 17 | targets: [ 18 | .target( 19 | name: "LiveCollections", 20 | dependencies: [], 21 | resources: [ 22 | .process("LICENSE") 23 | ]), 24 | .testTarget( 25 | name: "LiveCollectionsTests", 26 | dependencies: ["LiveCollections"]), 27 | 28 | ] 29 | ) 30 | -------------------------------------------------------------------------------- /ReadMe/LiveCollections_Animated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/LiveCollections_Animated.png -------------------------------------------------------------------------------- /ReadMe/LiveCollections_main_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/LiveCollections_main_logo.png -------------------------------------------------------------------------------- /ReadMe/discrete_sections_collection_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/discrete_sections_collection_view.png -------------------------------------------------------------------------------- /ReadMe/discrete_sections_collection_view_with_synchronizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/discrete_sections_collection_view_with_synchronizer.png -------------------------------------------------------------------------------- /ReadMe/discrete_sections_table_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/discrete_sections_table_view.png -------------------------------------------------------------------------------- /ReadMe/discrete_sections_table_view_with_synchronizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/discrete_sections_table_view_with_synchronizer.png -------------------------------------------------------------------------------- /ReadMe/multi_section_collection_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/multi_section_collection_view.png -------------------------------------------------------------------------------- /ReadMe/multi_section_table_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/multi_section_table_view.png -------------------------------------------------------------------------------- /ReadMe/sectioned_table_of_carousels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/sectioned_table_of_carousels.png -------------------------------------------------------------------------------- /ReadMe/single_section_collection_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/single_section_collection_view.png -------------------------------------------------------------------------------- /ReadMe/single_section_table_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/single_section_table_view.png -------------------------------------------------------------------------------- /ReadMe/table_of_carousels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/table_of_carousels.png -------------------------------------------------------------------------------- /ReadMe/using_a_data_factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scribd/LiveCollections/2b4cd40616ccfc0b4bcd4434e12c5cd19b51bc41/ReadMe/using_a_data_factory.png -------------------------------------------------------------------------------- /Sources/LiveCollections/Classes/Internal/Extensions/DispatchQueue+Extensions.swift: -------------------------------------------------------------------------------- 1 | // 2 | // DispatchQueue+Extensions.swift 3 | // LiveCollections 4 | // 5 | // Created by Stephane Magne on 10/13/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | extension DispatchQueue { 12 | 13 | func safeSync(execute work: () -> T) -> T { 14 | 15 | if Thread.isMainThread, self === DispatchQueue.main { 16 | return work() 17 | } else { 18 | return sync { return work() } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Sources/LiveCollections/Classes/Public/Non-Unique/NonUniquelyIdentifiableProtocols.swift: -------------------------------------------------------------------------------- 1 | // 2 | // NonUniquelyIdentifiableProtocols.swift 3 | // LiveCollections 4 | // 5 | // Created by Stephane Magne on 10/6/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | import Foundation 10 | 11 | public protocol NonUniquelyIdentifiable: Equatable { 12 | associatedtype NonUniqueIDType: Hashable 13 | var nonUniqueID: NonUniqueIDType { get } 14 | } 15 | -------------------------------------------------------------------------------- /Sources/LiveCollections/LiveCollections.h: -------------------------------------------------------------------------------- 1 | // 2 | // LiveCollections.h 3 | // LiveCollections 4 | // 5 | // Created by Stephane Magne on 7/15/18. 6 | // Copyright © 2018 Scribd. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | //! Project version number for LiveCollections. 12 | FOUNDATION_EXPORT double LiveCollectionsVersionNumber; 13 | 14 | //! Project version string for LiveCollections. 15 | FOUNDATION_EXPORT const unsigned char LiveCollectionsVersionString[]; 16 | 17 | // In this header, you should import all the public headers of your framework using statements like #import 18 | 19 | 20 | --------------------------------------------------------------------------------