Skip to content

MacOS

Install Bazarr following the instructions

LaunchAgent on MacOS

From terminal:

cd /Users/<user name>/Library/LaunchAgents
nano com.github.morpheus65535.bazarr.plist

Paste the following into the document and change the location of the logs to /Users/<user_name>/:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>Label</key>
    <string>com.github.morpheus65535.bazarr</string>
    <key>ProgramArguments</key>
    <array>
      <string>/usr/local/bin/python3.8</string>
      <string>/Applications/bazarr/bazarr.py</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>KeepAlive</key>
    <true/>
    <key>StandardErrorPath</key>
    <string>/usr/local/var/log/bazarr.log</string>
    <key>StandardOutPath</key>
    <string>/usr/local/var/log/bazarr.log</string>
  </dict>
</plist>

Save the document. You should receive a notification that “_Software from ‘Ned Daily’ added items that can run in the background”. This is totally normal. To verify everything works, run to start Bazarr: launchctl load /Users/<user name>/Library/LaunchAgents/com.github.morpheus65535.bazarr.plist Run to stop Bazarr: launchctl unload /Users/<user name>/Library/LaunchAgents/com.github.morpheus65535.bazarr.plist

No more terminal work!

Create the App

  1. Go to Launchpad and open Automator
  2. Create a new document
  3. Choose type Application
  4. In the search bar, search for Shell
  5. Choose Run Shell Script
  6. Remove the contents of the shell script and paste: launchctl load /Users/<user name>/Library/LaunchAgents/com.github.morpheus65535.bazarr.plist
  7. Go to the File menu and choose Save
  8. Name the file Bazarr.app and save it in Applications

Change the App icon

  1. Copy the Bazarr icon from GitHub repository
  2. In Finder, go to Applications
  3. Right click on Bazarr.app and choose Get Info
  4. Click on the robot icon
  5. Paste the picture you want for the new icon
  6. Close the info window

Launch Bazarr at start

  1. Open System Settings
  2. Go to General > Login Items
  3. At the bottom of the Open at Login section, click on the +
  4. Choose Applications > Bazarr.app and click Open
  5. Restart the computer and open http://localhost:6767 in your browser to test