Skip to content
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

Category "new" is empty when "new-movies=false" and "New-TV=false" #2152

Closed
Omertron opened this issue Mar 15, 2015 · 8 comments
Closed

Category "new" is empty when "new-movies=false" and "New-TV=false" #2152

Omertron opened this issue Mar 15, 2015 · 8 comments

Comments

@Omertron
Copy link
Member

Original issue 2153 created by Omertron on 2011-10-31T17:39:20.000Z:

What steps will reproduce the problem?

if new-movies=false and New-TV=false => Category "new" is always empty

if new-movies=true and New-TV=false => Category "new" show only "new-movies"

if new-movies=false and New-TV=true => Category "new" show only "new-TV"

if new-movies=true and New-TV=true => Category "new" show "new-TV" and "new-movies"

Yamj: 2.6 r2735
Skin: eversion, aeon, default
OS: windows 7 X64

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2011-11-01T10:16:00.000Z:

This issue was closed by revision r2751.

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2011-11-01T11:39:00.000Z:

Please Can you update the current built.
the last built is r2750
thanks for your job

@Omertron
Copy link
Member Author

Comment #3 originally posted by Omertron on 2011-11-01T12:51:07.000Z:

if new-movies=false and New-TV=false
or
if new-movies=true and New-TV=false
or
if new-movies=false and New-TV=true

there is always this message after " Sorting Indexes ...":

Indexing Director...
Indexing Certification...
Sorting Indexes ...
Exception in thread "main" java.lang.NullPointerException
at java.util.TreeMap.getEntry(Unknown Source)
at java.util.TreeMap.remove(Unknown Source)
at com.moviejukebox.model.Library.buildIndex(Library.java:582)
at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:1266)

    at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:455)

And the process is broken.

@Omertron
Copy link
Member Author

Comment #4 originally posted by Omertron on 2011-11-01T13:08:22.000Z:

This issue was closed by revision r2752.

@Omertron
Copy link
Member Author

Comment #5 originally posted by Omertron on 2011-11-01T13:09:11.000Z:

Try this revision, that should solve the issue.

@Omertron
Copy link
Member Author

Comment #6 originally posted by Omertron on 2011-11-01T14:35:34.000Z:

Yes i have no bug now.
But I have the same bug in first post.
The Result in "New" category is dependent of if "new-movies" and "New-TV" are false or true.
In my mind I can use only "new" category Without "new-movies" and "New-TV".
Perhaps I don't understand the use of "new" category.

@Omertron
Copy link
Member Author

Comment #7 originally posted by Omertron on 2011-11-01T15:07:10.000Z:

Yes, you do not understand it :-)

"New" is a superset of New-TV and New-Movies. This way you can control what goes into the New category and how it works.

You can have different values for movies and TV, e.g. New-Movies=30 days, New-TV=7 days and combine them into 1 category.

If you want just one category called "New" then leave all of them="true" and rename New-TV and New-Movie to "New"

@Omertron
Copy link
Member Author

Comment #8 originally posted by Omertron on 2011-11-01T15:31:14.000Z:

Ok I'm sorry :) Thanks for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant