YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

mjb.setsExcludeTV does not work #2147

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2148 created by Omertron on 2011-10-28T10:36:58.000Z:

With mjb.setsExcludeTV=false

TV Shows is excluded in subcategories "SETS" TV Shows is included in categories "SET"

With mjb.setsExcludeTV=true

there is no change TV Shows is excluded in subcategories "SETS" TV Shows is included in categories "SET"

Each test was done with a empty jukebox.

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

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2011-10-31T04:16:52.000Z:

You use the wrong name of the parameter, correct mjb.sets.excludeTV. In category "SETS" TV Shows are not included, for any value of this parameter.

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2011-10-31T09:28:37.000Z:

It is written like this everywhere in wiki page "mjb.setsExcludeTV" ...

http://code.google.com/p/moviejukebox/wiki/PropertiesConfiguration#mjb.setsExcludeTV

I'll give it a try with your parameter "mjb.sets.excludeTV"

Omertron commented 9 years ago

Comment #3 originally posted by Omertron on 2011-10-31T09:55:17.000Z:

it work fine with mjb.sets.excludeTV=true thanks

Omertron commented 9 years ago

Comment #4 originally posted by Omertron on 2011-10-31T10:03:54.000Z:

Corrected wiki [PropertiesConfiguration]

Omertron commented 9 years ago

Comment #5 originally posted by Omertron on 2011-10-31T10:21:22.000Z:

apparently the parameter are case-sensitive I have make a new test with your new setting in wiki:

mjb.sets.ExcludeTV=true

it is not good it work only with your first proposition

mjb.sets.excludeTV=true

thanks

Omertron commented 9 years ago

Comment #6 originally posted by Omertron on 2011-10-31T10:52:28.000Z:

thanks