Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads.
Find a file
2022-04-24 21:34:47 +02:00
.github Create bug_report.yml 2022-04-24 21:34:47 +02:00
build Fix app icon for linux and macOS 2022-04-14 19:24:59 +00:00
docs faq 2022-04-16 01:37:59 +02:00
src minor UI improvements 2022-04-24 02:25:58 +02:00
.gitignore electron 2022-03-08 22:33:00 +01:00
.prettierrc sidebar 2022-03-09 01:21:44 +01:00
LICENSE bring license file back 2022-03-19 21:38:08 +01:00
package.json minor UI improvements 2022-04-24 02:25:58 +02:00
README.md update readme 2022-04-15 13:32:01 +02:00
vite.config.js consistent menu bar 2022-03-14 22:10:43 +01:00

Stream anime torrents, real-time with no waiting for downloads

AboutFeaturesFrequently Asked QuestionsBuilding and DevelopmentDownload

chat
chat GitHub all releases

About

A pure JS BitTorrent streaming environment, with a built-in list manager. Imagine qBit + Taiga + MPV, all in a single package, but streamed real-time. Completly ad free with no tracking/data collection.

This app is meant to feel look, work and perform like a streaming website/app, while providing all the advantages of torrenting, like file downloads, higher download speeds, better video quality and quicker releases.

Unlike qBit's sequential, seeking into undownloaded data will prioritise downloading that data, instead of flat out closing MPV.

Features

Anime:

  • full AniList integration
    • filter anime by name, genre, season, year, format, status
    • view anime on your planning and watching list
    • add and remove anime from your planning list
    • automatically mark episodes as complete as you watch them
    • view trailers/previews for anime
  • automatically find torrents for desired episodes
  • automatically detect what anime a torrent is
  • view latest releases on any custom RSS
  • airing schedule
  • find anime by image [just paste an image into the app]

Video:

  • full subtitle support
    • support for softcoded subtitles
    • support for external subtitle files
    • support for VTT, SSA, ASS, SUB, TXT subtitles
    • subtitle display in PiP
  • keybinds for all functions:
    • , - seek 1 frame backwards
    • . - seek 1 frame forwards
    • S - seek forwards 90 seconds [skip opening]
    • R - seek backwards 90 seconds
    • - seek forwards 2 seconds
    • - seek backwards 2 seconds
    • - increase volume
    • - decrease volume
    • M - mute volume
    • C - cycle through subtitle tracks
    • N - play next episode [if available]
    • F - toggle fullscreen
    • P - toggle picture in picture
    • [ - increase playback speed
    • ] - decrease playback speed
    • \ - reset playback speed to 1
    • I - view video stats for nerds
    • ` - open keybinds UI
  • miniplayer
  • media session display
  • media keys support
  • Discord rich pressence
  • preview thumbnails
  • pause on lost focus
  • autoplay next episode
  • multi-audio support
  • torrent download progress on the seek bar

Torrent:

  • select downloads folder
  • specify download/upload speeds
  • support for most popular BEP's
  • support for custom torrent RSS feeds for latest releases
  • change what resolution to find torrents in
  • stream real-time with no waiting for downloads

Building and Development

Dependencies:

  • Node 16 or above

To build/develop, in the root folder of the repo you need to first run:

npm install

To build for your OS just run:

npm run build

To run the development server run:

npm start