Dear @rerdavies,
This project is fantastic.
I was wondering if you could add in the assets of the release section an archive with the compiled artifacts to be used as a portable install (for arm64 specifically).
Additionally, it would be great to have the possibility to configure additional file paths for the IR, Nams and other data, as well as the possibility to change the url for the pipedal ui, for example raspberry.pipedal instead of raspberry.local.
This all stem from my explorations on how to install and use pipedal on zynthian.
Basically pipedal cannot be installed (sqlite conflicts) or compiled (missing libraries) on zynthian, but if i compile it on a fresh raspberry pi os bookworm, move it on a usb stick and the run it from zynthian it works.
The other minor changes would allow to use the already available NAM and IR provided on zynthian, and to use the web ui (another service is already using the zynthian.local url).
I made some attemps in here (see zynthian branches) using the aid of an llm. But then i realized that having a portable install from the artifacts generated by your github actions would probably be the simplest and better way.
There are also some bash scripts which are more or less capable of cofniguring the paths on the target machine and to expose the pipedal ui on custom url, but those are meant more to be proffs of concept and the results of an exploration, rather than a real implmentation.
Would all of this be possible with a reasonable effort?
Many thanks and have a nice day
Dear @rerdavies,
This project is fantastic.
I was wondering if you could add in the assets of the release section an archive with the compiled artifacts to be used as a portable install (for arm64 specifically).
Additionally, it would be great to have the possibility to configure additional file paths for the IR, Nams and other data, as well as the possibility to change the url for the pipedal ui, for example raspberry.pipedal instead of raspberry.local.
This all stem from my explorations on how to install and use pipedal on zynthian.
Basically pipedal cannot be installed (sqlite conflicts) or compiled (missing libraries) on zynthian, but if i compile it on a fresh raspberry pi os bookworm, move it on a usb stick and the run it from zynthian it works.
The other minor changes would allow to use the already available NAM and IR provided on zynthian, and to use the web ui (another service is already using the zynthian.local url).
I made some attemps in here (see zynthian branches) using the aid of an llm. But then i realized that having a portable install from the artifacts generated by your github actions would probably be the simplest and better way.
There are also some bash scripts which are more or less capable of cofniguring the paths on the target machine and to expose the pipedal ui on custom url, but those are meant more to be proffs of concept and the results of an exploration, rather than a real implmentation.
Would all of this be possible with a reasonable effort?
Many thanks and have a nice day