b42-sneak / Bonarr

A fork of Radarr to work with porn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonarr

Bonarr is an independent fork of Radarr reworked for automatically downloading adult movies via Usenet and BitTorrent.

The project was inspired by Radarr's awesome ability to automate the process of downloading movies, but with a special twist: this time, you can automatically download adult movies to watch! Radarr has the ability to download adult movies found on TMDb, but many users began to complain that their kids could use it to download things they didn't want them to, or worse: automatic downloads could embarassingly show up in any automated system without some safeguards.

Bonarr will have zero restrictions on what content is downloaded, and we are going to re-work the core to include cool adult-oriented features such as fetish, categorization, and labels from popular adult API sources that will help you find and prefer specific movies or clips based on your preferences.

Getting Started

Bonarr is currently exactly the same as Radarr. As we move forward with the project, this section will be updated to include specific usage instructions on how to configure Bonarr specific functionality. Setting up Bonarr is the same process as documented on Radarr's Wiki.

Downloads

GitHub Releases

Features

Current Features

  • Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
  • Automatic failed download handling will try another release if one fails
  • Manual search so you can pick any release or to see why a release was not downloaded automatically
  • Full integration with SABnzbd and NZBGet
  • Automatically searching for releases as well as RSS Sync
  • Automatically importing downloaded movies
  • All indexers supported by Sonarr also supported
  • New PassThePopcorn Indexer
  • QBittorrent, Deluge, rTorrent, Transmission and uTorrent download client (Other clients are coming)
  • New TorrentPotato Indexer
  • Torznab Indexer now supports Movies (Works well with Jackett)
  • Scanning PreDB to know when a new release is available
  • Importing movies from various online sources, such as IMDb Watchlists (A complete list can be found here)
  • Full integration with Kodi, Plex (notification, library update)
  • And a beautiful UI

Planned Features

  • Supporting custom folder structures, such as sort by category subfolder (*)
  • Category view, to help organize movies into discernable categories.
  • Movie sets, for adult movies with many sequels.
  • Fetish preferences, for documented fetishes on adult movie API sites.

Note: All features marked with (*) are set to be in the first release of Bonarr.

Configuring the Development Environment

Requirements

Setup

  • Make sure all the required software mentioned above are installed
  • Clone the repository into your development machine (info)
  • Grab the submodules git submodule init && git submodule update
  • Install the required Node Packages npm install
  • Start gulp to monitor your dev environment for any changes that need post processing using npm start command.

Notice
Gulp must be running at all times while you are working with Radarr client source files.

Development

  • Open NzbDrone.sln in Visual Studio or run the build.sh script, if Mono is installed
  • Make sure NzbDrone.Console is set as the startup project

License

About

A fork of Radarr to work with porn.

License:GNU General Public License v3.0


Languages

Language:C# 68.2%Language:JavaScript 23.8%Language:CSS 4.6%Language:HTML 2.9%Language:Shell 0.1%Language:Python 0.1%Language:PowerShell 0.1%Language:Inno Setup 0.0%Language:Smalltalk 0.0%Language:Smarty 0.0%Language:Batchfile 0.0%