Template:XMBML Operators: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 31: Line 31:
|-
|-
! AGL
! AGL
| And || greater or equal than || and less or equal than || AGL+Person:Person.stat.presence 2 6
| And || greater or equal than || and less or equal than || AGL+StorageMedia:StorageMedia.type 1 5
|-
|-
| colspan="5" {{cellcolors|lightgrey}}
| colspan="5" {{cellcolors|lightgrey}}
Line 39: Line 39:
|-
|-
! Ai
! Ai
| And || colspan="2" | indexed ? (in a database) || Ai+xCB:MusicList
| And || colspan="2" | indexed ? (in [[XMB_database#xCB | XMB database]]) || Ai+xCB:VideoList
|-
|-
! Ap
! Ap
Line 82: Line 82:
|-
|-
! Oi
! Oi
| Or || colspan="2" | indexed ? (in a database) || Oi+xCB:MusicList
| Or || colspan="2" | indexed ? (in [[XMB_database#xCB | XMB database]]) || Oi+xCB:VideoList
|-
|-
! Op
! Op

Latest revision as of 09:14, 12 May 2018

XMBML Operators
Operator Field Example
Ae And equal Ae+Game:Game.category GD
An And not equal An+Game:Game.category GD
Al And less than Al+Game:Common.stat.rating 299
AL And less or equal than AL+Game:Common.stat.rating 299
Ag And greater than Ag+Game:Common.stat.rating 299
Agl And greater than and less than Agl+Person:Person.stat.presence 2 6
AgL And greater than and less or equal than AgL+Person:Person.stat.presence 2 6
AG And greater or equal than AG+Game:Common.stat.rating 299
AGl And greater or equal than and less than AGl+Person:Person.stat.presence 2 6
AGL And greater or equal than and less or equal than AGL+StorageMedia:StorageMedia.type 1 5
Aa And exists Aa+Game:Common.title
Ai And indexed ? (in XMB database) Ai+xCB:VideoList
Ap And present ? (in a path) Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
Oe Or equal Oe+Game:Game.category GD
On Or not equal On+Game:Game.category GD
Ol Or less than Ol+Game:Common.stat.rating 299
OL Or less or equal than OL+Game:Common.stat.rating 299
Og Or greater than Og+Game:Common.stat.rating 299
Ogl Or greater than and less than Ogl+Person:Person.stat.presence 2 6
OgL Or greater than and less or equal than OgL+Person:Person.stat.presence 2 6
OG Or greater or equal than OG+Game:Common.stat.rating 299
OGl Or greater or equal than and less than OGl+Person:Person.stat.presence 2 6
OGL Or greater or equal than and less or equal than OGL+Person:Person.stat.presence 2 6
Oa Or exists Oa+Game:Common.title
Oi Or indexed ? (in XMB database) Oi+xCB:VideoList
Op Or present ? (in a path) Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata