Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add operator lt, gt, eq to sticker based smart playlists #1090

Closed
jcorporation opened this issue Aug 22, 2023 Discussed in #1089 · 2 comments
Closed

Feat: add operator lt, gt, eq to sticker based smart playlists #1090

jcorporation opened this issue Aug 22, 2023 Discussed in #1089 · 2 comments
Labels
enhancement New feature or request

Comments

@jcorporation
Copy link
Owner

Discussed in #1089

Originally posted by mgonzalezm August 21, 2023
Is it there a way to create a playlist that contains the list of songs that have never been played using the smartplaylists functionality ?

looking at the definition of the mostPlayed smartplaylist example, I tried to change minvalue:10 to maxvalue:0 , but that din't work. 😉 😉

myMPDsmart-mostPlayed: {"type": "sticker", "sticker": "playCount", "maxentries": 200, "minvalue": 10,"sort": ""}

@jcorporation jcorporation added the enhancement New feature or request label Aug 22, 2023
@jcorporation jcorporation added this to the v14.0.0 milestone Aug 22, 2023
@jcorporation jcorporation changed the title Feat: add operator min/max/eq to sticker based smart playlists Feat: add operator lt, gt, eq to sticker based smart playlists Oct 30, 2023
jcorporation added a commit that referenced this issue Oct 31, 2023
- Feat: add operator lt, gt, eq to sticker based smart playlists #1090
- Feat: add max entries option to all smart playlists
@jcorporation jcorporation reopened this Nov 6, 2023
@jcorporation
Copy link
Owner Author

The < and > works not as expected.

MusicPlayerDaemon/MPD#1894

@jcorporation
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant