ColoradoSchoolOfMines / visplay

A libmpv and Qt based application for automating and controlling media playback on any display.
https://coloradoschoolofmines.github.io/visplay/
GNU General Public License v3.0
4 stars 1 forks source link

Break up visplay.yaml #6

Closed robozman closed 6 years ago

robozman commented 6 years ago

I think it would be a good idea to break up visplay.yaml into visplay.yaml, for general configuration and sources.yaml for locations of assets/sources/playlists.yaml.

Thoughts?

jhgarner commented 6 years ago

That sounds good and should be extremely easy since it would just be a rename. Visplay.config doesn't have support for anything but sources.

robozman commented 6 years ago

Great! I think it will also make https://github.com/ColoradoSchoolOfMines/visplay/issues/5 easier as we will not have to worry about ignoring non source related settings when obtained recursivly.

robozman commented 6 years ago

Requirements

robozman commented 6 years ago

I'm breaking visplay,yaml into config.yaml and sources.yaml. Better naming imo

robozman commented 6 years ago

@jhgarner The README needs to be updated to your new config syntax

robozman commented 6 years ago

This seems to be finished. We have settled on main entrypoint config.yaml, and sources.yaml files that can point to assets/playlists.yaml and import other sources.