12-13-2024, 02:48 PM
In upcoming 9.2.0
- UPD: Add REST API commands: playitem | playitem_next
From the updated setup guide
- UPD: Add REST API commands: playitem | playitem_next
From the updated setup guide
Code:
#### playitem | playitem_next
Plays the specified item. If the item does not already exists in the Queue it is
added at the end of the Queue for `play_item` and for `play_item_next` after the currently selected
item in the Queue.
Arguments: URL | URI relative to MPD music root
Returns: "OK"
```
Examples:
play_item RADIO/Soma FM - Fluid.pls
play_item NAS/TRX-FLAC/Yes/The Yes Album/03 Starship Trooper.flac
play_item http://mediaserv38.live-streams.nl:8006/live
```