Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 588 Bytes

structure.md

File metadata and controls

22 lines (16 loc) · 588 Bytes

Structure

Remotes are organized into directories:

Remotes/
├── Foo/
│   ├── meta.prop
│   ├── remote.lua
│   ├── layout.xml
│   ├── icon.png
├── Bar/
│   ├── meta.prop
│   ├── remote.lua
│   ├── layout.xml
│   ├── icon.png
...

On start-up, the server scans a set of configured remote directories. The server looks for directories containing meta.prop files.

The file names shown above are the default names that the server looks for. However, they can also be overriden in the meta file.