-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
People scanner is never launch (with r3387 all is fine) #2553
Comments
Comment #1 originally posted by Omertron on 2012-12-23T09:39:59.000Z: This bug appear with r3389. I did all the test with a empty jukeboxe. |
Comment #2 originally posted by Omertron on 2012-12-23T12:03:21.000Z: Your right Nicolas; was introduced with the priority checks. Reason is a behaviour from the previous plugins. I will change the scraping of people, so that the bvehaviour before the priority |
Comment #3 originally posted by Omertron on 2012-12-23T13:01:28.000Z: This issue was closed by revision r3408. |
Comment #4 originally posted by Omertron on 2012-12-23T13:06:47.000Z: Now the people should be scrapped again. Please use the last YAMJ snapshot and generate the jukebox |
Comment #5 originally posted by Omertron on 2012-12-23T15:03:23.000Z: tested with R3409, now people are scanned, but only 1 people per category for each movie - 1 actor, 1 writer, 1 director even if properties are setted as: (modification mjb.people.popularity have no effect) |
Comment #6 originally posted by Omertron on 2012-12-23T15:22:16.000Z: I have the same problem as jean luc. |
Comment #7 originally posted by Omertron on 2012-12-23T18:25:43.000Z: <empty> |
Comment #8 originally posted by Omertron on 2012-12-23T20:09:17.000Z: This issue was closed by revision r3411. |
Comment #9 originally posted by Omertron on 2012-12-23T20:12:47.000Z: Fixed again ... now the max-values will be regarded correctly. Reason was mainly a Copy&Paste error. Sorry for the circumstances; think I shouldn't fix |
Comment #10 originally posted by Omertron on 2012-12-23T22:05:16.000Z: this works very well now. PS: I am very impressed with the amount and speed of your work |
Comment #11 originally posted by Omertron on 2012-12-23T22:57:43.000Z: Perhaps you've investigated that the originalTitle is not very good; A simple check was missing; will be fixed in the next minutes. |
Comment #12 originally posted by Omertron on 2012-12-23T23:06:05.000Z: This issue was updated by revision r3413. Fixed false overwrite check when no priority has been set for actual source |
Comment #13 originally posted by Omertron on 2012-12-23T23:52:20.000Z: tested with R3412 |
Comment #14 originally posted by Omertron on 2012-12-24T00:35:07.000Z: you were right about OriginaTitle. |
Comment #15 originally posted by Omertron on 2012-12-24T00:41:44.000Z: Me too with R3413 - originaltitle is OK :) great work - thanks |
Comment #16 originally posted by Omertron on 2012-12-24T01:04:42.000Z: Jean Luc, there is only 2 plugin possible for person: imdb or Kinopoisk mjb.internet.person.plugin=com.moviejukebox.plugin.AllocinePlugin is not possible actually. or I missed something :) sorry for this off topic |
Comment #17 originally posted by Omertron on 2012-12-24T08:26:50.000Z: nicolas, it's not what is written under PriorityChecks wiki http://code.google.com/p/moviejukebox/wiki/PriorityChecks but perhaps i misunderstand the wiki. :( |
Comment #18 originally posted by Omertron on 2012-12-24T11:54:16.000Z: Hi Jean-Luc, Person informations will until now only be scraped from IMDB or Kinopoisk. The PriorityCheck are for another kind of scraping, cause there are 2 "people scraping" mechanism; which was introduced with the people enhancements. 1.) Actors, writers, directory for the movie side; this are the priorities i.e. 2.) Along with the movie the "people" must be filled, cause only the set "people" in The priority checks only defines the priority of a scanner/plugin in order to determin if a scanner/plugin may or may not override a previously set value by another plugin/scanner. The People scanning mechanism is not affected by this, so at the moment you only will have people informations from IMDB or KINOPOISK. I hope this helps you. This issue is fixed now; if you have any other issues or enhancment request, then please create a new issue, so that the developers can track the issues; cause mostly alread fixed issues will not be regarded any more. And now: |
Original issue 2554 created by Omertron on 2012-12-23T01:51:07.000Z:
What steps will reproduce the problem?
With r3387 scanner people works well
With r3392 people scanner is never launch
there is nothing:
I will make more test for look at with which release this is appeared
My config:
eversion r0179 + evZap 1.2.1 + Mod People 5.3 Fr
windows 8 x64 + java 1.7.0.09
The text was updated successfully, but these errors were encountered: