-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a custom device configuration
From the version 5, UMS has a device-specific configuration feature that works like so:
-
Open the device's popup panel in the GUI and press 'Customize':
-
Give the custom configuration a name in the dialog that popup. For instance here we're calling it 'rpi' for Raspberry Pi. This configuration will be saved in your user profile folder inside the 'renderers' subfolder, e.g. in Windows at C:\ProgramData\UMS\renderers\rpi.conf.
-
The new configuration file should open up in your text editor, e.g. Notepad. Add/override any renderer or UMS.conf setting for this specific device, for example here we're changing the icon and transcoding settings:
#----------------------------------------------------------------------------
device = uuid:7744ff6c-541f-48a8-0878-05fdebf240db
RendererIcon = C:\ProgramData\UMS\renderers\rpi128.png TranscodeVideo = MPEGTS-H264-AC3
* Save this file and the device should update in UMS, with the new overrides in effect. The edit bar will show this new configuration as primary, with the generic 'parent' conf accessible via the button to the left:
![customizing2.jpg](http://www.universalmediaserver.com/forum/download/file.php?id=1741)
***
* Next: [How to change to TRACE logging][1]
* Previous: [Pushing media to a renderer][2]
* Top: [Index][3]
[1]: https://github.com/UniversalMediaServer/UniversalMediaServer/wiki/How-to-change-to-TRACE-Logging
[2]: https://github.com/UniversalMediaServer/UniversalMediaServer/wiki/Pushing-Media-to-a-Renderer
[3]: https://github.com/UniversalMediaServer/UniversalMediaServer/wiki/Index