LS3solutions / openstream-server

GNU General Public License v3.0
201 stars 26 forks source link

Request - UI for customisation of apps_windows.json #11

Open TsukikoChan opened 3 years ago

TsukikoChan commented 3 years ago

Feature request - customise and add "applications" to the moonlight menu in addition to the default Desktop and Stream BigPicture via an easy to use window for adding/removing entries in the apps_windows.json file.

I know I can add new apps to the list but maybe have a front-end for customising this list in the future possibly? In the meantime, maybe publish a "how to" syntax for adding them manually (backing up the original in case they blow it up).

For instance, i added genshin impact to the list easily but with a bit of errors while trying to get the syntax correct for the json file:

` { "env":{ "PATH":"$(PATH);C:\Program Files (x86)\Steam" }, "apps":[ { "name":"Steam BigPicture",

    "output":"steam.txt",
    "prep-cmd":[
        {"do":"steam \"steam://open/bigpicture\""}
    ]
},
{
    "name":"Genshin Impact",
    "output":"genshin.txt",
    "cmd":"K:\\FPrograms\\Genshin Impact\\launcher.exe"
}
]

} `

Dr4goonD3mon commented 3 years ago

I second that Feature Request, also add the posibility to add a custom image like geforce experience, and is there a line for manually add that in the json file?