Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Setup using macOS 12 #31

Open
mengelsen opened this issue Feb 28, 2022 · 1 comment
Open

Initial Setup using macOS 12 #31

mengelsen opened this issue Feb 28, 2022 · 1 comment

Comments

@mengelsen
Copy link

mengelsen commented Feb 28, 2022

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
Copy link

Giwayume commented Mar 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants