Req how to autoplay iptv channel when starting kodi ?
#1
how to autoplay iptv channel when starting kodi or starting coreelec 

I have now installed iptv simple pvr client addon 

How to use xmbc python script to automatically play iptv channels when booting
Reply
#2
Maybe the setting Interface - Startup - Perform on Startup does what you want?
Reply
#3
yeah, thanks for answer
Your answer is indeed easy to make it start to play automatically 
but 
I want to do automatic startup schedule playback, such as playing channel 1 at 12 noon and channel 2 at 22 o'clock in the evening
Reply
#4
(2022-05-07, 09:37)Atreyu Wrote: Maybe the setting Interface - Startup - Perform on Startup does what you want?
yeah, thanks for answer
Your answer is indeed easy to make it start to play automatically 
but 
I want to do automatic startup schedule playback, such as playing channel 1 at 12 noon and channel 2 at 22 o'clock in the evening
Reply
#5
I see. Don't know much about python scripting, so someone else might be able to do some magic there, but what I do to have programs start on a schedule is set reminders in the guide.
As long as Kodi is running it will start all selections according to guide data.
Reply
#6
See https://kodi.wiki/view/Autoexec_Service

regarding the python script, it's as simple as:
 
Code:
import xbmc
xbmc.executebuiltin('PlayMedia(yoururl)')
Reply

Logout Mark Read Team Forum Stats Members Help
how to autoplay iptv channel when starting kodi ?0