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
- Restart FM-DX-Webserver again if required
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 'webp' files exist for tuned station.
Tip
PNG files can be converted to WebP lossess files using XnConvert, setting the format to WebP
, Lossless
, and Compression Method
to 6
.
-
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.webp
-
To change logo animation for tentatively loaded PS RDS, Open
pluginStationLogosOCE.js
, find and edit the line containingconst logoEffect
.
- Added support for local logo based on selected antenna (eg:
_87.500_1.webp
for second antenna)
- Added support for local data based on selected antenna
- Added support for WebP image format
- Logo filename is fetched from a list during RDS decoding rather than attempting to load each RDS PS decoded name (no more 404 errors)
- Case insensitive for Linux without producing 404 errors due to case sensitivity being checked from a list
- Faster and more responsive loading/unloading of logos
- Added option to delay local (no RDS) info and logo
- Added option to include azimuth for local (no RDS) info
- Updated tooltip to new design
- Improved responsiveness of image loading/unloading using dynamic interval timings and frequency change awareness
- 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