[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
Video was not able to be scanned using the current plugins
01-06-2012, 03:20 AM (This post was last modified: 01-06-2012 03:21 AM by Hairy Hippy.)
Post: #1
Video was not able to be scanned using the current plugins
I'm getting the subject of this thread error message on some of my movies (very few to be honest). I'm pretty sure I haven't added/changed any of the plug in settings but just in case here is my properties file:

Code:
######################################################
# name of the details directory of the jukebox
mjb.detailsDirName=evHell Jukebox

# Force the jukebox's XML files to be overwritten
mjb.forceXMLOverwrite=false

# Force the jukebox's index files (xml/html) to be overwritten
# to be used after changing skins, etc
# by default yamj tries to skip indexes if no change detected
mjb.forceIndexOverwrite=false

# Force the jukebox's posters thumbnails to be overwritten
mjb.forceThumbnailsOverwrite=false

# Force the jukebox's detail posters to be overwritten
mjb.forcePostersOverwrite=false

# Force the jukebox's HTML files to be overwritten
mjb.forceHTMLOverwrite=false

# Force the jukebox's Fanart files to be overwritten
mjb.forceFanartOverwrite=false

# Force the jukebox's Banner files to be overwritten
mjb.forceBannersOverwrite=false

# Force the jukebox's Video Image files to be overwritten
mjb.forceVideoImagesOverwrite=false

# Force the skin files to be overwritten (Use when changing the skin)
mjb.forceSkinOverwrite=false

# Path to the skin to use when generating the Jukebox
# the default skin is geared toward HD displays
# an additional skin named "sd" is for Standard Definition displays
mjb.skin.dir=./skins/eversion

# Number of Days a file is considered for the NEW category
# And number of videos to include
# This is the number of days that a video file (either movie or TV Show) stays in the New category
# This should be a integer only, use 0 (Zero) to disable the New category.
# If you only require one category, set the other to 0 (Zero) to disable it.
# If both categories are enabled the master category "New" is created with both Movies and TV Shows in it.
# This can be disabled from the categories.xml file if desired.
# example: mjb.newdays.tv=30  mjb.newcount.tv=25 (the 25 most recent TV Shows within the last 30 days)
# Movie settings
mjb.newdays.movie=0
mjb.newcount.movie=0
# TV Show settings
mjb.newdays.tv=0
mjb.newcount.tv=0

# These are the scanner tokens. You should not really need to change these unless you need specific integration with third party applications
mjb.scanner.fanartToken=-fanart
mjb.scanner.bannerToken=-banner
mjb.scanner.videoimageToken=-videoimage

# JPEG Compression Quality
# Values between 0 and 100 allowed - with 100 specifying minimum compression and maximum quality/filesize
# default jpeg.quality=75
mjb.jpeg.quality=100

# The field that will be used to order the videos on the index pages.
# Valid values are: title, original, filename
# title = The title as scraped from the internet sites (or NFO)
# original = The original title (useful for non-English titles)
# filename = The base filename
mjb.sortTitle=original

# Where should the main rating be from? Average will provide the average of all available ratings, or specify a source list of sites
# Example: mjb.rating.source=imdb,rottentomatoes,average
# This will search imdb, then rottentomatoes for a rating, if they aren't found use the average of any other ratings.
# use the MovieDb setting from http://code.google.com/p/moviejukebox/wiki/Plugins
mjb.rating.source=imdb,rottentomatoes,average

# Scrape information about the awards a movie has received
mjb.scrapeAwards=true

################################################################
## Multi-thread processing parameters
# Only change these values if you know what you are doing.

# This parameter defines the number of processing threads, it defaults to the number of CPU cores
# Set a smaller value to reduce the CPU load
mjb.MaxThreadsProcess=16

# The global limit of web downloading slots.
# Downloading slots do not take CPU power (most of the time :) ), so a higher value here is usual
# per host limits are also used (see MaxDownloadSlots)
# 0 means the same as MaxThreadsProcess (above)
mjb.MaxThreadsDownload=10

# Altering these settings could get you banned from the source websites.
# you can enter explicit limit per host; use regexp just like in source code
mjb.MaxDownloadSlots=.*=2,.*imdb.*=2,.*google.*=5,.*yahoo.*=5,.*themoviedb.*=3,.​*thetvdb.*=2,.*apple.*=1,.*trailersland.com=1

################################################################
## Fanart scanner

# specifies if the fanart scanner should look for and use
# fanart.* or background.* files if found. Warning: if you have either in your directory
# then this will use this for fanart for ALL videos in that folder
# This is really intended for use with TV series or single movie per folder setups
fanart.scanner.useFolderImage=true

# This is the basename of the image to use from the folder. If useFolderImage=true then this additional file will be searched for
fanart.scanner.imageName=fanart

# Determines if the fanart should be validated to ensure it's at least as big as the
# skin properties fanart Width and Height, if not, the fanart will be rejected.
fanart.scanner.Validate=false

################################################################
## Banner scanner

# Specifies if the banner scanner should look for and use folder banner files if found.
# Warning: if you have and of these in your directory then this will use this for banner
# artwork for ALL videos in that folder
# This is really intended for use with TV series or single movie per folder setups
banner.scanner.useFolderImage=true

################################################################
## Boxed Sets parameters
#

# Sorts TV Show specials (Season 0) to the end of the list of seasons
mjb.sets.specialsAtEnd=true

# Include or exclude TV Series from the categories.xml file
mjb.sets.excludeTV=true

################################################################
## MediaInfo scanner
#
mediainfo.home=./mediaInfo/
# Have mediainfo pull meta data tags from media files
# This data, if enabled, will override data in the NFO file
# Valid values are: true, false
mediainfo.metadata.enable=true

################################################################
## IMDb plugin parameters
#

# Get all available information from the "combined" imdb page rather than the more limited "standard" page
imdb.full.info=true

#################################################################
## Person scanner parameters
#
#This parameter sets the collection of enhancement data about people (cast/directors/writers)
mjb.people=true

#Min popularity (count movies where person exists) to scan personal information
mjb.people.popularity=2

#Count of person from per movie to scan personal details
mjb.people.maxCount=2000

#Personal photo included
mjb.includePhoto=true

#Max length of biography
plugin.biography.maxlength=500

#Сount of movie per person
plugin.filmography.max=50

imdb.getCertificationFromMPAA=false
imdb.preferredCountry=UK
Find all posts by this user
Add Thank You Quote this message in a reply
01-06-2012, 03:51 AM
Post: #2
RE: Video was not able to be scanned using the current plugins
Sounds like timeout issues

try this

http://188.138.72.109/showthread.php?tid=45148

All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit.

[Image: watched-fanart.jpg]
http://trakt.tv/downloads/popcorn-hour
Find all posts by this user
Add Thank You Quote this message in a reply
01-06-2012, 08:13 AM
Post: #3
RE: Video was not able to be scanned using the current plugins
That message means that the film wasn't found on the default plugin site.

Usually this means that the site is down or there was an error returned.

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-06-2012, 07:32 PM
Post: #4
RE: Video was not able to be scanned using the current plugins
Now I am getting the same error messages after I deleted my Jukebox to do a full rescan:

[18:21:09 - main ] WARN moviejukebox - Warning (non-fatal): User properties file './skins/default/skin-user.properties', not found.
[18:21:09 - main ] WARN moviejukebox - Warning (non-fatal): User properties file './skins/default\overlay.properties', not found.
[18:21:22 - Thread-8] ERROR moviejukebox - WebBrowser: Error getting URL http://www.google.com/search?q=2001+Spac....com&meta=
[18:21:22 - Thread-8] WARN moviejukebox - Video '2001 Space Odyssey' was not able to be scanned using the current plugins
[18:21:25 - Thread-21] ERROR moviejukebox - WebBrowser: Error getting URL http://www.google.com/search?q=After+Lif....com&meta=
[18:21:25 - Thread-21] WARN moviejukebox - Video 'After.Life Christina Ricci' was not able to be scanned using the current plugins

I created a brand new YAMJ folder and I still get the same messages. This started about an hour ago. I can access google and imdb just fine.

Any help?
Find all posts by this user
Add Thank You Quote this message in a reply
01-06-2012, 07:37 PM
Post: #5
RE: Video was not able to be scanned using the current plugins
You are getting blocked by google in all likelihood. Give it some time and try again.
Alternatively create NFO files for those films and it'll skip the google search

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-06-2012, 10:40 PM (This post was last modified: 01-06-2012 10:41 PM by accident.)
Post: #6
RE: Video was not able to be scanned using the current plugins
Quote:mjb.MaxThreadsProcess=16
mjb.MaxThreadsDownload=10

These are really high. The sites yamj gets data from will ban you if you hit them too hard. and by ban, I mean they could ban you forever and it won't work for any program or even the website. I'm surprised imdb hasn't stopped working for you, they are pretty strict.
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 05:02 PM
Post: #7
RE: Video was not able to be scanned using the current plugins
(01-06-2012 10:40 PM)accident Wrote:  These are really high. The sites yamj gets data from will ban you if you hit them too hard. and by ban, I mean they could ban you forever and it won't work for any program or even the website. I'm surprised imdb hasn't stopped working for you, they are pretty strict.

I thought the threadprocess was related to CPU & RAM? per your excellent "What now?" thread...

And also in that thread you have the download set to 10...

I haven't touched downloadslots. Is that possibly why they haven't banned me yet?
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 05:25 PM
Post: #8
RE: Video was not able to be scanned using the current plugins
I'll have to recheck that guide.. your banning on websites to fast. find the slots line and see where google and yahoo are set to 5? try reducing them to 3. being blocked is worse than slow because at least slower you still finish
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 06:35 PM (This post was last modified: 01-07-2012 06:37 PM by Hairy Hippy.)
Post: #9
RE: Video was not able to be scanned using the current plugins
Ok just to be on the safer side I've changed them to:
mjb.MaxThreadsProcess=5
mjb.MaxThreadsDownload=5
mjb.MaxDownloadSlots=.*=2,.*imdb.*=2,.*google.*=3,.*yahoo.*=3,.*themoviedb.*=3,.​*thetvdb.*=2,.*apple.*=1,.*trailersland.com=1
However I'm still getting the same warnings and it is always for the same set of films:
Code:
[17:07:27 - Thread-3] WARN  moviejukebox  - Video 'American History X (1998)' was not able to be scanned using the current plugins
[17:09:15 - Thread-3] WARN  moviejukebox  - Video 'Harry Potter and the Philosopher's Stone (2001) [SET Harry Potter-1]' was not able to be scanned using the current plugins
[17:09:22 - Thread-3] WARN  moviejukebox  - Video 'Indiana Jones and the Kingdom of the Crystal Skull (2008) [SET Indiana Jones-4]' was not able to be scanned using the current plugins
[17:09:56 - Thread-3] WARN  moviejukebox  - Video 'Moonraker (1979) [SET James Bond-11]' was not able to be scanned using the current plugins
[17:10:10 - Thread-2] WARN  moviejukebox  - Video 'On Her Majesty's Secret Service (1969) [SET James Bond-6]' was not able to be scanned using the current plugins
[17:11:00 - Thread-2] WARN  moviejukebox  - Video 'The Dark Knight (2008) [SET Batman-6]' was not able to be scanned using the current plugins
[17:11:27 - Thread-6] WARN  moviejukebox  - Video 'The Spy Who Loved Me (1977) [SET James Bond-10]' was not able to be scanned using the current plugins
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 09:19 PM
Post: #10
RE: Video was not able to be scanned using the current plugins
What do you have in the NFO files for those movies?

You might still be banned from accessing those sites, or be on a restriction.

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 09:23 PM (This post was last modified: 01-07-2012 09:23 PM by Hairy Hippy.)
Post: #11
RE: Video was not able to be scanned using the current plugins
Not using NFO files any more. I might in this persists.

Why is it just doing it for these particular movies and not the entire collection?
Find all posts by this user
Add Thank You Quote this message in a reply
01-07-2012, 09:46 PM
Post: #12
RE: Video was not able to be scanned using the current plugins
Is the entire collection being re-scanned?

I tried "American History X (1998)" and is scanned ok with my internet connection

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-09-2012, 11:44 PM
Post: #13
RE: Video was not able to be scanned using the current plugins
(01-07-2012 09:46 PM)Omertron Wrote:  Is the entire collection being re-scanned?

If you mean by going out to the internet to retrieve information every time, then no I don't think so. For those movies already in the jukebox, YAMJ says:

Code:
[02:25:51 - Thread-4] Checking existing video: Atonement
[02:25:52 - Thread-4] XML file found for Atonement (2007)
[02:25:52 - Thread-4] Movie addMovieFile : file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/Media/Films/HD%20Quality/Atonement%20%282007%29/Atonement%20%282007%29.mkv
[02:25:52 - Thread-4] RecheckScanner: Checking Atonement (2007)
[02:25:52 - Thread-4] PosterScanner: Local poster file M:\Films\HD Quality\Atonement (2007)\Atonement (2007).tbn found, size 2025 x 3000
[02:25:52 - Thread-4] Watched Scanner: Scanning fileCache for Atonement (2007).mkv
[02:25:52 - Thread-4] Watched Scanner: No matching files found for \Atonement (2007).mkv
[02:25:52 - Thread-4] Watched Scanner: Scanning fileCache for Atonement (2007)
[02:25:52 - Thread-4] Watched Scanner: No matching files found for \Atonement (2007)
[02:25:52 - Thread-4] OpenSubtitles Plugin: Skipping subtitle download for Atonement, subtitles already exist: UNDEFINED
[02:25:52 - Thread-4] Updating poster for: Atonement
[02:25:52 - Thread-4] FanartScanner: File M:\Films\HD Quality\Atonement (2007)\Atonement (2007)-fanart.jpg found
[02:25:52 - Thread-4] FanartScanner: M:\evHell Jukebox\Atonement (2007)-fanart.jpg already exists
[02:25:52 - Thread-4] ConfigurationUtils.locate(): base is C:\YAMJ\.\skins\eversion\overlay\evhell_simple, name is footerposter.xml
[02:25:52 - Thread-4] Loading configuration from the path C:\YAMJ\.\skins\eversion\overlay\evhell_simple\footerposter.xml
[02:25:52 - Thread-4] ConfigurationUtils.locate(): base is C:\YAMJ\.\skins\eversion\overlay\evhell_simple, name is footerlist.xml
[02:25:52 - Thread-4] Loading configuration from the path C:\YAMJ\.\skins\eversion\overlay\evhell_simple\footerlist.xml
[02:25:52 - Thread-4] ConfigurationUtils.locate(): base is C:\YAMJ\.\skins\eversion\overlay\evhell_simple, name is footeraudio.xml
[02:25:52 - Thread-4] Loading configuration from the path C:\YAMJ\.\skins\eversion\overlay\evhell_simple\footeraudio.xml
[02:25:52 - Thread-4] ConfigurationUtils.locate(): base is C:\YAMJ\.\skins\eversion\overlay\evhell_simple, name is footerepisode.xml
[02:25:52 - Thread-4] Loading configuration from the path C:\YAMJ\.\skins\eversion\overlay\evhell_simple\footerepisode.xml
[02:25:52 - Thread-4] ConfigurationUtils.locate(): base is C:\YAMJ\.\skins\eversion\overlay\evhell_simple, name is footersubtitle.xml
[02:25:52 - Thread-4] Loading configuration from the path C:\YAMJ\.\skins\eversion\overlay\evhell_simple\footersubtitle.xml
[02:25:52 - Thread-4] Finished: Atonement (85/1048)
Find all posts by this user
Add Thank You Quote this message in a reply
01-10-2012, 10:32 AM
Post: #14
RE: Video was not able to be scanned using the current plugins
So it does look like it's an intermittent connection problem, either with your ISP or IMDB
worth backing off the imdb scan down to 1 and seeing if that solves it.

It might be something that sorts itself out.

Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
01-10-2012, 10:52 PM
Post: #15
RE: Video was not able to be scanned using the current plugins
(01-10-2012 10:32 AM)Omertron Wrote:  So it does look like it's an intermittent connection problem, either with your ISP or IMDB
worth backing off the imdb scan down to 1 and seeing if that solves it.

Ok will give it a go and report back.

(01-10-2012 10:32 AM)Omertron Wrote:  It might be something that sorts itself out.

I hope so. There was a reason why I moved away from NFO files and that was so that changable data fields like ratings would be updated on the fly but beginning to realise that's probably not a valid reason as if you ask YAMJ to ignore current xml and re-check it will update these types of fields no? - Think how the top 250 might change overtime but your NFO won't unless you consciously edit it.
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [YAMJ] empty Audio/Video channels added to xml files of existings tv-shows Boba Fett 6 944 04-16-2013 05:34 PM
Last Post: mattty_d2002
  Any way to remove the file/video/audio attributes from detail page? dtowndave 1 357 03-30-2013 11:09 PM
Last Post: wgstarks
  [YAMJ] multiple audio and video streams being scraped mattty_d2002 7 430 03-19-2013 11:08 PM
Last Post: mattty_d2002
  [YAMJ] .mk3d movies not being scanned htrabbit 5 408 01-18-2013 07:32 PM
Last Post: htrabbit
  [FLASH SKIN] Eversion video wall image quality A-400 vs. C-200 plm 17 1,272 01-15-2013 08:34 PM
Last Post: accident
Car [YAMJ] Ability to LOCK video/audio details mike88kennedy 4 454 11-12-2012 10:11 AM
Last Post: Omertron
  Error: „Was not able to be scanned using the current plugins“. baghiras_nightflight 24 2,744 10-31-2012 10:21 AM
Last Post: Omertron
  [GUIDE] Use YAMJ as a music video jukebox Bazrah 3 735 10-18-2012 09:45 PM
Last Post: jluc2808
  [YAMJ] video won't play / wrong path Zoglu 3 761 10-10-2012 03:01 AM
Last Post: accident
  [YAMJ] Error: (movie title) was not able to be scanned using the current plugins Zoglu 8 1,219 10-06-2012 05:44 AM
Last Post: Omertron

Forum Jump: