Home
Softono

Nahcon

Open source MIT Dart
23
Stars
2
Forks
3
Issues
1
Watchers
10 months
Last Commit

 About Nahcon

Jellyfin Client for watching Movies and TV Shows (Made with Flutter ๐Ÿ’™)

Platforms

Web Self-hosted iOS Android

Languages

Dart

Need Help Installing Nahcon?

We provide expert installation service for this software. Our team will install, configure, and secure Nahcon on your server. plans start at just $30.

nahCon [WIP]

nahCon Banner

A Jellyfin video client made using Flutter.

Downloads

Now available on

Get it on Google Play

or

Github Release

Features

  • Login into your Jellyfin server
  • Display Library
  • Filter Media
  • Search Media
  • Stream Media (requires a lot of testing)
  • Change Video/Audio/Subtitle track (buggy but works)
  • Download media onto the device
  • Continue watching
  • Add to watch later
  • Show TV shows
  • Multi user account

Platform

  • Android
  • iOS (Test on iPad)
  • macOS
  • Linux
  • Windows

Supporting

If youโ€™d like to support me and the development of this application (I appreciate it!), here is my Ko-Fi link!

Buy Me a Coffee at ko-fi.com

Compiling the app

Before anything, be sure to have a working flutter sdk setup.If not installed, go to Install - Flutter.

Be sure to disable signing on build.gradle or change keystore to sign the app.

For now the required flutter channel is master, so issue those two commands before starting building:

$ flutter channel master
$ flutter upgrade

After that, building is simple as this:

$ flutter pub get
$ flutter run
$ flutter build platform-name

Contributing

Feel free to open a PR to suggest fixes, features or whatever you want, just remember that PRs are subjected to manual review so you gotta wait for actual people to look at your contributions.