Jump to content
LaunchBox Community Forums

Movie Scraper (Reboot 2023) 1.4.0

   (4 reviews)

3 Screenshots

About This File

This is a reboot of the Movie Scraper Plugin by @Slipstream.

 

 

The intent of this plugin is to scrape metadata and media for movies you’ve imported into LaunchBox.

Q&A:

Why use LaunchBox as your digital movie library?

Because you can.

 

What metadata is imported?

  • Title
  • Notes (Movie Plot)
  • Release Date
  • Publisher (Production Studio i.e. “Marvel Studios”)
  • Genre(s)
  • Series (Collection i.e. “The Avengers Collection”)
  • Video Url (YouTube movie trailer)

 

What media is imported?

  • Box – Front
  • Banner
  • Clear Logo
  • Disc
  • Fanart – Background
  • Arcade – Marquee

 

Can it import media I already have?

Yes.  When importing media, the plugin will 1st look in the same folder the movie file is located.

 

Do I need to have my own personal API keys for both TMDB and FanArt.TV?

Yes.

However, when running Setup the first time, “temporary” API keys are automatically inserted.  For now, they work. But for best, continued results, obtain and enter in your own keys. (See below)

 

Are both API keys required to scape?

Yes.  If either of the keys are missing or invalid, the plugin will exit.

 

Do the Movie Titles [in LaunchBox] need to be named a certain way before scraping?

Yes.  The Titles should be the name of the movie without any extras.

  • The Avengers will work.
  • The Avengers (2012) will work.  (new v1.3.0)
  • The Avengers 2012 will not work.*
  • The.Avengers.2012.1080p.BluRay.x264.DTS-FGT will not work.*

*No.  If you have a valid Information (NFO) file in the same folder as the movie, the plugin will parse the file to get the proper Title and movie ID#.

  • The Avengers 2012 will work.
  • The.Avengers.2012.1080p.BluRay.x264.DTS-FGT will also work.

 

Can I scrape more than one movie at a time?

Yes.  Select multiple (or all) movies in the Platform, right-click and select Scrape Movie.

  • You may want to test with just one movie or only a couple at first.

 

Can I scrape metadata in a language other than English?

Yes.  See Setup: below.  (new v1.3.0)

 

Installation:

  1. Download the zip file
  2. Unblock it by right-clicking the file, select Properties, check “Unblock” and click OK.
    • (Alternately, just use 7Zip to open the downloaded file)
  3. Copy the folder inside the zip into ../LaunchBox/Plugins/
    • i.e.    D:\LaunchBox\Plugins\MovieScraper2023\MovieScraper.dll

Setup:

  1. Start LaunchBox
  2. Click Tools and select “Movie Scraper Setup”
    1. Enter in your API keys
    2. Click Verify Keys to confirm they are working
    3. (Optional) Check “Automatically select 1st Movie when multiple results are found”
    4. (Optional) Select a language to use when downloading metadata.  (Default: English)  (new v1.3.0)
    5. Click Save

Use:

  1. Select one or movies you have imported into LaunchBox, then right-click on one of them.
  2. Select Scrape Movie
    • A “Please Stand By” window will appear indicating scraping is in progress.
    • If a movie has more than one ‘close match’, a window will appear where you can select the correct movie.  
      • Unless during Setup, you checked “Automatically select 1st Movie when multiple results are found”.
  3. Scraping is complete when “Please Stand By” disappears.
  4. When completed, press F5 to refresh the Box-Front images for the selected movie(s).  Click on a different movie and then back on one just scraped to refresh the images in the right side-bar.

 

 

Getting your personal API keys:  (both are free to get)

TMDB

A TMDB user account is required to get an API key. Once created, log in and go to Profile - Overview - Edit Profile. Go down to API to get your “api_key (v3 auth)”. http://www.themoviedb.org

FanArt.TV

Register an account at https://fanart.tv/. Once registered, go to https://fanart.tv/get-an-api-key/ to find your personal key

 

