Artie is a simple art scraper designed for Anbernic devices running MuOS. It helps you download and manage artwork for your ROMs, enhancing your gaming experience with beautiful visuals.
- Easy-to-use and minimal UI inspired from tiny-scraper.
- Scrape per system or rom.
- Integrates seamlessly with MuOS.
- Highly customizable through
config.json
. - Support for Box Art, Preview and Text (Synopsis).
- Option to delete all media for a selected system.
- It can work in other OSs as well with little adaptation.
Follow these steps to install Artie:
-
Download the Latest Release:
- Visit the releases page and download the latest version of Artie.
-
Unzip the Downloaded File:
- Extract the contents of the downloaded zip file.
-
Configure Artie:
In
config.json
ensure:a)
roms
is correctly configured to the path your roms are located.b) Add your Screenscraper credentials.
c) For the systems you are interested to scrape ensure the paths are correct.
-
Copy Files to MuOS:
- Copy the
.artie
directory andArtie Scraper.sh
script to/mnt/mmc/MUOS/application/
.
This could be done via CLI with:
scp -r .artie/ Artie\ Scraper.sh root@<your IP>:/mnt/mmc/MUOS/application/
- Copy the
-
Launch Artie Scraper:
- Open MuOS and launch Artie Scraper from your applications menu.
We welcome contributions! Feel free to open issues or submit pull requests (PRs) to help improve Artie.
-
Fork the Repository:
- Click the "Fork" button at the top right of the repository page.
-
Clone Your Fork:
- Clone your forked repository to your local machine using
git clone
.
- Clone your forked repository to your local machine using
-
Create a Branch:
- Create a new branch for your feature or bug fix.
-
Make Changes:
- Implement your changes and commit them with clear and concise messages.
-
Submit a Pull Request:
- Push your changes to your fork and submit a pull request to the main repository. Be sure to mention what feature you are implementing or which bug you are fixing.
If you encounter any bugs, please open an issue on the GitHub issues page with detailed information about the problem.
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using Artie! We hope it enhances your gaming experience on your Anbernic device.