Skip to content

Enhancement to entering multiple options via pipe | #62

@nickdos

Description

@nickdos

@Shpigford mentioned in a previous issue that pltlst supports pipe-separated values.

After some experimentation, I've found this only works (using artists) with the contains modifier option (not is). Which works fine for most values but not all. E.g. Having a value of Sia results in lots of false hits, such as Staasia Daniels and Artemisia. Similarly Air and even Lorde have lots of false hits (which "breaks" the playlist effectively). Note, adding spaces around the term does not work (| Air |).

One possible fix for this is to support the pipe syntax with the is modifier (currently it returns zero results for even simple pipe queries), assuming it's possible via the Spotify API.

Alternatively some sort of additional syntax could also overcome it (word boundaries or startswith or endswith chars - ^ & $), etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions