Page 1 of 1

[RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 26 Sep 2018 20:57
by Dae
I've created a tiny companion to VLC called VLC Scheduler.

Do you have a TV screen that plays some media content non-stop? Do you want some of the content to play in the morning, and the rest during the rest of the day? Do you want to add new content to VLC as easily as dragging the file into a folder? VLC Scheduler was made exactly for such purposes.

Image
More information & downloads:
https://github.com/EugeneDae/VLC-Scheduler

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 10 Feb 2019 22:31
by Jean-Baptiste Kempf
cool.

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 03 Jul 2019 13:54
by jhjorsal
Hello out there
Have been playing a little with VLC Scheduler, great script. I just want to hear if anyone has made the script work so that it starts playing a movie, for example every other hour.

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 31 Jul 2019 19:21
by ksaveit
I tried a basic setup to play a video and it will launch VLC but the video won't play. Any ideas on what could cause this?

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 13 Sep 2019 20:55
by anon6969
Does anyone have any video or something on how the hell to set this --please stay polite-- up??? I have no clue how to get this up and running and this app would be a great help to me.

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 05 Dec 2019 08:40
by drno88
Does anyone have any video or something on how the hell to set this --please stay polite-- up??? I have no clue how to get this up and running and this app would be a great help to me.
What exactly is your problem? Under Windows everything works for me without problems, I downloaded the exe file.
Now I'm trying to collect under Linux, I hope it works out

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 16 Dec 2019 13:31
by Timoboy
Hi this addon would be perfect for my needs. but I can't get it to run on windows.
I added my file path to the file. now when I try to run it it runs for like a sec and then closes again. using screenshots to finally capture the error message it says that the path to vlc is incorrect. so i added the root folder of vlc to the file but it gives me the same error. Please help

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 23 Dec 2021 16:21
by d4k
Hi!
I tried to run VLC Scheduler script on Ubuntu 20.04.3 (Python 3.8.10), but was getting this error, despite doing everything by the manual on github:

Code: Select all

(venv) administrator@d4k-work:~/vlc-sched$ python src/vlcscheduler.py [12:24:54] Traceback (most recent call last): File "/home/administrator/vlc-sched/src/config.py", line 143, in <module> check_config() File "/home/administrator/vlc-sched/src/config.py", line 137, in check_config if not os.path.isfile(config.VLC['path']): KeyError: 'path'
It turns out, you have to add path to vlc binary to vlcscheduler.yaml, like shown in example:
https://github.com/EugeneDae/VLC-Schedu ... ample.yaml
although the manual states it's not mandatory.

with that, it strarted fine and I'm excited to play with it!
Thanks for making the Scheduler!

Re: [RELEASE] VLC Scheduler — basic automation & scheduling for VLC media player

Posted: 25 Nov 2023 19:34
by BZLederman
Could someone at least please explain how to get the documentation? Maybe it's just me, but when I go do GitHub I cannot find a way to get the documentation now matter how long I look or what I try. Without the documentation it's absolutely impossible to make any sense out of what I see here or even get started on trying this out. I think this would be a very, very useful feature for many people if there was just a simple incomprehensible description of how to make it work.