Skip to content

search **kwargs with also != > < #320

@hidaba

Description

@hidaba

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions