reapack icon indicating copy to clipboard operation
reapack copied to clipboard

Reapack automatically delete .dll/.dylib when synchronized

Open sandycorzeta opened this issue 1 year ago • 3 comments

I use syncthing to sync my reaper settings, plugins and scripts on my Macbook and Windows PC. There is always noticeable problem that, whenever i sync my reapack on Windows, the .dylib gets automatically deleted. That also happen vice versa when i open my Macbook, it deletes the .dll file. Is there a way to disable this auto-removal of .dll/.dylib? Can they both just live co-exist without having to be deleted?

I provided a screenshot as a proof image

sandycorzeta avatar Feb 20 '24 12:02 sandycorzeta

There is no way to install multiple architectures concurrently at this time. I'll leave this issue open as it's a feature I want to add in the future.

cfillion avatar Feb 20 '24 12:02 cfillion

Thank you for the consideration. I will patiently wait the feature to be implemented. Have a nice day 😊

sandycorzeta avatar Feb 20 '24 12:02 sandycorzeta

Hi, also looking forward to this, as I move my installation (USB drive) between a Linux computer and a Windows computer often, so it would be nice to have both the Linux and Windows versions of packages like SWS installed at once (in case you're wondering, I extracted the Linux archive of REAPER into a portable Windows install since both binaries create and read the same files (themes, etc.) and it pretty much works perfectly except for ReaPack packages...)

REAPER is probably hardcoded to only look for .so and .dll files directly inside UserPlugins, if only it was able to look for UserPlugins recursively, maybe ReaPack could put the .so and .dll in separate directories, to prevent the .so from overwriting the .dll when syncing on Linux and vice-versa

kawa-sanmyaku avatar Oct 01 '25 07:10 kawa-sanmyaku