2018-12-23, 11:16
Hi all!
I have one raspberry pi running libreelec that should run without a screen. It plays audiobooks until i fall asleep. I start playback using KoRe (android kodi remote) but have to turn on the screen only to set the sleep timer. I want to choose the time until stop at every occasion. So "Add-on:Sleep Timer" is not an option. (as far as i can tell)
I there any way to set the sleep timer from my android tablet? I found related questions on the internet but no solution so far.
My current plan is to write a simplified android app that communicates with a service-script on kodi.
* The App
shows my audio books and does "play from here" (this i can do)
Sets/display the time until stop (this i will have to figure out)
* The service script
receives the time-to-stop from the app. (this i need to figure out)
Can be queried by the app for the remaining time. (this I need to fifure out)
When time runs out, stop playback, send a command over IR (this i can do)
thanks for any input
I have one raspberry pi running libreelec that should run without a screen. It plays audiobooks until i fall asleep. I start playback using KoRe (android kodi remote) but have to turn on the screen only to set the sleep timer. I want to choose the time until stop at every occasion. So "Add-on:Sleep Timer" is not an option. (as far as i can tell)
I there any way to set the sleep timer from my android tablet? I found related questions on the internet but no solution so far.
My current plan is to write a simplified android app that communicates with a service-script on kodi.
* The App
shows my audio books and does "play from here" (this i can do)
Sets/display the time until stop (this i will have to figure out)
* The service script
receives the time-to-stop from the app. (this i need to figure out)
Can be queried by the app for the remaining time. (this I need to fifure out)
When time runs out, stop playback, send a command over IR (this i can do)
thanks for any input