Skip to main content

23 posts tagged with "Features"

Feature updates and related information.

View All Tags

Easier management of multi-page files in Media Details

Easier management of multi-page files in Media Details

We've improved how files with multiple pages or slides are displayed in Media Details by adding a dedicated Slides tab. This update makes it easier for users to find the management for individual slides within files that contain more than one.

The update includes:

  • A new Slides tab in Media Details for multi-page files such as PowerPoint (PPT), PDF, and Word (DOC).
  • When clicking a thumbnail, you'll now be taken directly to the Slides tab instead of opening the side panel.

This creates a clearer and more straightforward way to work with multi-page files, helping you quickly review and manage individual slides.

The update is automatically available for supported file types and does not require any setup.

Google Drive Sync

Google Drive Sync

We've updated the Google Drive functions to give you control over whether a file stays linked to Google Drive or is stored as an independent copy in Smartsign, so the user can update content directly in google drive. The update includes:

  • A prompt when adding a file from Google Drive to choose between enabling sync or adding a copy.
  • A "Sync" entry in the file's properties when sync is enabled, showing the sync type (currently Google Drive).
  • Disabled name editing (and other non-editable synced attributes) in media details while sync is active.
  • An optional "Sync" column in the media library list view, showing the sync type for quick visibility.
  • A visible unlink icon in the sync info section that removes synchronization and converts the file to regular media.
  • The files are synced with a one hour interval.

This improves transparency and control over how imported files are managed, helping you decide whether updates in Google Drive should automatically carry over to Smartsign or remain independent. The feature is available when adding files from Google Drive to the media library; the "Sync" list column is optional and can be enabled in the list view column settings. If a file is unlinked it will no longer update from Google Drive-re-enabling sync requires re-adding the file from Google Drive.

Clickable data links and fetched data preview in data source details

Clickable data links and fetched data preview in data source details

We've enhanced the data source details view to make it easier to access and verify source data directly from the interface. With this update, you can now:

  • See a clickable link to the JSON, XML, or CSV file displayed below the "Edited" row.
  • View the full URL, which opens in a new tab when clicked.
  • Hide the link automatically when no valid data source URL is available.
  • Click the Status "Data fetched" text to view the actual data that has been retrieved.

These improvements make it easier to validate data sources, troubleshoot issues, and confirm that the correct data is being used. The update is available for all users with access to data source details and requires no additional configuration.

Duplicate user profiles

We've added the ability to duplicate user profiles, making it easier to create customized versions of for example Publisher or Admin user profiles without starting from scratch. The feature is available to all users with permission to manage user profiles and requires no additional configuration to use.

General product improvements and bug fixes

We're continually improving the product and addressing bugs. Here are a few of the updates we've released recently:

  • Corrected date displays to use localized formats instead of a fixed MM/DD/YYYY format for all English languages.
  • Multiple bugfixes touching almost every parts of Publisher, for example: Screen and channel behavior, Media library issues, Booking calendar display and handling, Templates and group access, UI layout and migration-related behavior, backend and infrastructure stability
  • Support for v10 widgets - widget api and source code editing is now available in v11.
  • Template creator "Fit" mode for the workarea now respect width and height
  • Layers panel visible as default in TC
  • "Do not show this message again" for various confirmation panels

Improved media picker

The media picker, the part of Smartsign 11 that you use to select files from your media library, has undergone some improvements with the main purpose of making it easier to fix bugs and add improvements. Some Improvements included in the recent release are:

  • Multiple bugfixes related to uploads, statuses and updates of files
  • It is now possible to open media details from within the media picker
  • When selecting a screen layout, the screen layout folder is automatically opened.
  • It is now possible to add folder directly in the media picker

Minor bugfixes and more improvements for the media picker are planned for future releases.

Scrolling text in Template Creator (Beta)

We've added scrolling text capabilities to Template Creator , allowing longer messages to be displayed in a compact and continuous format. This allowing for example RSS-feeds too be displayed in a news-ticker style in Templates and layouts, long texts from social media datasources to be scrolled verticaly, and much more. This Is a beta feature and is intended for early use and validation. Core functionality is expected to work as designed, but some cases and hardware may result in unexpected behavior.

One of four behaviours can be selected when adding a text are in a template :

  • Hidden - Existing option
  • Resize text to fit - Existing option
  • Vertical scroll - New option
  • Horizontal scroll- New option
  • The vertical scrolling option loops text smoothly from top to bottom
  • The horizontal scrolling option scrolls text continuously from right to left, similar to a news ticker.
  • Support for dynamic text sources, scrolling each item in sequence before restarting the loop.
  • Automatic normalization of horizontal scrolling text, removing line breaks and displaying content as a single continuous line.
  • Five predefined speed settings for both modes: Very Slow, Slow, Medium (default), Fast, and Very Fast.

The feature is available now in Template Creator, requires no additional configuration beyond selecting the desired overflow behavior, and works across all hardware supported by Smartsign 11.

Player update (firmware)

Player update (firmware)

Users can update the player of a selected screen directly through a menu option in the screen list. The update option is only visible when a new firmware version is available and when the user has permission to upgrade players. Before starting an update, a confirmation dialog shows the firmware name and version. Once the update is initiated, a snackbar notification confirms that the request has been sent. The actual player updates are identical too Publisher 10, there are no difference in firmware versions et.c.

A optional column, "Firmware version," is available in the screen list. If an update is available, an ( i ) appears next to the version number with a tooltip indicating "update available." If the player already has the latest version, the tooltip shows "latest version."

Customizable group names in Template Creator

Customizable group names in Template Creator

We've added the ability to rename groups in Template Creator to make organizing and managing templates more intuitive.

  • Users can now assign custom names instead of the default Group 1, Group 2, etc.
  • Group names are edited in the right most property panel, like other item names.

This improvement makes group organization clearer and more flexible, especially when working with complex templates. The feature is available now for all Template Creator users and requires no additional configuration.

New POST option for JSON datasources

New POST option for JSON datasources

To give users more flexibility when connecting to APIs, JSON datasources now support both GET and POST methods. This makes it possible to fetch data from APIs that require request bodies or POST parameters.

  • A new dropdown is available before the JSON link field with options: GET (default) and POST.
  • When GET is selected, the Body field is hidden and the request is sent as a standard GET request.
  • When POST is selected, a Body (raw) text area appears for entering JSON or text content.
  • Custom request headers continue to work for both methods.
  • If a POST request is sent with an empty body, it remains valid.

This enhancement expands integration possibilities for templates using JSON datasources, as more and more APIs are using POST.