Skip to content

nyakaspeter/TMDBFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDBFlix

TMDBFlix is a simple TMDb database browser for Universal Windows Platform with some torrent streaming capabilities.

Features

  • Browse and search between movies, tv shows and people
  • View movie/show details, cast and crew information
  • Watch trailers and production images in-app
  • Get movie/show recommendations
  • Search for torrents on popular trackers (requires Jackett API)
  • Stream torrents (requires Node.js and Peerflix)
  • Fluent design

Screenshots

2021-03-17 (2) 2021-03-17 (3) 2021-03-17 (4) 2021-03-17 (5)

How to build

  1. Download and install Windows 10 SDK 10.0.17763. Other SDK versions may or may not work.
  2. Open TMDBFlix.sln in Visual Studio
  3. You'll have to manually add references for these two files for the TMDBFlix.Desktop project:
C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.FoundationContract\3.0.0.0\Windows.Foundation.FoundationContract.winmd
C:\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.UniversalApiContract\7.0.0.0\Windows.Foundation.UniversalApiContract.winmd
  1. Set TMDBFlix.Packaging as startup project, then build\deploy.

How to stream torrents

  1. Download and set up Jackett
  2. Download and install Node.js
  3. Install Peerflix globally from the command line:
npm install -g peerflix
  1. In TMDBFlix configure Jackett and Peerflix from the settings screen
  2. On a movie or show detail screen switch to the Torrents tab, select a torrent then press the play button

About

TMDBFlix is a simple TMDb database browser for Universal Windows Platform with some torrent streaming capabilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages