This plugin displays station logos for stations with and without RDS data, targeted at Australian FM-DX Webserver owners.
- Download the latest zip file
- Transfer
StationLogosOCE
folder, andStationLogosOCE.js
to FM-DX-Webserverplugins
folder - Extract
logos
folder from filelogos.zip
and transfer to FM-DX-Webserverweb
folder - Restart FM-DX-Webserver if required
- Login to Adminstrator Panel and enable plugin
Note
includeLocalStationInfo
: Set to true to enable logos for stations without RDS. Files are to be stored in FM-DX Webserver/web/logos/local
folder.prioritiseSvg
: Set to true to display 'svg' file if both 'svg' and 'png' files exist for tuned station.
-
Entries can be added in
localstationdata.json
(stored in/web/logos/json
). Once edited, confirm each line except the last ends with a comma. -
Images can be named with an underscore, followed by station frequency (stored in
/web/logos/local
). Example:_87.600.png
-
To change logo animation for tentatively loaded PS RDS, Open
pluginStationLogosOCE.js
, find and edit the line containingconst logoEffect
.
- Conforms to imperial units setting
- Added option to ignore filename case for RDS PS
- Container is slightly resized if Peakmeter plugin is found
- Added option to prioritise 'svg' over 'png' images
- Added "Santa hat" default logo shown during December
- Minor fixes
- Fix for FM-DX Webserver v1.2.4 compatibility issues
- Fix for tooltips
- Data for stations without RDS stored in json file
- Added more animations for partially loaded PS RDS
- Public release
Original source code located at: https://github.com/Highpoint2000/webserver-station-logos