in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

Generating alliteration character sometimes fails #174

Closed in03 closed 2 years ago

in03 commented 2 years ago

Not sure why, but sometimes a random character can't be generated.

- name: Get alliteration char
  run: |
    echo "random_char=$(tr -dc 'a-z' < /dev/urandom | dd bs=1 count=1 2>/dev/null)" >> $GITHUB_ENV

I mentioned python-petname as an alternative in PR #165. It's more configurable, but it also handles alliteration itself with the --ubuntu option. It's also installable as a shell script from the Ubuntu main repo. Easy.

Let's just use that.