Skip to content

Instantly share code, notes, and snippets.

View matuszewskijan's full-sized avatar

Jan Matuszewski matuszewskijan

View GitHub Profile
@matuszewskijan
matuszewskijan / docs.md
Last active October 10, 2024 11:20
Gofilex integration docs

Filmservice - Gofilex integration process

Top-Level Flow

  1. Film gets set up on filmservice
  2. DCP gets ingested in Filmservice - Checks every hour start if it is ingested in Gofilex to show proper labels on the filmservice interface.

Option XXX: For DCPs where we expect a Transfer via Gofilex we could do manually in advance a booking to “Transfer”. This should set up the film Title on Gofilex and mount the DCP into the Watch folder so that SERAPH finds it and they can ingest it. But it should NOT create a booking on their system.

  1. Customers book Transfers. If there is a customer booking to an Organisation with Transfer mode Gofilex and there is not yet a booking to “Transfer”. Option XXX should happen automatically and additionally.
@matuszewskijan
matuszewskijan / template.rb
Last active March 13, 2022 21:18
Rails Rspec Sidekiq Postgres FactoryBot Template
run "spring stop"
gem_group :development, :test do
gem "rspec-rails"
end
run "bundle install"
rails_command "generate rspec:install"
run "rm -rf test" if yes?("Do you want to remove the /test directory?")
# complete guide to setup ruby and rails
https://gorails.com/setup/osx/11-big-sur
# M1 workarounds
https://github.com/mikelxc/Workarounds-for-ARM-mac
softwareupdate --install-rosetta
brew install
echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc