Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
arrivals-osx
Advanced tools
Watch a folder for audio and video arrivals and convert them to Apple-friendly formats.
Arrivals will watch a directory and convert or copy a variety of incoming audio or video files for you then place them somewhere you choose. This only works with OSX and the primary use-case is incoming torrents in flac or mkv formats that you'd like to play nice in an Apple ecosystem.
npm install arrivals-osx -g
Simplest case:
$ cd ~/Downloads
$ arrivals --watch=incoming --destination=converted
$ cd ~/Downloads
$ arrivals install --watch=incoming --destination=converted
-> users:mshick:downloads:incoming // resolved path, made friendly for dirnames
$ arrivals restart|stop|uninstall users:mshick:downloads:incoming
There are a number of system dependencies. For audio, only FFmpeg is required. For video I suggest using my fork of mkvtomp4 via homebrew. It will install all the dependencies you need.
$ brew tap mshick/personal
$ brew install mshick/personal/mkvtomp4
The paths for these need to be defined absolutely, so if you don't use a standard homebrew installation path, or you use different versions of these you may need to pass additional command-line options, e.g.:
$ arrivals --watch=incoming --destination=converted --ffmpeg=/usr/local/bin/ffmpeg --mkvextract=/usr/local/bin/mkvextract
- Tagging is forthcoming
FAQs
Watch a folder for audio and video arrivals and convert them to Apple-friendly formats.
The npm package arrivals-osx receives a total of 50 weekly downloads. As such, arrivals-osx popularity was classified as not popular.
We found that arrivals-osx demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.