X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=README.afs;h=46e30c4542f3ba619e8b5109ac3ddab98214623b;hp=edd2d17be98591391a7d3ceab0a820cf12b77763;hb=749779fab22f802e41472a31db5a84b9b6314996;hpb=ec354cf583bc2838ecfac64c428d3f992681c5fc diff --git a/README.afs b/README.afs index edd2d17b..46e30c45 100644 --- a/README.afs +++ b/README.afs @@ -178,18 +178,19 @@ is not set, the empty string is matched against the pattern. bitrate ~ frequency ~ channels ~ + num_played ~ Takes a comparator ~ of the set {<, =, <=, >, >=, !=} and a number . Matches an audio file iff the condition ~ is satisfied where val is the corresponding value of the audio file -(bitrate in kbit/s, frequency in Hz, channel count, value of the -year tag). +(value of the year tag, bitrate in kbit/s, frequency in Hz, channel +count, play count). The year tag is special as its value is undefined if the audio file has no year tag or the content of the year tag is not a number. Such audio files never match. Another difference is the special treatment if the year tag is a two-digit number. In this case either 1900 or -2000 are added to the tag value, depending on whether the number is +2000 are added to the tag value depending on whether the number is greater than 2000 plus the current year.