Table of Contents
Torrenium is an app that fetch resources from different rss providers.
- Get latest content or search from different rss providers and YouTube
- Results grouped and sorted by title
- Direct playback for YouTube / Torrent content (WebTorrent Server required)
- Download torrent/magnet from rss providers
- Subscribe to keywords, authors and categories and automatically download new content (updated hourly or manually)
- Watch history and resume last watched position
- Automatically pause download on cellular network, and resume on WiFi/ethernet
This is an example of how you may give instructions on how to build it manually. To get a local copy up and running follow these simple example steps.
- iOS 11.0+
- Android 6.0+
- Windows
- Linux (WIP)
- MacOS (WIP)
- Clone the repo
git clone https://github.com/yusing/torrenium --recursive
- Install Flutter if not already
- Install Go if not already
- (Android build only) Install Android Studio if not
- (iOS and MacOS build only) Install XCode if not already
- (Windows build only) Install Visual Studio if not already
- change directory to
go_torrent
and run the build script for your platformcd go_torrent
./build_ios.sh
for iOSbuild_windows.bat
for Windowsbuild_android.bat
for Android (Build on Windows)
- Build the app
flutter build [windows|apk|ios|macos|linux] --release
for Windows
Download the release from here
Simply install the app and start using it.
- Things listed in Features
- Windows and Android build
- iOS build
- Watch History On Windows
- YouTube Video Download
- Play next episode when video ends (if available)
- Linux and MacOS build
- Limit concurrent downloads
- Custom RSS Provider Support
- Manual add torrent/magnet to torrent client by link
- Ability to decompress downloaded files (i.e. .zip,.rar, *.7z, etc.)
- Manga reader (for contents that extracts into images, or epub, etc.)
- Music player (for contents that extracts into audio files)
- Background services
- Subscription / Download
- Picture in Picture (PiP) support
- Download status in Notification
- Media controls in notification
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License Version 2.0. See LICENSE.txt
for more information.