Skip to content

dhlsam/fuji-x-weekly-simulation-profiles

 
 

Repository files navigation

fuji-x-weekly-simulation-profiles

Built with

Ruff python

Repo Status

fortnightly scrape status License

Purpose

  • Auto scraping the www.fujixweekly.com for Fuji X simulation profiles every fornight
  • A simple CLI tool to copy the .FP1 files over to X Raw Studio app with ease using CLI and Python (works for mac OS). CLI screenshot

Getting Started

# Setting up your environment
make install

Installing Profiles to FujiX App

  1. 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)

  2. Run

# Copy the files from fuji_profiles into your local environment
make copy

CLI in action

  • This will start the CLI command prompt to copy the FujiProfiles over to your computer.

Reingestion

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

Motivations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.3%
  • Jinja 4.3%
  • Makefile 2.3%
  • Shell 2.0%
  • Jupyter Notebook 1.1%