Shoutcast Custom Properties
This feature is available on 2.14.4+ and allows for custom configuration changes to Shoutcast 2 services, much like with Icecast Custom XML configuration: https://www.mediacp.net/doc/admin-server-manual/install/activate-media-plugins/icecast-2-icecast-kh/
Changes are merged into the Shoutcast configuration file automatically, much like changing the config file manually if setup incorrectly you may encounter issues.
The setting can be found in Configure → Advanced
Example
We will be setting a custom admin CSS file as an example for this feature:
- Place the file in the services content directory ex. /usr/local/mediacp/content/user_1/shoutcast2/8010_11/
- Set the Custom Properties to the file name: admincssfile=custom.css
- Clear the Shoutcast admin cache using the admin.cgi?mode=clearcache option ex. http://your-domain.panel:8010/admin.cgi?mode=clearcache
- The custom CSS file should now work, but browser cache may be affecting it. Clearing your browsers cache or opening the page in a private window should show the page working.