-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
Hello,
is it possible add the search not only for = but also for > or != or < ?
example:
music = plex.library.section('Musica')
for musica in music.search(title=None, sort=None, maxresults=99999, libtype="album",genre != 'Pop') : #not
for musica in music.search(title=None, sort=None, maxresults=99999, libtype="album",genre = 'Pop') : #contain
for musica in music.search(title=None, sort=None, maxresults=99999, libtype="album",genre == 'Pop') : # equal
for musica in music.search(title=None, sort=None, maxresults=99999, libtype="album",year > 1970) : # major
Metadata
Metadata
Assignees
Labels
No labels