Closed Omertron closed 9 years ago
Comment #1 originally posted by Omertron on 2011-05-03T11:53:14.000Z:
Example of data format on attach
Comment #2 originally posted by Omertron on 2011-05-03T12:07:41.000Z:
is this feature is going to be added?
Comment #3 originally posted by Omertron on 2011-05-03T13:55:54.000Z:
Ilgizar, Please use the model from TheMovieDb as this has cast information already in it and would be a good start.
The data model can be seen here: http://code.google.com/p/themoviedbapi/source/browse/#svn%2Ftrunk%2Fthemoviedbapi%2Fsrc%2Fmain%2Fjava%2Fcom%2Fmoviejukebox%2Fthemoviedb%2Fmodel
If you need access to the source, let me know.
Comment #4 originally posted by Omertron on 2011-05-03T16:08:26.000Z:
TheMovieDb have a nice structure: more thought. I use it, but need sequence of ID, as it release on YAMJ:
if this is possible.
Comment #5 originally posted by Omertron on 2011-05-03T18:31:32.000Z:
Сompilation is successful, but the scanner fails. I do not want to poison the repository, so the attached files with the changes. Crux of the problem in the double type definition artwork on com.moviejukebox.model and com.moviejukebox.themoviedb.model. My changes:
Comment #6 originally posted by Omertron on 2011-05-03T18:48:25.000Z:
Ok, so it might be best to copy that model into MJB to prevent this issue. That way we can tweak it to meet our requirements.
Comment #7 originally posted by Omertron on 2011-05-05T17:13:36.000Z:
attached real example file: first is movie xml file, second - person. also downloaded photo per person.
Comment #8 originally posted by Omertron on 2011-05-05T17:24:36.000Z:
Why are you replicating both the cast and the person sections? That'll make the XML quite large for films.
We should keep with the split that we have at the moment (cast/writer/director), although I agree that a "person" node would be better eventually.
Comment #9 originally posted by Omertron on 2011-05-05T17:36:50.000Z:
I also get this compilation error:
[INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] \Eclipse\moviejukebox\yamj\src\main\java\com\moviejukebox\plugin\TheMovieDbPlugin.java:[40,7] com.moviejukebox.plugin.TheMovieDbPlugin is not abstract and does not override abstract method scan(com.moviejukebox.model.Person) in com.moviejukebox.plugin.MovieDatabasePlugin [INFO] 1 error
Comment #10 originally posted by Omertron on 2011-05-05T17:39:01.000Z:
Oh, and we need to add an option to turn this off if you don't need it. mjb.personInfo=false or something
Comment #11 originally posted by Omertron on 2011-05-05T19:02:17.000Z:
This issue was updated by revision r2340.
Fix compilation error with TheMovieDbPlugin
Comment #12 originally posted by Omertron on 2011-05-06T02:59:36.000Z:
new options:
mjb.people=
Comment #13 originally posted by Omertron on 2011-05-06T03:43:14.000Z:
Does it work when the default plugin is Allocine?
Comment #14 originally posted by Omertron on 2011-05-06T04:21:18.000Z:
scanner people are made only for imdb
Comment #15 originally posted by Omertron on 2011-05-06T10:37:45.000Z:
fixed list of alternate name, character on person information, append director and writer to person list.
I replicating both the cast and the person sections, because backward compatibility with the current skins.
new option:
plugin.people.maxCount=
Comment #16 originally posted by Omertron on 2011-05-06T17:33:02.000Z:
This issue was updated by revision r2346.
append HTML transformation
new option:
mjb.view.personList=
Comment #17 originally posted by Omertron on 2011-05-11T19:53:04.000Z:
Hallo,
I'm from German and the designer of the Modyfiant-Skin, there can find of my Board: http://www.german-yamj-board.org
I have testet the new options from the revision r2346 with Peoples/Casts. It was nice, that the YAMJ-Team brings this Future, but i have some Problmes between the Function:
When i set the Parameter
Sorry for bad english, i hope, you understand me.
Are you already know these problems?
Comment #18 originally posted by Omertron on 2011-05-12T15:17:50.000Z:
This issue was updated by revision r2353.
update the [PropertiesConfiguration] wiki page with the new options it added to the moviejukebox-default.properties file
Comment #19 originally posted by Omertron on 2011-05-12T17:39:56.000Z:
This issue was updated by revision r2354.
scrapeLibrary option is now being used. Analyze NFO-File for personal information and use tag
Comment #20 originally posted by Omertron on 2011-05-13T10:19:25.000Z:
This issue was updated by revision r2363.
correct photo scanner and add dummy photo image to default skin
Comment #21 originally posted by Omertron on 2011-05-13T19:23:45.000Z:
Add limitation of people by popularity (count of movies where they appear) [Issue 1919]
new options:
mjb.people.popularity=
Comment #22 originally posted by Omertron on 2011-05-13T19:47:41.000Z:
combined parameters mjb.people.maxCount and mjb.people.popularity.maxCount in one mjb.people.maxCount
Comment #23 originally posted by Omertron on 2011-05-15T17:07:29.000Z:
This issue was updated by revision r2373.
Fixed empty person scanner
Comment #24 originally posted by Omertron on 2011-05-16T05:25:49.000Z:
This issue was updated by revision r2377.
Append backward fill in personal information to the movies, put directors/writers to persons from NFO, find dups by name and job.
Comment #25 originally posted by Omertron on 2011-05-16T08:37:19.000Z:
Issue 1923 has been merged into this issue.
Comment #26 originally posted by Omertron on 2011-05-16T18:43:49.000Z:
Hallo,
I have my testjukebox completely deleted. but from r2366 the scan of personal data does not work. It will not be looking personal data, although the option is enabled. I have thoroughly tested all versions from r2366 to r2380. And: The photos are not downloaded from Internet
The NFO-Files are now processed correctly, thanks.
Comment #27 originally posted by Omertron on 2011-05-17T03:14:14.000Z:
This issue was updated by revision r2383.
Cast enhancement is used in default skin. Increased scanning speed filmography. Separated the person's name from filename. Backward filling of links to movies in personal filmography.
new options:
plugin.people.skip.VG=
Comment #28 originally posted by Omertron on 2011-05-17T03:22:45.000Z:
The issue is close to completion. Test capabilities and find errors.
Comment #29 originally posted by Omertron on 2011-05-17T16:29:52.000Z:
This issue was updated by revision r2389.
Add new personal attribute 'doublage', containing the name of the actor voicing the role of the national dubbing.
new option:
plugin.people.maxCount=
Comment #30 originally posted by Omertron on 2011-05-17T19:53:43.000Z:
Might need to create a new category page that you can browse the people on.
Comment #31 originally posted by Omertron on 2011-05-18T03:32:32.000Z:
This issue was updated by revision r2393.
Create a new category page that you can browse the people on.
new option:
indexing.completePerson=
Comment #32 originally posted by Omertron on 2011-05-18T11:52:58.000Z:
This issue was updated by revision r2395.
Add person attribute 'title' contains localization name. KinopoiskPlugin supports cast enhancement (not full yet).
Comment #33 originally posted by Omertron on 2011-05-20T06:44:30.000Z:
This issue was updated by revision r2396.
KinopoiskPlugin full support cast enhancement now. Correct store/resore XML file.
Comment #34 originally posted by Omertron on 2011-05-23T18:21:52.000Z:
Hello,
I still have any problems with the options "mjb.people.popularity" and "mjb.people.maxCount". If I use "mjb.people.popularity" and "mjb.people.maxCount" to "default", then at 500 Movies searched for little people. If I use "mjb.people.popularity" to -1, then search YAMJ me all the people at 500 Movies that makes the scan very very slowly (over 8h). A Rescan to find new Movies under these conditions is unacceptable.
It would be useful if the option "mjb.people = false" for a rescan not the existing person.htm would hide in the moviedetails, or "mjb.people = true" would be a rescan the existing skip persons as in the movies, thats a very nice.
I hope, you understand me.
Comment #35 originally posted by Omertron on 2011-05-24T03:50:52.000Z:
If use default values "mjb.people.popularity" and "mjb.people.maxCount", then always search 10 popular person only. If use "mjb.people.popularity" to -1 and default value "mjb.people.maxCount", then of each film in 10 persons each job (director, writer, actor). I recommend using a "mjb.people.popularity" greater than zero and indicate a reasonable number of people in "mjb.people.maxCount".
Hide the person in the moviedetails is not appropriate in the absence of personal data (person.htm). Cast enhancement because it is designed to replace the old structures directors/writers/cast. To determine whether the personal description should check the value tag
Comment #36 originally posted by Omertron on 2011-05-24T10:47:41.000Z:
This issue was updated by revision r2401.
KinopoiskPlugin use option "kinopoisk.rating" to form filmography. If value "avarage" or "combine" - filmography contains combining details from imdb and kinopoisk.
new option:
plugin.filmography.jobsInclude=
Comment #37 originally posted by Omertron on 2011-05-24T15:51:56.000Z:
This issue was updated by revision r2406.
Indexing Cast/Director/Writer by personal data when option "mjb.people" is true and also use option "indexing.completePerson".
Comment #38 originally posted by Omertron on 2011-05-25T05:25:57.000Z:
This issue was updated by revision r2407.
Removed the dependence new model of personal data on old model "cast/director/writer". Optimization of types Person&Filmography and their use: replace Person to Filmography on class Movie attribute people.
Comment #39 originally posted by Omertron on 2011-05-26T14:31:53.000Z:
hi,
I have found another problem with tvshows: In although movie.xml be written in "people" names, but with "character","job" ect. is only "UNKNOWN"
Comment #40 originally posted by Omertron on 2011-05-26T16:26:00.000Z:
Only 2 plugins fully use this enhancement: ImdbPlugin and KinopoiskPlugin. TheTvDBPlugin does not support an cast enhancement in full yet.
Comment #41 originally posted by Omertron on 2011-05-26T18:22:04.000Z:
Ok, thanks.
I thought this would come about by imdb.
Comment #42 originally posted by Omertron on 2011-05-28T00:53:39.000Z:
Where can I get the latest release to check this new feature?
Comment #43 originally posted by Omertron on 2011-05-28T06:24:57.000Z:
Comment #44 originally posted by Omertron on 2011-05-29T08:00:55.000Z:
Hi,
i'm found the error with with "character","job" ect. is only "UNKNOWN" in <people/person> by the tvshown-name.xml: I use NFOs with Casts/Actors inside. If i delete all casts/actors out of this NFO, then YAMJ scanned correctly and the Information is in the tvshow-name.xml. See my examples:
With Casts in the NFO:
Without Casts in the NFO;
I delete all the Cast/Actors out of my all NFOs and now it works correctly!
Comment #45 originally posted by Omertron on 2011-05-29T14:56:09.000Z:
Some questions
Should not it be indexed?
Thanks for the support
Comment #46 originally posted by Omertron on 2011-05-30T08:27:03.000Z:
defi, I could not repeat the mistake with the above result. Need a probe NFO file.
Scanner use tag
Comment #47 originally posted by Omertron on 2011-05-30T10:10:21.000Z:
avi.klem, default skin supports the Cast feature only. Index "Cast" is not index "Cast enhancement", it uses the index "Person".
Comment #48 originally posted by Omertron on 2011-05-30T11:03:37.000Z:
Hi,
i use this format in my NFO-Files:
My NFOs are older than on the wiki, so I have the TAG
Comment #49 originally posted by Omertron on 2011-05-30T14:39:09.000Z:
Hi,
I still can not get the "Cast enhancement" to work. I see the info on the movie xml file but I do not see any index been created and I can not see anything new while using the default skin.
What configuration is needed to open the feature?
The only configuration I did is with the mjb.categories.indexList
I put Cast, I put Person and ...nothing
Thanks for the advice
Avi
Comment #50 originally posted by Omertron on 2011-05-31T03:54:20.000Z:
Use default skin from development trunk. To switch on this feature set mjb.people=true and mjb.includePhoto=true to view photos. To indexing people append "Person" to mjb.categories.indexList. More options you find in [PropertiesConfiguration] part "Persons". To view personal information on complete jukebox: on movie detail click to director or actor name.
Original issue 1897 created by Omertron on 2011-04-25T22:11:26.000Z:
What device are you using YAMJ on? PHP-110
Hi,
It would be nice to have cast member as a link that points to cast member page with an image, short info and Filmography.
The cast member page should be shared between all movies
10x
Avi