Built with
Repo Status
- Auto scraping the www.fujixweekly.com for
Fuji X
simulation profiles every fornight - A simple CLI tool to copy the
.FP1
files over toX Raw Studio
app with ease using CLI and Python (works for mac OS).
# Setting up your environment
make install
-
Make a blank profile; this is so that the serial number is registered and can be copied over with the template
.fp1
file.a. Open
Fujifilm X Raw Studio
App.b. Create a base profile named
_Base Profile
so it appears first. (It doesn't have to, I've just done it for convenience) -
Run
# Copy the files from fuji_profiles into your local environment
make copy
- This will start the CLI command prompt to copy the
FujiProfiles
over to your computer.
In the case that the profiles aren't being parsed correctly, you can force a reingestion by running make clean
which removes the ./cached
profiles. This is automated to run every fortnight.
# To force a reingestion, run
make clean
- plamf repo
- Repository initiated with fpgmaas/cookiecutter-poetry.