Git Product home page Git Product logo

animos's Introduction

Warning

The development of this project has been paused indefinitely due to time constraints of the maintainers. However, you can fork this repo and continue its development.

Animos License: CC BY-NC-ND 4.0

animos is a streaming application for all major desktop platforms that lets users discover and stream anime with ease. It does not clutter the interface with annoying ads, and allows the user to watch the episode in peace. Leverages native APIs to perform special tasks that are just not possible using a website.

Table of contents

Support

To support development, request features, report features and more, join the official animos discord server: Join

Features

  • Clean and minimal user interface ๐ŸŒŸ
  • Cross-platform support ๐Ÿ’ป
  • No ads, no clutter. Enjoy a premium experience. ๐Ÿ›‘
  • Discover trending and popular anime ๐ŸŒ
  • Secure streaming ๐Ÿ”’
  • Local caching with SQLite for fast refetches โšก
  • Multiple streaming sources for reliable performance ๐Ÿณ
  • Uses platform native APIs to give users an integrated experience ๐Ÿค

Screenshots








Installation

You can get the download links here: Download

Take a look at the platform specific installation instructions for your platform:

Windows:

  • Download the .exe file from the download link
  • Run the setup file
  • Follow the on-screen instructions
  • Finish the setup
  • animos has been installed in your device.

Mac:

  • DMG:
    • Download the DMG file from the download links.
    • Double-click the DMG file to mount it
    • Drag the application from the DMG Window into the applications directory to install it
    • After copying is complete, eject the DMG
  • Zip:
    • Download the zip
    • Open the zip file
    • Drag the application into the applications directory

Linux

  • If you have snap installed:
    • Download the snap file from the install link
    • Open a terminal in the Downloads directory
    • Install the package using the command:
      • sudo snap install Animos-x.x.x.snap
    • You can also double click the downloaded file and use the GUI to install the package.
  • AppImage:
    • Download the AppImage file
    • Right click the file and click Properties
    • Under the Permissions tab, enable 'Allow executing file as program' checkbox
    • Double click the file to run the app

Download

The download links for various platforms can be found here:

Roadmap

  • Ability to download single or a batch of episodes
  • Provide recommendations based on watch history
  • Alert and taskbar icon to perform various functions
  • Streamline the API used for fetching information and sources.
  • Ability to import MAL
  • Sync across devices with user accounts
  • Mobile apps that sync with desktop apps.

License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

animos's People

Contributors

keerthivasansa avatar thayt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

animos's Issues

Running AppEngine download on Ubuntu 22.04 x64 system (error: 'You incorrectly pinned it to debian-openssl-3.0.x')

$ ./Animos-0.2.2.AppImage 
{ loadPath: [AsyncFunction (anonymous)] }
api started listening
{
  preloadPath: '/tmp/.mount_AnimosqTwH2h/resources/app.asar/dist/electron-src/preload.js',
  iconPath: '/tmp/.mount_AnimosqTwH2h/resources/app.asar/build/icons/favicon.ico'
}
(node:160836) UnhandledPromiseRejectionWarning: Error: Query engine library for current platform "debian-openssl-3.0.x" could not be found.
You incorrectly pinned it to debian-openssl-3.0.x

This probably happens, because you built Prisma Client on a different platform.
(Prisma Client looked in "/tmp/.mount_AnimosqTwH2h/resources/node_modules/@prisma/client/runtime/libquery_engine-debian-openssl-3.0.x.so.node")

Searched Locations:

  /tmp/.mount_AnimosqTwH2h/resources/node_modules/.prisma/client
  /home/runner/work/animos/animos/node_modules/@prisma/client
  /tmp/.mount_AnimosqTwH2h/resources/node_modules/@prisma/client
  /tmp/.mount_AnimosqTwH2h/resources/node_modules/.prisma/client
  /tmp/.mount_AnimosqTwH2h/resources/prisma
  /tmp/prisma-engines
  /tmp/.mount_AnimosqTwH2h/resources/node_modules/.prisma/client


To solve this problem, add the platform "debian-openssl-3.0.x" to the "binaryTargets" attribute in the "generator" block in the "schema.prisma" file:
generator client {
  provider      = "prisma-client-js"
  binaryTargets = ["native"]
}

Then run "prisma generate" for your changes to take effect.
Read more about deploying Prisma Client: https://pris.ly/d/client-generator
    at DefaultLibraryLoader.getLibQueryEnginePath (/tmp/.mount_AnimosqTwH2h/resources/node_modules/@prisma/client/runtime/index.js:30092:13)
    at async DefaultLibraryLoader.loadLibrary (/tmp/.mount_AnimosqTwH2h/resources/node_modules/@prisma/client/runtime/index.js:30010:33)
    at async LibraryEngine.loadEngine (/tmp/.mount_AnimosqTwH2h/resources/node_modules/@prisma/client/runtime/index.js:30328:24)
    at async LibraryEngine.instantiateLibrary (/tmp/.mount_AnimosqTwH2h/resources/node_modules/@prisma/client/runtime/index.js:30286:5)
(Use `animos --trace-warnings ...` to show where the warning was created)
(node:160836) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
Error occurred in handler for 'home:get-poster': PrismaClientInitializationError: 
Invalid `db_1.prisma.poster.findMany()` invocation in
/tmp/.mount_AnimosqTwH2h/resources/app.asar/dist/electron-src/ipc.js:58:61

  55 var posters, data;
  56 return __generator(this, function (_a) {
  57     switch (_a.label) {
โ†’ 58         case 0: return [4 /*yield*/, db_1.prisma.poster.findMany(

Please add anilist integration

As above mentioned in the title please add anilist integration in the watch history and sorry for creating an issue instead of a request

[Suggestion] Option to centralize and resize player

Without being in fullscreen, the player is just too small and in weird spot. It would be nice to be able to centralize it and maybe manually resize it so it can fit well in my current monitor, like making it 150% larger.

2022-12-07

Also a soft(?) fullscreen option would be useful, making the player fullscreen inside app only and not taking the entire monitor.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.