/magnetarr

Browser extension for adding movies to Radarr and Sonarr from website like IMDB

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Magnetarr

Browser extension for adding movies to Radarr or Series' to Sonarr while browsing imdb.com, thetvdb.com, themoviedb.org, inspired by Pulsarr, completely rewritten in react.

  • Chrome
  • Firefox
  • iOS/OSX Xcode project provided for anyone to build and run locally (follow instructions here), but the extension is not distributed on the app store (i'm not paying the enrollment just for this:P)

Development

The extension is built in the release folder, which is the folder to load as unpacked extension for tests.

Build the extension

npm run build

Build a release

This will clean all older artefacts before building, and pack the built extension to a zip

npm run release

This actually does a npm run clean, npm run build, and npm run pack

Start development build

Start a watch daemon that will rebuild the extension upon changes in the source folder.

npm run dev

References

Bug Reports/Feature Requests https://github.com/vche/magnetarr