With the release of PADS4 version 2021.3, a new Advanced Content Library System has been introduced. This update enhances functionality and security by transitioning from an open folder structure to a controlled environment. As a result, existing installations may require minor adjustments to accommodate this change.
Starting from PADS4 version 2021.3, the content library is no longer stored within the traditional directory path:
Copy
Ask AI
C:\ProgramData\PADS\Content\...
Instead, it is now managed within a closed environment, enabling PADS4 to introduce advanced features and improved security while maintaining seamless content management.
When using PADS4 Designer, Data Folder Data Providers, PADS4 CMS, or PADS4 Workspace, the system now utilizes a Virtual Drive as a gateway to the new closed content environment.For existing installations that rely on the traditional Content Library folder, compatibility is maintained through this mechanism. The Virtual Drive is automatically installed during the upgrade process.
Users may experience a slight change in performance, as the Virtual Drive retrieves content dynamically from the closed environment instead of a direct file system structure.
When installing PADS4 Server version 2021.3 or higher, a Virtual Drive Service is automatically deployed. This service provides seamless integration with the new Advanced Content Library.
After upgrading, you may notice that the previous content library folder:
Copy
Ask AI
C:\ProgramData\PADS\Content\...
is now represented as a Virtual Folder (indicated by an arrow on the folder icon). You can still open and interact with it as you would with a normal folder.
Although the folder appears to contain files, no actual data is stored locally. Instead, the system dynamically retrieves and displays file information from the PADS4 Server. Users can:
Add, edit, and delete files
Open files for editing and save changes directly
Synchronize changes automatically with the PADS4 Server
Additionally, any new files uploaded via the PADS4 Web Portal will appear in the Virtual Drive folder.
With PADS4 version 2021.3, a new Content Management API has been introduced, replacing the previous Agent SDK. This API provides improved functionality and flexibility for managing content programmatically.For further details and implementation examples, refer to the PADS4 API Documentation on GitHub.
The mechanism for syncing Viewers remains unchanged in this update. Existing processes for content synchronization and playback will continue to function as before.