Arthur Poiret

Results 46 issues of Arthur Poiret

Today, there is two sources of persistent data in OwlPlug: * **H2 Datasource** - An embedded SQL H2 database to store semi-persistent state data. Used by JPA/Hibernate through Spring Data....

Type: Feature

This issue is an EPIC tracking a set of items to implement minimal plugin labeling/tagging feature in OwlPlug **Requirements** * #320 **Implementation** * #18 * Reflect changes from key-value statestore...

EPIC

> This issue track activity and needs for a FL Studio project support in OwPlug. The decision to support a DAW depends on various factor: technical constraints and format documentation,...

Type: Feature
Status: Proposal
DAW Project Support

OwlPlug cannot unpack 7z archives like `jpcima/adlplug` from OAS registry. ``` Caused by: org.apache.commons.compress.archivers.StreamingNotSupportedException: The 7z doesn't support streaming. at org.apache.commons.compress.archivers.ArchiveStreamFactory.createArchiveInputStream(ArchiveStreamFactory.java:474) at org.apache.commons.compress.archivers.ArchiveStreamFactory.createArchiveInputStream(ArchiveStreamFactory.java:418) at org.apache.commons.compress.archivers.ArchiveStreamFactory.createArchiveInputStream(ArchiveStreamFactory.java:401) at com.owlplug.core.utils.ArchiveUtils.uncompress(ArchiveUtils.java:94) ``` It's an...

Status: Proposal
OAS

OAS registry spec has been updated to support a `donate` url property in packages. See https://github.com/open-audio-stack/open-audio-stack-registry/issues/73 OwlPlug already contains UI feature to redirect to a donation website. This property must...

OAS

A new plugin scan can be implemented to avoid running Native Discovery on the entire plugin set. Running Native Discovery can take from 1s to 3s, leading to huge execution...

Type: Feature

Some users are interested in performing bulk actions on the plugin table view: * Deactivate plugins * Update plugins Deletion is out of scope and can be achieved by removing...

Type: Feature

An *"Update"* button is displayed in the plugin view when: - The installed plugin version has been detected (successfully scanned using Native Discovery) - A new version is available on...

Type: Feature

* Apple is deprecating Intel architecture for its new `arm64` chip. > Apple has discontinued support for the x86_64 (Intel) architecture. GitHub will no longer support this architecture on macOS...

Priority: High
Type: Maintenance