The process when scraping:

  1. Get the API keys from APIfile.xml and verify the API keys are valid
    • If either API key returns “Unauthorized”, the plugin will exit
  2. Check if the movie has an NFO file (in the same folder as the video file). If so…
    • Get/store the movies ID#.  (Can be either TMDB or IMDB)
    • Set the ‘games’ Title
  3. Check for existing image files in the same folder as the video file. If any exist, copy them into LB
    • Image files need to have the same name as the video file, plus -imageType.png (or .jpg depending on the image type)
  4. Search TMDB using ‘Title’.  (If an NFO file exists, search by the movie ID# from step 2 above)
    • If no matches, “The movie could not be found.” [popup message] will appear.
      • When scraping in bulk, a popup will appear at the end of all scraping instead, listing the movies not found
    • If there are multiple matches, a window will appear to have you select the correct movie.  (Unless you chose to “Automatically select 1st Movie” during Setup)
    • If there’s only 1 match (or when a movie was manually selected), set the movies:
      • Title, Notes, Release Date, Publisher, Genre(s), Series and Video Url (link to movie trailer)
  5. Download images from TMDB and FanArt.TV. Download images only if the image type doesn’t already exist (i.e. local images weren’t found)

 

Order of precedence for importing images:

Local images:
Box-Front
Banner
Clear Logo
Disc
Fanart-Background
Arcade-Marquee

TMDB:
Box-Front
Fanart-Background

FanArt.TV:
Box-Front
Banner
Clear Logo
Disc
Fanart-Background
Arcade-Marquee

 

When selecting a language other than English (new option v1.3.0) to download metadata, Box-Front and Background images are the only ones that will appear in that language (if available).  FanArt.TV doesn't appear to support other languages.

 

Big thanks to @Slipstream for the original code and @jayjay for his update.   Thanks to @universeofgamer for the suggestion to add the option to scrape metadata in other languages.

As always, all comments and suggestions are welcomed.


What's New in Version 1.4.0   See changelog

Released

Fixed:        Error appears when selecting extraordinarily high grossing movies (i.e. Avatar at $2,923,706,026)
Fixed:        Movie-specific Background images wouldn't download if the Platform had an existing Fanart image.
Changed:  Downloaded Background image size from a width of 500 to the largest size available from TMDB.

  • Like 11
  • Thanks 3
  • Unusual Gem 2

User Feedback

Recommended Comments



16 minutes ago, Lucoshi said:

image.png.d48dd4ef993c527174fb6c00bfdea0fe.png

Can you attach your most recent log file for when the error occurred, please.

It'll be located in \\LaunchBox\Plugins\MovieScraper2023\Logs\

Link to comment
Share on other sites

On 7/9/2023 at 12:33 PM, billy1251971 said:

Ok, after looking at the log file i worked out what the problem was (my fault). thankyou . Excellent plugin

How did you fix this issue? It says "Fanart-background image already exists" for me yet there is no background image downloaded and nothing in the images that were downloaded. Can someone help me fix this? I really don't wanna manually put backgrounds on all these

Link to comment
Share on other sites

8 hours ago, Taamo said:

How did you fix this issue? It says "Fanart-background image already exists" for me yet there is no background image downloaded and nothing in the images that were downloaded. Can someone help me fix this? I really don't wanna manually put backgrounds on all these

Troubleshooting:

  • Edit one of the movies you scraped with the plugin and go to the Media - Images section.  Scroll through the images there to verify that there is/is-not a Fanart-Background image.
  • Take a look at the log file (located in  \LaunchBox\Plugins\MovieScraper2023\Logs\) for that session.  See if indicates anything like "No Fanart-Background (moviebackground) for this movie".  If it gets it from TBDB, you will see "TMDB Downloaded Fanart-Background" and then down below under "Attempting to get images from FanArt.TV...", you should see "Fanart-Background image already exists".
  • If it's a single movie you're having this issue with, go to TMDB and FanArt.TV websites and confirm that they even offer a Fanart-Background image.  TMDB might call it a 'backdrop' image and FanArt.TV, 'movie background'.

 

Please let me know your results from trying the above.

Link to comment
Share on other sites

54 minutes ago, JoeViking245 said:

Troubleshooting:

  • Edit one of the movies you scraped with the plugin and go to the Media - Images section.  Scroll through the images there to verify that there is/is-not a Fanart-Background image.
  • Take a look at the log file (located in  \LaunchBox\Plugins\MovieScraper2023\Logs\) for that session.  See if indicates anything like "No Fanart-Background (moviebackground) for this movie".  If it gets it from TBDB, you will see "TMDB Downloaded Fanart-Background" and then down below under "Attempting to get images from FanArt.TV...", you should see "Fanart-Background image already exists".
  • If it's a single movie you're having this issue with, go to TMDB and FanArt.TV websites and confirm that they even offer a Fanart-Background image.  TMDB might call it a 'backdrop' image and FanArt.TV, 'movie background'.

 

Please let me know your results from trying the above.

Hello, yes I tried all of the above as I saw you had posted this solution earlier in the thread, but this did not fix my issue. I scrolled the images and no background was downloaded, I looked in the log files and it did not say "no background for this movie" rather it told me that a background already existed (no background image is there) and I checked the website for both for these movies and they do indeed have backgrounds on both TMDB and Fanart.tv

Any idea what could be going on? Everything else like the cover, disc art, logo, etc downloads and is shown, but so far none of them will get the background image

Link to comment
Share on other sites

15 minutes ago, Taamo said:

Hello, yes I tried all of the above as I saw you had posted this solution earlier in the thread, but this did not fix my issue. I scrolled the images and no background was downloaded, I looked in the log files and it did not say "no background for this movie" rather it told me that a background already existed (no background image is there) and I checked the website for both for these movies and they do indeed have backgrounds on both TMDB and Fanart.tv

Any idea what could be going on? Everything else like the cover, disc art, logo, etc downloads and is shown, but so far none of them will get the background image

Ah, OK. You didn't mention that. So wasn't sure.  When you edit one of the movies, how many images does it have and what are those image types?

 

The plugin looks for existing background images based on the 'generic' Background image. 

Go to Tools < Options < Media < Background Priorities.

Of the boxes that are checked there, are any of the image types you found above one of those?

 

If none of that sheds any light, can you share the plugin's log files.

Link to comment
Share on other sites

6 hours ago, JoeViking245 said:

Ah, OK. You didn't mention that. So wasn't sure.  When you edit one of the movies, how many images does it have and what are those image types?

 

The plugin looks for existing background images based on the 'generic' Background image. 

Go to Tools < Options < Media < Background Priorities.

Of the boxes that are checked there, are any of the image types you found above one of those?

 

If none of that sheds any light, can you share the plugin's log files.

The images that it successfully downloads are the Box - Front, Arcade- Marquee, Banner, Clear Logo, and Disc. 
On my Background Priorities list, I have every type of background checkmarked, however Fanart - Background is at the top of the list. 
Any idea what could be going on? By the way here is a log file. 

LogFile 2025-01-16 14-25-48.txt

Link to comment
Share on other sites

33 minutes ago, Taamo said:

The images that it successfully downloads are the Box - Front, Arcade- Marquee, Banner, Clear Logo, and Disc. 
On my Background Priorities list, I have every type of background checkmarked, however Fanart - Background is at the top of the list. 
Any idea what could be going on? By the way here is a log file. 

I just did a couple tests and can't seem to reproduce it.   As in... It's working here.

In your /LaunchBox/Images/[your_movie_platform]/ folder, is there a "Fanart - Background" folder?   Are there images in that folder?   

Is there one (or more?) closely named to Child_s Play-01.jpg?

How about in your other 'background' image folders?  Any "Child.....jpg" images?

image.png.bae7ac9152ad9688b9704776b99cf00d.png

When you say "every type", I assume it's just these 5.  Any chance you have 'Banner' or 'Arcade - Marquee' or something else checked in there as well?

Link to comment
Share on other sites

12 hours ago, JoeViking245 said:

I just did a couple tests and can't seem to reproduce it.   As in... It's working here.

In your /LaunchBox/Images/[your_movie_platform]/ folder, is there a "Fanart - Background" folder?   Are there images in that folder?   

Is there one (or more?) closely named to Child_s Play-01.jpg?

How about in your other 'background' image folders?  Any "Child.....jpg" images?

image.png.bae7ac9152ad9688b9704776b99cf00d.png

When you say "every type", I assume it's just these 5.  Any chance you have 'Banner' or 'Arcade - Marquee' or something else checked in there as well?

Yes, those 5 are checkmarked and nothing else in the Background Priorities section.
Here's what my folder looks like in images. let me know if anything seems off. And no, I do not have any other movies that are close in name to the ones I've tried so far. 
Do you think there would be any way to upload a version of this scraper where even if it says there is already a background image, it downloads a new one anyway to overcome this issue? If we can't find a fix anyway

20250117_050302.jpg

Link to comment
Share on other sites

50 minutes ago, Taamo said:

Yes, those 5 are checkmarked and nothing else in the Background Priorities section.
Here's what my folder looks like in images. let me know if anything seems off. 

Appears that at some point you may have manually reinstalled LaunchBox.  Try looking in /LaunchBox/Images/ (vs /LaunchBox/LaunchBox/Images/)?

image.thumb.png.83629e3cdc1727f7d7ae94a79249217c.png

(unless that structure is by your design)

Also you have 2 images for '3 Centimeters Per Second'.  The plugin wouldn't have done that.  Manually added?

Did those other Background - Fanart images come via the plugin?

 

1 hour ago, Taamo said:

And no, I do not have any other movies that are close in name to the ones I've tried so far. 

Sorry. I was meaning file names in those 5 folders.

 

1 hour ago, Taamo said:

Do you think there would be any way to upload a version of this scraper where even if it says there is already a background image, it downloads a new one anyway to overcome this issue? If we can't find a fix anyway

I'd rather try to resolve what's going on before resorting to 'drastic measures'.  (Well... not really "drastic". But it'd be nice to figure out what exactly is going on.)

Link to comment
Share on other sites

3 minutes ago, JoeViking245 said:

Appears that at some point you may have manually reinstalled LaunchBox.  Try looking in /LaunchBox/Images/ (vs /LaunchBox/LaunchBox/Images/)?

image.thumb.png.83629e3cdc1727f7d7ae94a79249217c.png

(unless that structure is by your design)

Also you have 2 images for '3 Centimeters Per Second'.  The plugin wouldn't have done that.  Manually added?

Did those other Background - Fanart images come via the plugin?

 

Sorry. I was meaning file names in those 5 folders.

 

I'd rather try to resolve what's going on before resorting to 'drastic measures'.  (Well... not really "drastic". But it'd be nice to figure out what exactly is going on.)

The Structure was by design yes on my end due to the way I add some extra material to some games (Artbooks, Tournament videos, that sort of thing). The backgrounds for centimeters per second were also done by me, all images currently there are not from the plugin but ones I had manually put in (I actually was using Launchbox for movies far before I found this plugin, but this would help a ton with the movies I hadn't added yet hence trying it out)
There is no images folder in the first Launchbox folder there, as the only thing listed there is the Extra Materials folder and the second Launchbox folder. See image attached below
 

20250117_065206.jpg

Link to comment
Share on other sites

1 hour ago, Taamo said:

The Structure was by design yes on my end due to the way I add some extra material to some games (Artbooks, Tournament videos, that sort of thing).

Makes sense.

 

Can you try this... With LaunchBox closed, Move (not copy) those 5 'background' folders to somewhere outside of /LaunchBox/.  (i.e. Into your root E:\LaunchBox\ folder alongside EXTRA MATERIALS would work.)  LB will, at some point recreate those folders.  Start LaunchBox (none of the movies should now have any background images) and run the plugin.  

Link to comment
Share on other sites

18 hours ago, JoeViking245 said:

Makes sense.

 

Can you try this... With LaunchBox closed, Move (not copy) those 5 'background' folders to somewhere outside of /LaunchBox/.  (i.e. Into your root E:\LaunchBox\ folder alongside EXTRA MATERIALS would work.)  LB will, at some point recreate those folders.  Start LaunchBox (none of the movies should now have any background images) and run the plugin.  

Alright, trying this now with the debug version of the scraper. For the record though, I did try copying the folder somewhere else before and deleting all the fanart background images and then trying the plugin, and still nothing happened. That said maybe moving it to the first launchbox folder might do something, so lemme give it a shot!

Tried it and sadly, no dice. Once again logos and things downloaded, but no background. Logs seem to imply it continues to think there is already a background image there even though there is not. As well, it seems to say it is trying to save the files to a folder called "Fanart" instead of Fanart - Background. Is this normal? The thing is, I looked in the directory it states in the logs, and there literally isn't even a Fanart folder in there...here's a picture of what is in my images folder looks like after running the plugin again with your instructions, and here's the log file.

EDIT: I think I found the issue after reading the logs again, but you let me know if this is correct. It looks like it is trying to save the background image to "Images\Platforms\Movies" but my directory for images in movies is "Images\Movies" as is my directory for every other console I have in Launchbox, as is normal. Strangely this seemingly only does this with the background image, while everything else goes to the correct directory.
Know any way to fix this?
 

20250118_031754.jpg

LogFile 2025-01-18 03-14-27.txt

Edited by Taamo
Link to comment
Share on other sites

3 hours ago, Taamo said:

It looks like it is trying to save the background image to "Images\Platforms\Movies" but my directory for images in movies is "Images\Movies"

To get the existing background image path, the plugin uses LaunchBox's API call IGame.BackgroundImagePath.  The path that call returns (if any) is the first path found that has an image associated with 'that' game (IGame) based on the (5 in this case) Background Image Priorities.

  • Go to Tools < Manage < Platforms
  • Select Movies and click Edit
  • Click the Folders tab  
  • Look through the Folder Path(s) for one (or more?) that point to 
    • Images\Platforms\Movies  
  • Probably start with looking at the Media Type "Fanart - Background"
    • (and then the other 4 Background's)

Do any of the Folder Paths (starting from "Advertisement Flyer - Back" all the way through "Uplay Thumbnail") point to Images\Platforms\Movies\..?

Link to comment
Share on other sites

8 hours ago, JoeViking245 said:

To get the existing background image path, the plugin uses LaunchBox's API call IGame.BackgroundImagePath.  The path that call returns (if any) is the first path found that has an image associated with 'that' game (IGame) based on the (5 in this case) Background Image Priorities.

  • Go to Tools < Manage < Platforms
  • Select Movies and click Edit
  • Click the Folders tab  
  • Look through the Folder Path(s) for one (or more?) that point to 
    • Images\Platforms\Movies  
  • Probably start with looking at the Media Type "Fanart - Background"
    • (and then the other 4 Background's)

Do any of the Folder Paths (starting from "Advertisement Flyer - Back" all the way through "Uplay Thumbnail") point to Images\Platforms\Movies\..?

Just checked, none of the folders direct to Images\Platforms\Movies, its all Images\Movies.

Link to comment
Share on other sites

1 hour ago, Taamo said:

Just checked, none of the folders direct to Images\Platforms\Movies, its all Images\Movies.

Really not sure what to tell you then.  LaunchBox that's telling the plugin that that's the folder.  So, something somewhere is pointing to it.

Would you mind attaching your /LaunchBox/Data/Platforms.xml file?

Curious though, what exactly is the image E:\Launchbox\LaunchBox\Images\Platforms\Movies\Fanart\wp2411645.jpg?

Link to comment
Share on other sites

7 hours ago, JoeViking245 said:

Really not sure what to tell you then.  LaunchBox that's telling the plugin that that's the folder.  So, something somewhere is pointing to it.

Would you mind attaching your /LaunchBox/Data/Platforms.xml file?

Curious though, what exactly is the image E:\Launchbox\LaunchBox\Images\Platforms\Movies\Fanart\wp2411645.jpg?

The image is just the background I use for the platform itself, it looks like this. (Image below)
Anyway, here is the file

20250119_053832.jpg

Platforms.xml

Link to comment
Share on other sites

@Taamo

(as it turns out...  aka 'things I've learned') LaunchBox wants to give your games every possible chance to have a background image available.  It will use the 1st background image found [for that 'game'] based on your Background Image Priorities.  If none are found, as a fallback, it will look for a Fanart image for the Platform it's in.  (Not sure if they're any other 'fallbacks' after that.)

Appears you're the 1st user in the last almost 2 years since this plugins' release to have the due diligence to actually add a Fanart image to the platform.  That, or the ones who have never paid attention to their downloaded results. ;) 

Thank you for your patience, help and understanding.  

 

Temporary Fix:

  • (Temporarily) remove the image(s) in your \LaunchBox\Images\Platforms\[name_of_platform]\Fanart\ folder
    • (moving it into your \LaunchBox\Images\Platforms\[name_of_platform]\ folder will work)
  • Run the Movie Scraper plugin
  • After all movies have been scraped for, replace the image(s)

Permanent Fix:

The next update will address existing images found in \Images\Platforms\

Link to comment
Share on other sites

On 1/19/2025 at 8:31 AM, JoeViking245 said:

@Taamo

(as it turns out...  aka 'things I've learned') LaunchBox wants to give your games every possible chance to have a background image available.  It will use the 1st background image found [for that 'game'] based on your Background Image Priorities.  If none are found, as a fallback, it will look for a Fanart image for the Platform it's in.  (Not sure if they're any other 'fallbacks' after that.)

Appears you're the 1st user in the last almost 2 years since this plugins' release to have the due diligence to actually add a Fanart image to the platform.  That, or the ones who have never paid attention to their downloaded results. ;) 

Thank you for your patience, help and understanding.  

 

Temporary Fix:

  • (Temporarily) remove the image(s) in your \LaunchBox\Images\Platforms\[name_of_platform]\Fanart\ folder
    • (moving it into your \LaunchBox\Images\Platforms\[name_of_platform]\ folder will work)
  • Run the Movie Scraper plugin
  • After all movies have been scraped for, replace the image(s)

Permanent Fix:

The next update will address existing images found in \Images\Platforms\

Tried the temporary fix and it seems to have fixed the issue, the background instantly downloaded correctly. How silly!
In the meantime while I wait for the update I'll just do it this way. Thanks!
By the way, kind of unrelated, think there's any way to make an easy to use scraper like this for TV series? I imagine it might be a little more tricky for something like that, but the only scraper I saw for TV series on here was like, if you had each individual tv episode added, which is not how I have it set up, I have it so its just the whole series put as a single title there and then I choose the episode myself afterwards, so in other words its listed the same as my movies, but anyway I'm rambling
can't wait for the update to this movie scraper! thanks for troubleshooting with me

By the way, is there a reason much of the background art downloads at such a low resolution? I can deal with it over having to do all the work myself but it can be a little distracting since I don't often use a blur on the background. Thanks!

Edited by Taamo
Link to comment
Share on other sites

1 hour ago, Taamo said:

Tried the temporary fix and it seems to have fixed the issue, the background instantly downloaded correctly. How silly!
In the meantime while I wait for the update I'll just do it this way. Thanks!

Glad to hear it's working (with the workaround) now.

 

1 hour ago, Taamo said:

By the way, kind of unrelated, think there's any way to make an easy to use scraper like this for TV series? I imagine it might be a little more tricky for something like that, but the only scraper I saw for TV series on here was like, if you had each individual tv episode added, which is not how I have it set up, I have it so its just the whole series put as a single title there and then I choose the episode myself afterwards, but anyway I'm rambling

Never used it, but there is a plugin available for TV Series'.

 

3 hours ago, Taamo said:

By the way, is there a reason much of the background art downloads at such a low resolution? I can deal with it over having to do all the work myself but it can be a little distracting since I don't often use a blur on the background. Thanks!

Probably.  The background image size downloaded is the size that the original plugin used, which is set at a width of 500. So you'd get something like a 500x281 image.

Myself, I never tested viewing on anything larger than my computer monitor.  And even then, I only ever viewed them in LaunchBox in the Game Details pane, and to me they seemed OK.  Also to the 700+ downloaders of this plugin and the 2600+ downloaders of its predecessor. ;)  TBH, I don't use this plugin so never really thought about it (and no one else has brought it up before). 

 

TMDB offers 3 image sizes plus "original".  On 2 movies that I quickly tested, 'original' gave images sized at 2048x1152 and 3000x1687.

I'll go ahead and change it in the next update from 500 to "original".  Since it is a background, I imagine users would want it to be full-background-size.  And that'll be a lot easier than me adding user options for image size. ;) 

Link to comment
Share on other sites

version 1.4.0 released

Fixed:          Error appears when selecting extraordinarily high grossing movies (i.e. Avatar at $2,923,706,026)
Fixed:          Movie-specific Background images wouldn't download if the Platform had an existing Fanart image.
Changed:    Downloaded Background image size from a width of 500 to the largest size available from TMDB.

Link to comment
Share on other sites

5 hours ago, JoeViking245 said:

Glad to hear it's working (with the workaround) now.

 

Never used it, but there is a plugin available for TV Series'.

 

Probably.  The background image size downloaded is the size that the original plugin used, which is set at a width of 500. So you'd get something like a 500x281 image.

Myself, I never tested viewing on anything larger than my computer monitor.  And even then, I only ever viewed them in LaunchBox in the Game Details pane, and to me they seemed OK.  Also to the 700+ downloaders of this plugin and the 2600+ downloaders of its predecessor. ;)  TBH, I don't use this plugin so never really thought about it (and no one else has brought it up before). 

 

TMDB offers 3 image sizes plus "original".  On 2 movies that I quickly tested, 'original' gave images sized at 2048x1152 and 3000x1687.

I'll go ahead and change it in the next update from 500 to "original".  Since it is a background, I imagine users would want it to be full-background-size.  And that'll be a lot easier than me adding user options for image size. ;) 

Thank you so much! I use a mix of my PC monitor and my TV when I use launchbox since I use Big Box most of the time, so I always try to use higher quality backgrounds. Saved me a whole lot of work with this scraper and any movies that it doesn't recognize or images that don't get picked up by it are few and far between so I don't mind having to manually do a handful. 
Also, I'll give that TV Series Scraper a try although I think thats the one I tried before, thanks for the tip
 

  • Game On 1
Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...