~krystianch/obs-time-source

OBS Studio plugin that allows you to add current date and time to scenes.
Add build dependencies to README
Fix meson project name

clone

read-only
https://git.sr.ht/~krystianch/obs-time-source
read/write
git@git.sr.ht:~krystianch/obs-time-source

You can also use your local clone with git send-email.

#OBS Time Source

An OBS Studio plugin that allows you to add current date and time to scenes.

screenshot

builds.sr.ht status

#Dependencies

  • Meson (meson)
  • A ninja-compatible build tool (e.g. samurai)
  • A C compiler (e.g. gcc)
  • C standard library headers (e.g. musl-dev)
  • OBS Studio (obs-studio-dev)
  • PangoCairo (pango-dev)

#Building

meson setup build
ninja -C build

#Installing

mkdir -p ~/.config/obs-studio/plugins/time-source/bin/64bit/
cp build/time-source.so ~/.config/obs-studio/plugins/time-source/bin/64bit/

mkdir -p ~/.config/obs-studio/plugins/time-source/data/locale/
cp data/locale/* ~/.config/obs-studio/plugins/time-source/data/locale/

#Uninstalling

rm -rf ~/.config/obs-studio/plugins/time-source/

#Contributing

Please send patches and bug reports to ~krystianch/public-inbox@lists.sr.ht.