Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
/ AniRem Public archive

A tool to passivly check for updates on seasons, for proxer.me

License

Notifications You must be signed in to change notification settings

Skycoder42/AniRem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ani-Rem

A tool to passivly check for updates on seasons, for https://proxer.me

Travis Build Status Appveyor Build status Codacy Badge AUR AUR

Important: If you have been using Ani-Rem (or Season-Proxer) pre Version 2.0.0, read the section Migration below.

Features

Proxer is awesome, but misses one feature: A notification when a new season/ova/etc is released for an anime you have already watched. This tools purpose is to do exactly that. You can

  • Add Animes you have watched
    • Add them via their ID or URL
    • Add them by selection from your watch history
  • Activate automatic season checks
    • The app notifies you when a new season/... gets released
  • Secure End-to-End encrypted synchronization between multiple devices
  • Available for all desktop platforms and Android (no iOS version due to API limitations & high appstore fees)

Screenshots

Desktop

Overview Add Animes
desktop overview desktop add

Mobile

Overview Details Add Animes
mobile overview mobile details mobile add

Installation

There are multiple ways to get the application:

  1. Arch Linux users: Have an AUR package: anirem or anirem-git
  2. All platforms: Download the installer/apk from the release page
  3. Android: While the apk is available as direct download, you can also get it via google play store: Ani-Rem Google Play

Migration

If you have been using Ani-Rem (or Season-Proxer) pre Version 2.0.0, the app will automatically migrate all you data to the new synchronisation backend. The conversion is lossless, but will corrupt old data, which means you wont be able to access your data with the older version anymore. Settings however are not migrated. If you changed any (like the update-interval) you need to do that again after the update.

Furthermore, if you had synchronized your data between multiple devices, you will have to reconnect all your devices, as the partners that your device is synchronized with cannot be migrated. THis can be done via the menu option "Synchronization".

For all that still need the old version, it can be found as the "old" branch.

Building it yourself

The application has a bunch of dependencies you need to install:

Please not that some of those dependencies have dependencies as well. Once you satisfied them all, prepare the api key by creating a file in the projects root directory named proxer-api-key.h with the following content:

#define PROXER_API_KEY QByteArray("<your_api_key>")