EugeneDae / VLC-Scheduler

Basic automation & scheduling for VLC media player. [Currently not actively maintained].
MIT License
68 stars 18 forks source link

Initial Setup using macOS 12 #31

Open mengelsen opened 2 years ago

mengelsen commented 2 years ago

I was able to use the following workaround to overcome the issue with the "FileNotFoundError" message.

However, when I launch VLC Scheduler I am currently getting one line of output. (See attachment) The VLC player does not launch or attempt to play the content that resides in the path folder.

The screenshot you included on the GitHub project looks much more verbose, compared to what I'm currently seeing. Am I doing something wrong?

Currently, my YAML file is very short & sweet:

sources:
    - path: /Users/MY_USERNAME/horizontal_images
    - item_play_duration: 5
Screen Shot 2022-02-28 at 16 42 46
Giwayume commented 8 months ago

You have a type-o in your yaml file. - indicates the beginning of an map in an array, you don't want it on every line, only the first line for that map.

sources:
    - path: /Users/MY_USERNAME/horizontal_images
      item_play_duration: 5