An open API service indexing awesome lists of open source software.

https://github.com/live-miracles/folder-player

Just number the files in the folder and this app will automatically generate a vMix playlist and provide a simplified UI that is perfect for non-techie users.
https://github.com/live-miracles/folder-player

daisyui electron streaming typescript vmix

Last synced: about 1 month ago
JSON representation

Just number the files in the folder and this app will automatically generate a vMix playlist and provide a simplified UI that is perfect for non-techie users.

Awesome Lists containing this project

README

          

# vMix Folder Player

Just number the files in the folder and this app will automatically generate a vMix playlist and provide a simplified UI that is perfect for non-techie users.

# Overwiew

1. Create a folder and order all the files with leading numbers.
image

2. Open the folder in the App and click the "Open Config" button.
image

3. Review the playlist config, if needed you can enable/disable mic or change parameters like volume or slideshow rotation time.
image

4. Save config, come back and click the "Setup Folder in vMix". It will create a `.vmix` preset file and open it in vMix.
image

5. It will also open a simple Web UI view like this, which can be used for users who are new to vMix and need just one "Next" button:
image

## Run Dev

```sh
npm run css
npm run dev
```

## Format

```sh
npm run format
```

## Links

- [vMix Docs](https://www.vmix.com/help29/DeveloperAPI.html)