Automating APP work...
 
Share:
Notifications
Clear all

May 27 2026 APP 2.0.0-beta45 has been released !

Fully Multi-Threaded LNC, many improvements for the registration engine, platform upgrade, and further tuning of internal memory consumption and memory release back to OS.

Apr 14 2026: Google Pay, Apple Pay & WeChat Pay added as payment options

Update on the 2.0.0 release & the full manual

We are getting close to the 2.0.0 stable release and the full manual. The manual will soon become available on the website and also in PDF format. Both versions will be identical and once released, will start to follow the APP release cycle and thus will stay up-to-date to the latest APP version.

Once 2.0.0 is released, the price for APP will increase. Owner's license holders will not need to pay an upgrade fee to use 2.0.0, neither do Renter's license holders.

 

Automating APP workflow with n8n/scripts: seeking solutions

4 Posts
2 Users
0 Reactions
1,348 Views
(@thibaud)
Molecular Cloud
Joined: 5 years ago
Posts: 2
Topic starter  

Automating APP workflow with n8n/scripts: seeking solutions

Hello APP community,

I'm looking to automate my astrophotography processing workflow with Astro Pixel Processor and would like to share my thoughts and get your suggestions.

Context

I have a folder structure organized as follows:

  • Main folder: Astro
  • Image type subfolders: Lights, Flats, Darks, Bias
  • Organized by session date: [Type]/[Session_Date]/[Filter]/

I want to automate the entire processing workflow, from initial stacking to final integration.

What I've explored so far

I've started working with n8n (a node.js-based automation tool) to create a workflow that:

  1. Detects new acquisition sessions
  2. Prepares destination folders for results
  3. Launches APP with appropriate configurations
  4. Processes different types of images (calibration, stacking, etc.)

Questions and challenges

  1. Command line options: Does APP support any command line options to directly load .apdx profiles or execute specific operations?
  2. API automation: Is there an accessible or planned API that would allow direct interaction with APP from a script or tool like n8n?
  3. Profile loading: How can I automatically load .apdx profiles for different image types (lights, flats, etc.)?
  4. Folder monitoring: Is the folder monitoring feature mentioned in other discussions available? How can it be configured?
  5. Alternative solutions: Have you implemented other automation solutions with APP (AutoIt, PowerShell, shell scripts, etc.)?

My current approach

At the moment, I need to manually launch APP and load profiles manually, but I'd like to automate further. I've created an n8n workflow that:

  • Prepares source/destination folders
  • Launches APP
  • Guides me through the necessary manual steps

If any of you have developed effective automation solutions with APP, I would be very interested to learn about your approach!

Thanks in advance for your advice and suggestions.


Kind regards, Thibaud



   
ReplyQuote
Topic Tags
(@mabula-admin)
Universe Admin
Joined: 9 years ago
Posts: 5325
 

Hi Thibaud @thibaud,

Thank you very much for your question and welcome to the forum !

Currently, we have no support at all for any API or commandline options We can of course make that happen going forward, but we have other priorities first.

APP 2.0 stable will feature the new functionality of save/load complete projects and that needs to be finished first before we can work on other new features as you can understand. I think this new feature addresses the profile loading but then with APP project files.

We realize that some APP users want to automate things and we are perfectly willing to make that happen going forward. It is on our ToDo list and we need to do some modifications in our code to make that happen in a smart and reliable way.

So in the last 2 weeks, I have worked actually intensively to restructure our code/project to make it fully modular. This in term will help us greatly to make an API, make additional tools like a quick FITS viewer/Blink tool and of course commandline interface, even running APP headless. I am glad to announce that this work was completely 2 days ago as well, so the project structure is fully ready now to work on these things going forward 😉 I hope that at least gives you an indication that we are aware of automating workflows and making that happen with APP going forward.

Please let me know if you have additional questions or feedback.

Mabula



   
ReplyQuote
(@thibaud)
Molecular Cloud
Joined: 5 years ago
Posts: 2
Topic starter  

Hi Mabula,

Thank you very much for your detailed response.

It’s really encouraging to hear that the codebase has now been fully restructured and that features like a command-line interface, API access, and headless mode are part of your roadmap. This opens up great possibilities for automation, especially for advanced or semi-professional astrophotography workflows.

In the meantime, I’ll continue exploring semi-automated solutions using tools like n8n to manage tasks such as folder preparation, app launching, and file organization — even if some manual steps are still required for now.

I do have a few follow-up questions that could help refine my setup and prepare for future integration with APP:

Project save/load feature in APP 2.0

Will the upcoming project save/load feature in APP 2.0 include all calibration, stacking, and integration settings — including relative folder paths?

Will it be possible to reload a project and re-run a process with minimal manual input (e.g., drag & drop, or double-click a project file)?

Folder monitoring

Is a “watch folder” functionality planned or considered — allowing APP to automatically detect new sessions and trigger actions accordingly?

Beta access or early testing

Will it be possible to test the new features (project loading, future CLI, etc.) ahead of the stable 2.0 release — either through a public beta or a closed testing programe

Again, thank you for your work and for considering automation as a future enhancement. I'm very much looking forward to seeing these features evolve!

Best regards,
Thibaud


 



   
ReplyQuote
(@mabula-admin)
Universe Admin
Joined: 9 years ago
Posts: 5325
 

Hi Thibaud, @thibaud

Project save/load feature in APP 2.0

Will the upcoming project save/load feature in APP 2.0 include all calibration, stacking, and integration settings — including relative folder paths?

Will it be possible to reload a project and re-run a process with minimal manual input (e.g., drag & drop, or double-click a project file)?

Yes, to both of those.

Folder monitoring

Is a “watch folder” functionality planned or considered — allowing APP to automatically detect new sessions and trigger actions accordingly?

Yes it is.

 

Beta access or early testing

Will it be possible to test the new features (project loading, future CLI, etc.) ahead of the stable 2.0 release — either through a public beta or a closed testing programe

Again, thank you for your work and for considering automation as a future enhancement. I'm very much looking forward to seeing these features evolve!

As soon as testing can be done, we will provide any beta on the downloads page : www.astropixelprocessor.com/downloads/

If we need a special beta group to test things we will let everyone know, but most likely, everyone can try and test it.

 

Hope that answers your questions regarding this?

Mabula



   
ReplyQuote
Share: