INTERACT FORUM
Windows => Television => Topic started by: CountryBumkin on January 19, 2016, 10:03:06 am
-
Is there anything in the Wiki explaining how the "operators" work regarding TV Subscription Recording Rules? I could not find anything.
How does the new "Season" rule work. Say I want to record only seasons 1, 2, 3, 4, and 5 of a the TV Series "The Big Bang Theory". What is the correct way to enter this?
I tried using "Season ends with 5" but that didn't appear to work. Then I tried "Season contains 1, 2, 3, 4, 5" (not sure if "," are allowed) but that didn't work either. And - does this all need to be grouped?
Also where are the "tool tips about using AND or OR operation" as mentioned in small text in screen shot below?
Placing the "cursor" on the space next to the "X" only tells me to "Use ')' or ']' to group the rules". It doesn't really explain the difference between the '(' and the '[' or when/why to group. I suspect that no one has had the time to create a Wiki on this feature yet.
So I tried using "ends with 5":
(http://i921.photobucket.com/albums/ad54/mshumack/Edit%20Recording%20Rules_zpswsc3jskr.jpg)
Which then gives me this (note the "Season=5"). Shouldn't this be "<=5"?
(http://i921.photobucket.com/albums/ad54/mshumack/Edit%20Recording%20Rules2_zps7dcfkfuz.jpg)
-
The initial release of this new feature only includes string comparisons. To get Seasons 1, 2, 3, 4, 5, you need to create 5 rules OR'ed together: Season is 1, OR Season is 2, OR Season is 3, etc. Other string type comparisons, such as "contains", "Ends with", may be useful if your Season field is ever filled with non-numerical values.
In the next build integer comparison will be included. You will be able to set it up like this: Season is less or equal to 5 AND Season is greater than 0.
-
Thanks. I'm experimenting with it now.
Remind me - which is the AND (the "[]") and which is the OR (the "()")?
Where are the instructions on how to use this for us non-geek people? Is it just in this thread or is there more? http://yabb.jriver.com/interact/index.php?topic=100753.0
I sort of remember seeing a post explaining somewhat how the grouping works ([]) [()] but now I can't find it.
-
Smartlist Editing:
http://wiki.jriver.com/index.php/Smartlists
() is for OR, [] is for AND. When no brackets are present, AND is the default.
You use AND when you want to have all rules satisfied simultaneously, i.e. all conditions must be satisfied in order for a program to be selected. You use OR if you want one of the condition to be satisfied, but not necessarily all of them.
For example,
Season is 1, OR Season is 2, OR Season is 3
A given program can not satisfy all of the three conditions. So it would not make sense connecting them with AND. With OR, a program with Season 1 will be picked, so will a program with Season 2, etc.
Season is less or equal to 5 AND Season is greater than 0
This, in MC's expression language is "[Season]=<=5 [Season]=>0", specifies that the two conditions must both be satisfied. The first one says Season must be less than or equal to 5. So seasons 1, 2, 3, 4, 5 satisfy it, but not Season 6. The second condition says Season must be larger than 0. So Seasons 1, 2, 3, 4, 5, and 6 and above all satisfy it. But only 1, 2, 3, 4, and 5 satisfy both.
[Season]=>0 is needed to filter out all programs that has no Season field (empty field) as empty value is considered 0.
-
I haven't played with this yet. I might have a few series that can just use the currently implemented comparison, but I am mostly interested in the integer range functionality. Good to hear that is being worked on.
CountryBumkin, to see the tools tips, which I use as a handy reminder, just hover your mouse to the left of the field name of a rule in the "Edit Rules" dialogue.
-
I must be in the wrong spot (although I think I tried everywhere). The only tool tip I can find says this: "Use ')' or ']' to group the rules".
-
I must be in the wrong spot (although I think I tried everywhere). The only tool tip I can find says this: "Use ')' or ']' to group the rules".
Point to the left side, where you'd expect the beginning brackets be. You did the right side, for the ending brackets.
-
Point to the left side, where you'd expect the beginning brackets be. You did the right side, for the ending brackets.
Ohh - Duh, my other right. Thanks
Although I think it would be more User friendly to have a link or button you click on (or hoover over) for tool tips rather than an "unmarked" spot on the page.
-
Stupid question...is the Season option unreleased? I have been waiting for that feature in editing recording rules, but I don't see it as an available option...I am on build 37.
-
Stupid question...is the Season option unreleased? I have been waiting for that feature in editing recording rules, but I don't see it as an available option...I am on build 37.
CountryBumkin jumped the gun ;D. It will be out in a few days.
-
yay!