-
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
writer item is empty (in categories.xml) when mjb.people=false #2171
Comments
Comment #1 originally posted by Omertron on 2011-11-14T14:40:10.000Z: This issue was closed by revision r2788. |
Comment #2 originally posted by Omertron on 2011-11-14T22:51:47.000Z: tested with r2789 and it's KO ==> no writer entry generated in category section inside categories.xml while mjb.people=false |
Comment #3 originally posted by Omertron on 2011-11-15T13:45:51.000Z: Is that a pass or a fail? I don't use people, so if this is not fixed I need a small test library (Just the properties you need to set and a few films that will indicate the problem) |
Comment #4 originally posted by Omertron on 2011-11-15T20:55:42.000Z: yes it's failed
|
Comment #5 originally posted by Omertron on 2011-11-23T21:34:03.000Z: Tested with r2805 and works fine mjb.categories.minCount=2 |
Comment #6 originally posted by Omertron on 2011-11-23T22:57:29.000Z: carefull with the test you maid, i redo the test with,
|
Comment #7 originally posted by Omertron on 2011-11-24T07:26:15.000Z: I did the jukebox from scratch. No categories file. Which XML file are you talking about? |
Comment #8 originally posted by Omertron on 2011-11-24T16:22:22.000Z: i'm talking about Categories.xml file and it's the same with all other index xml file |
Comment #9 originally posted by Omertron on 2011-11-25T18:33:55.000Z: This issue was closed by revision r2811. |
Comment #10 originally posted by Omertron on 2011-11-25T20:03:30.000Z: sorry just tested with R2811 and writer still empty no writer entry |
Comment #11 originally posted by Omertron on 2011-11-25T20:52:29.000Z: This works for me. The original error was that writers was not created in the categories.xml file when mjb.people=false. I tested with the following settings: |
Comment #12 originally posted by Omertron on 2011-11-25T21:17:47.000Z: tested with same parameter, except mjb.people=true ==> writer entry is present so for me it's wrong when mjb.people=false , do i misunderstand something ? |
Comment #13 originally posted by Omertron on 2011-11-26T15:10:57.000Z: If mjb.people=true, then the writer list is generated from the people list which may have more writers in it than the "normal" cast list and therefore you'll get more writers and consequently you'll have the entries in categories and other_all If mjb.people=false; you will use the standard scraping for writers and there are usually less associated with movies, and you are less likely to get them listed in the categories. Either way, mjb.categories.minCount.Writer=? or mjb.categories.minCount=? is what controls how many writers are indexed. |
Comment #14 originally posted by Omertron on 2011-11-26T15:47:22.000Z: i agree with what you explain, with my test jukebox , i have inside 15 episode of desparate housewifes, with my moviejukebox.properties mjb.categories.minCount=2 so even if mjb.people=false i thought that i should have almost twice the same writer for one valid entry for writer, and it's wasn't the case so (just after your very good explanation) i made a test with mjb.categories.minCount=1 this setting supposed 1 entry for each writer. ==> 7 entries with 7 writers and each writer point to only one TV show (that would say, there is no reason to appears if mjb.categories.minCount=2) apologies for all theses complains, this issue is really to be closed with R2788 |
Comment #15 originally posted by Omertron on 2011-11-26T17:48:26.000Z: That is fine. I'd rather have someone who knows this area ask questions and challenge when they think it is wrong! |
Original issue 2172 created by Omertron on 2011-11-06T09:47:43.000Z:
What steps will reproduce the problem?
1.yamj xml step
2.categories.xml generation
3.
What is the expected output? What do you see instead?
when mjb.people=false inside categories.xml writer categories index is empty
<category name="Writer" count="10"
></category>
when mjb.people=true inside categories.xml writer categories index is filled with item
<category name="Writer" count="13">
<index name="Chris Miller (II)" originalName="Chris Miller (II)" filename="Writer_Chris Miller (II)_1">
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Cody Cameron" originalName="Cody Cameron" filename="Writer_Cody Cameron_1">
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Conrad Vernon" originalName="Conrad Vernon" filename="Writer_Conrad Vernon_1">
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Craig Sweeny" originalName="Craig Sweeny" filename="Writer_Craig Sweeny_1">
<movie>31</movie>
</index>
<index name="Glenn Gordon Caron" originalName="Glenn Gordon Caron" filename="Writer_Glenn Gordon Caron_1">
<movie>31</movie>
</index>
<index name="Joe Stillman" originalName="Joe Stillman" filename="Writer_Joe Stillman_1">
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Kelly Asbury" originalName="Kelly Asbury" filename="Writer_Kelly Asbury_1">
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Marc Cherry" originalName="Marc Cherry" filename="Writer_Marc Cherry_1">
<movie>30</movie>
</index>
<index name="Robert Doherty" originalName="Robert Doherty" filename="Writer_Robert Doherty_1">
<movie>31</movie>
</index>
<index name="Roger S.H. Schulman" originalName="Roger S.H. Schulman" filename="Writer_Roger S.H. Schulman_1">
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Ted Elliott" originalName="Ted Elliott" filename="Writer_Ted Elliott_1">
<movie>25</movie>
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Terry Rossio" originalName="Terry Rossio" filename="Writer_Terry Rossio_1">
<movie>25</movie>
<movie>26</movie>
<movie>28</movie>
</index>
<index name="Tony Gilroy" originalName="Tony Gilroy" filename="Writer_Tony Gilroy_1">
<movie>32</movie>
</index>
</category>
What version/revision of YAMJ are you using? On what operating system?
R2773
What skin are you using?
not dependant of the skin
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
C200
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: