Put these scripts in a separate directory — I've got them in ~/Projects/Jellyfin/Plugins/.
pull_all.py grabs all repositories from the Jellyfin Org. with the name prefix of jellyfin-plugin-.
build_all.sh runs dotnet clean & publish (release build) on them all.
issues.sh and pullrequests.sh lists the issues and pullrequests of the repos if any.
- .NET core