Difference between revisions of "Global Variables"

From JRiverWiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
Media Center's Expression Language, which includes global variables support, can be used to create powerful statistics about your Library. MrC kindly provided some instructions:
+
Media Center's [[Expression Language]], includes the [[Expression_Language#Load|Load()]] and [[Expression_Language#Save|Save()]] functions, which allow you to create global variables. These can be used to create powerful statistics about your Library, and accomplish tasks with the expression language that would not otherwise be possible.
* [http://yabb.jriver.com/interact/index.php?topic=77826.0 statistics - examples of how to display]
+
 
 +
Here are some threads which describe uses of this functionality:
 +
 
 +
* [http://yabb.jriver.com/interact/index.php?topic=71733.0 Examples of the Load and Save System]
 +
* [http://yabb.jriver.com/interact/index.php?topic=77826.0 Generating Statistics]
 +
* [http://yabb.jriver.com/interact/index.php?topic=76581.msg518902#msg518902 Generating album track count]
 +
* [http://yabb.jriver.com/interact/index.php?topic=72049.0 Generating album ratings]
 +
* [http://yabb.jriver.com/interact/index.php?topic=74116.0 Highlighting playing album]
 +
* [http://yabb.jriver.com/interact/index.php?topic=90504.0 Expand a sublist into a superset]
 +
* [http://yabb.jriver.com/interact/index.php?topic=88760.0 MrC schools glynor about Global Variables and Date Math]
 +
* [http://yabb.jriver.com/interact/index.php?topic=90504.0 Mark_h explains how to expand a search using Global Variables]
 +
* [http://yabb.jriver.com/interact/index.php?topic=97428.0 ~expand search modifier added to MC 20.0.106]
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 +
[[Category:Developer]]

Latest revision as of 06:48, 7 May 2015

This article is a stub. You can help the JRiver Wiki by expanding it.

Media Center's Expression Language, includes the Load() and Save() functions, which allow you to create global variables. These can be used to create powerful statistics about your Library, and accomplish tasks with the expression language that would not otherwise be possible.

Here are some threads which describe uses of this functionality: