aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
256 stars 42 forks source link

Duplicated cameras in dropdown? #1417

Closed alexdumitriu closed 4 months ago

alexdumitriu commented 4 months ago

Just a quick question - is there a way I can remove any of these cameras from the list here? The only one I actually have is the first one in the list. The moment I try to change to a different one from the list, the app crashes, so I'd like to avoid making a mistake when clicking on the cameras list, select an invalid one and then crashing the app.

image

Thanks a lot Alex

aaronwmorris commented 4 months ago

You can hide cameras using SQL from the command line.

https://github.com/aaronwmorris/indi-allsky/wiki/SQL-queries

alexdumitriu commented 4 months ago

Amazing, thank you very much!