TMDBFlix is a simple TMDb database browser for Universal Windows Platform with some torrent streaming capabilities.
- 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
- Download and install Windows 10 SDK 10.0.17763. Other SDK versions may or may not work.
- Open
TMDBFlix.sln
in Visual Studio - 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
- Set
TMDBFlix.Packaging
as startup project, then build\deploy.
- Download and set up Jackett
- Download and install Node.js
- Install Peerflix globally from the command line:
npm install -g peerflix
- In TMDBFlix configure Jackett and Peerflix from the settings screen
- On a movie or show detail screen switch to the Torrents tab, select a torrent then press the play button