unicode-data icon indicating copy to clipboard operation
unicode-data copied to clipboard

Draft: All-in-one unicode-data

Open wismill opened this issue 3 years ago • 5 comments
trafficstars

  • Rename the package unicode-data to unicode-data-core and create the all-in-one package unicode-data.
  • Use the new version scheme.

Note: This is currently based on #92 and will need to be rebased after #92 is merged.

Fixes #82, #59.

TODO:

  • [x] Wait for #92 to be merged
  • [x] Remove deprecated features
  • [x] Add a prominent warning (in README/package description)
  • [ ] Inform the existing users of unicode-data

wismill avatar Sep 27 '22 08:09 wismill

Also see this issue :

https://github.com/jitsi/jitsi-meet/issues/4928

And this script, apparently implementing saving full video calls to Nextcloud :

https://github.com/switnet-ltd/quick-jibri-installer

MagicFab avatar May 03 '20 16:05 MagicFab

Just a note here, that script does not save to NC, what it does is extend External Storage feature of NC to the storage location of the recordings.

What I did was to mount a WebDAV directory directly in the Jibri servers to store the recordings directly into the NC storage instead.

I used the info from these 2 locations

https://docs.nextcloud.com/server/15/user_manual/files/access_webdav.html

https://stefanoprenna.com/blog/2014/01/08/tutorial-how-to-automatically-mount-webdav-shares-at-boot-in-linux/

azon2111 avatar May 22 '20 13:05 azon2111