Add last_played and play_count values to mass.get_queue response #3200
Laflamme
started this conversation in
Feature requests and ideas
Replies: 1 comment
-
Those are indeed the values recorded in the database according to server/music_assistant/controllers/music.py:
It looks like the file that would need to be modified to include those variables is models/music_assistant_models/player_queue.py. I'm aware this feature idea has not gotten any traction yet, so I hope this bump is okay. I have very limited coding experience, otherwise I would attempt this myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can sort the library by last played and by play count, so I assume some sort of last_played and play_count values are stored in the database. Could those values be included in the mass.get_queue response?
They could be used in automations to skip songs that have played too recently or too often, for example.
Beta Was this translation helpful? Give feedback.
All reactions