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¶
- Go to Launchpad and open Automator
- Create a new document
- Choose type Application
- In the search bar, search for Shell
- Choose Run Shell Script
- Remove the contents of the shell script and paste:
launchctl load /Users/<user name>/Library/LaunchAgents/com.github.morpheus65535.bazarr.plist
- Go to the File menu and choose Save
- Name the file Bazarr.app and save it in Applications
Change the App icon¶
- Copy the Bazarr icon from GitHub repository
- In Finder, go to Applications
- Right click on Bazarr.app and choose Get Info
- Click on the robot icon
- Paste the picture you want for the new icon
- Close the info window
Launch Bazarr at start¶
- Open System Settings
- Go to General > Login Items
- At the bottom of the Open at Login section, click on the +
- Choose Applications > Bazarr.app and click Open
- Restart the computer and open
http://localhost:6767
in your browser to test