Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

PVR IPTV Simple Client Comand Line start/stop
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
PVR IPTV Simple Client Comand Line start/stop
4th Dec, 2019, 03:31 AM
Post: #2
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: PVR IPTV Simple Client Comand Line start/stop
Are you using my script?

Code:
#!/bin/sh

echo "-----------------------------------"
echo "$(date) $0 $@"
echo "-----------------------------------"

case $1 in

        screensaver)            # See /etc/init/xbmc-screensaver.conf
                case $2 in
                        start)
                                ;;
                        stop)
                                ;;
                esac
                ;;

        preload)                # See /etc/init/xbmc-preload.conf
                case $2 in
                        start)
                                # Start acestream and wait 10s until its up
                                /home/xbian/acestream.engine/acestream.start && sleep 10 || :
                                ;;
                        stop)
                                # This never happens
                                ;;
                esac
                ;;

        xbmc)                   # See /etc/init/xbmc.conf
                case $2 in
                        start)
                                ;;
                        stop)
                                ;;
                esac
                ;;
                
esac

exit 0

In this case, you can add a sleep to wait until acestream is up, see above

You cant do a delayed start of IPTV Simple client addon
You cant start/restart IPTV Simple client via cmdline script
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
PVR IPTV Simple Client Comand Line start/stop - dvv06 - 3rd Dec, 2019, 12:26 AM
RE: PVR IPTV Simple Client Comand Line start/stop - Nachteule - 4th Dec, 2019 03:31 AM
RE: PVR IPTV Simple Client Comand Line start/stop - dvv06 - 4th Dec, 2019, 04:52 AM
RE: PVR IPTV Simple Client Comand Line start/stop - Nachteule - 4th Dec, 2019, 05:27 AM
RE: PVR IPTV Simple Client Comand Line start/stop - ThomasBradbarry - 11th Nov, 2022, 04:39 AM
RE: PVR IPTV Simple Client Comand Line start/stop - Nachteule - 11th Nov, 2022, 04:57 AM
PVR IPTV Simple Client Comand Line start/stop - f1vefour - 13th Nov, 2022, 08:33 PM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  PVR IPTV Simple Client - default audio and subtitles mocarela 7 24,215 10th Feb, 2022 05:38 PM
Last Post: howardellis
  [SOLVED] PVR IPTV Simple Client - no channel logos mocarela 7 26,489 28th Jul, 2016 06:02 AM
Last Post: Nachteule
  PVR IPTV SIMPLE update Vorms 5 51,518 19th Jan, 2014 01:26 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 25th Jun, 2025, 02:51 PM Powered By MyBB, © 2002-2025 MyBB Group.