Full ALPR Database System for Blue Iris!

Are you talking about the left and right arrows? The purpose of that was to be able to click through the images in the viewer, but I did not think about the need to unbind them when the edit dialogs are open. I will fix that.

Yes, those arrows. thanks!!
 
First time trying to use the update script. Script terminates before I can input any options:

paul@paul-linux-mint:~$ cd Docker/ALPR
paul@paul-linux-mint:~/Docker/ALPR$ curl -sSL | sudo bash
[sudo] password for paul:

=========================================
ALPR Database Update Script
=========================================

What would you like to do?
1) Update
2) Revert to a previous version

Enter your choice (1-2): [ERROR] Invalid choice. Please try again.
paul@paul-linux-mint:~/Docker/ALPR$
 
Working open in blue iris button that takes you straight to the associated alert:

openinbi.gif
 
First time trying to use the update script. Script terminates before I can input any options:

paul@paul-linux-mint:~$ cd Docker/ALPR
paul@paul-linux-mint:~/Docker/ALPR$ curl -sSL | sudo bash
[sudo] password for paul:

=========================================
ALPR Database Update Script
=========================================

What would you like to do?
1) Update
2) Revert to a previous version

Enter your choice (1-2): [ERROR] Invalid choice. Please try again.
paul@paul-linux-mint:~/Docker/ALPR$

Download and chmod +x then ./update.sh. The error you're getting is caused by the combined curl and bash command. I fixed that issue on the install script but not yet on the update script.
 
I was able to update by following the directions on the notification screen and it went without issues on Ubuntu.

The changelog screen is blank, however.
 
I was able to update by following the directions on the notification screen and it went without issues on Ubuntu.

The changelog screen is blank, however.

I just fixed the blank changelog this morning. Will only start working after updating though. So hopefully it should be visible whenever 0.1.8 becomes available.
 
  • Like
Reactions: PeteJ
Download and chmod +x then ./update.sh. The error you're getting is caused by the combined curl and bash command. I fixed that issue on the install script but not yet on the update script.
Tried but got permission errors on my auth and config and storage folders. Ill wait until its fixed on your end
 
Did you try with sudo? It worked for me so if there’s some other issue, I need to understand what it is in order to fix

Forgot the sudo. Works fine now. Thanks

EDIT:

Not working. Cant get beyond the update page, first step:


Database Backfill​

Update occurrence counts in the plates table

Start Backfill
Error occurred during backfill: dbBackfill is not defined
 
Forgot the sudo. Works fine now. Thanks

EDIT:

Not working. Cant get beyond the update page, first step:

Database Backfill​

Update occurrence counts in the plates table

Start Backfill
Error occurred during backfill: dbBackfill is not defined
I forgot to import that and somehow the code didn't give an error. Theres a page called /backfill that you can use to do the same thing and will work. A fixed image is building right now. Thanks for finding.
 
I'm a little behind in updating. For updating on Windows to the latest version, what should I do? And what's the process if I want the nightly build instead of latest stable?
 
  • Like
Reactions: PeteJ
You will need to add "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP" to your blue iris action. The button only shows up if the data is available.

I've just added, but the button is not showing up.

{ "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "timestamp":"&ALERT_TIME", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP" }
 
I've just added, but the button is not showing up.

{ "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "timestamp":"&ALERT_TIME", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP" }
Have you had a new plate read since updating BI? I think this will only enable it for plates that are read going forward.
 
  • Like
Reactions: algertc
I'm a little behind in updating. For updating on Windows to the latest version, what should I do? And what's the process if I want the nightly build instead of latest stable?
Same as before. I installed windows on an old PC, so hopefully powershell soon. Latest and nightly are the same right now. In fact, I think nightly is actually behind. So just use latest.
 
  • Like
Reactions: MikeLud1