Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.77 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.77 KB

AnimeOpenings

Simple wrapper for openings.moe.

Screenshot 1

This project not affiliated in any way with openings.moe. The icon used for the application is from Anime Icons Pack 6 of 6 by EXO-02.

How to download

Features

  • Native container (no need to find it in a sea of tabs!).
  • Global mac media keys support for Play/Pause and Next Track.
  • Native notifications when song changes.
  • Remembers window position.
  • Runs in the background when closed (use ⌘+Q or AnimeOpenings > Quit to kill).

How to run

  • git clone [this repository]
  • cd animeopenings
  • npm install
  • npm start (if you want to run as a developer)
  • npm run build (if you want to build the application, built files will be inside animeopenings/build)

You will need Node.js and npm. This application is built with Electron.

Known Issues

  • Creating playlists cause the application to crash.
  • Navigating away from the main page causes notifications to stop working.