irrelative / blucli

A CLI interface for Bluesound streamers
3 stars 0 forks source link

Feature request: library update #1

Open jeanpaulrh opened 6 days ago

jeanpaulrh commented 6 days ago

Hi, thanks for your software. I really miss the ability to periodically update my BlueOs music library. Would it be possible to add this functionality? Maybe it will be possible to trigger it via a non interactive script?

Thanks a lot

jeanpaulrh commented 2 days ago

I digged around and found that there is a way to trigger a library update: If you contact the player on port 11000 with the Reindex command it performs a library update. I managed to script it via a curl command:

curl -s http://IP_OF_THE_POWERNODE:11000/Reindex >/dev/null

irrelative commented 2 days ago

@jeanpaulrh i'll take a look at adding this. thanks for suggesting!