Sequoia is renowned for its stunning collection of wallpapers, making it a favorite for those who enjoy refreshing their desktop background frequently. However, after upgrading to macOS Sonoma, you might have noticed that many wallpapers aren’t automatically downloaded. Instead, users need to click on each wallpaper individually to download them. This can be frustrating, especially when you want to access the entire collection quickly.
Fortunately, a solution exists. A Python script has been developed that allows you to download all the wallpapers in one go. Here’s a step-by-step guide to using it.
Why Use the Python Script?
This script simplifies the process by:
- Automatically downloading all the wallpapers, saving you time and effort.
- Allowing you to select specific categories or subcategories of wallpapers.
- Enabling parallel downloads for faster completion.
However, it’s worth noting that downloading all video files in high quality (4K SDR at 240FPS) can take up to 65 GB of disk space. Plan accordingly based on your available storage.
How to Use the Script
The script is hosted on GitHub, and you can access it here. Follow these steps to get started:
- Clone the Repository Open your terminal and clone the repository:
git clone <repository-link>
- Install Dependencies Navigate to the cloned directory and install the required Python packages:
pip3 install -r requirements.txt
- Run the Script Execute the script with administrator privileges:
sudo python3 app.py
- Optional: Adjust Parallel Downloads To speed up the process, you can increase the number of files downloaded simultaneously. Update the environment variable
DOWNLOAD_THREADS
before running the script:sudo -E DOWNLOAD_THREADS=5 python3 app.py
Replace5
with your desired number of parallel downloads.
Tips for Success
- Check Disk Space: Ensure you have enough free storage before initiating the download, especially if opting for high-quality files.
- Select Categories Wisely: If you don’t need all wallpapers, use the script’s category and subcategory selection feature to download only what you want.
- Monitor Network Usage: Downloading high-quality files can consume significant bandwidth. Perform the download when your internet connection isn’t being used for other tasks.
Disclosure: Vividbay is a participant in the Amazon Associates Program. We may earn a commission from qualifying purchases.