Search found 3 matches

Go to advanced search

by billx
17 Sep 2012 21:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Vlc startup script
Replies: 4
Views: 7908

Re: Vlc startup script

This should work : #!/bin/sh ### BEGIN INIT INFO # Provides: vlc # Required-Start: # Required-Stop: # Should-Start: $network # Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: VLC # Description: VLC ### END INIT INFO echo "`date`;Reloaded" >> /home/mulja/vlc...
by billx
15 Sep 2012 12:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Vlc startup script
Replies: 4
Views: 7908

Re: Vlc startup script

Hi, First, the command "sudo update-rc.d vlc defaults" need to know what are the defaults settings. Add this to your file : ### BEGIN INIT INFO # Provides: vlc # Required-Start: # Required-Stop: # Should-Start: $network # Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-...
by billx
15 Sep 2012 12:19
Forum: General VLC media player Troubleshooting
Topic: GUI for VLC daemon
Replies: 1
Views: 508

GUI for VLC daemon

Hi, I am starting the VLC daemon during the boot of my computer and I control it with my phone or my computer. When I use my computer, I would prefer to use the classic GUI of VLC rather than the http interface (This http interface is very basic :( ). I would like to connect this GUI to this daemon ...

Go to advanced search