TorrentTitleParser 1.0.14

dotnet add package TorrentTitleParser --version 1.0.14
                    
NuGet\Install-Package TorrentTitleParser -Version 1.0.14
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TorrentTitleParser" Version="1.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TorrentTitleParser" Version="1.0.14" />
                    
Directory.Packages.props
<PackageReference Include="TorrentTitleParser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TorrentTitleParser --version 1.0.14
                    
#r "nuget: TorrentTitleParser, 1.0.14"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TorrentTitleParser@1.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TorrentTitleParser&version=1.0.14
                    
Install as a Cake Addin
#tool nuget:?package=TorrentTitleParser&version=1.0.14
                    
Install as a Cake Tool

TorrentTitleParser

Library for parsing movie and tv show info from torrent names

.NET NuGet Badge MIT Licence

Possible Properties Parsed
  • Amazon
  • Audio
  • Audio Channels
  • Bit Depth
  • Blurred
  • Codec
  • Complete
  • Container
  • Dolby Atmos
  • Dolby Vision
  • Dubbed
  • Episode
  • Extended
  • Group
  • Hard Coded
  • HDR
  • Is3D
  • MultipleLanguages
  • Name
  • Netflix
  • Proper
  • Quality
  • Region
  • Remastered
  • Remux
  • Repack
  • Resolution
  • Season
  • ThreeDFormat
  • Title
  • TrueHD
  • Website
  • Year

Installation

Torrent Title Parser can be installed via nuget package manager

PM> Install-Package TorrentTitleParser

OR via the .NET CLI

> dotnet add package TorrentTitleParser

Usage

Simply create a new torrent object and pass the torrent title and all available properties will be parsed

var torrent = new Torrent("Men in Black International 2019 1080p WEB-DL H264 AC3-EVO");
/**
torrent = {
 Title = "Men in Black International,
 Year = 2019,
 Resolution = "1080p",
 Quality = "WEB-DL",
 Codec = "H264",
 Audio = "AC3",
 Group = "EVO"		
}
*/

License

MIT

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.14 132 5/23/2025
1.0.13 117 5/23/2025
1.0.12 159 5/18/2025
1.0.11 174 12/30/2024
1.0.10 348 7/17/2024
1.0.9 370 7/23/2023
1.0.8 247 7/12/2023
1.0.7 254 6/23/2023
1.0.6 197 6/23/2023
1.0.5 182 6/23/2023
1.0.4 211 6/23/2023
1.0.3 901 8/21/2019
1.0.1 592 8/20/2019
1.0.0 689 8/20/2019

• Added DolbyVision flag
• Updated Audio Channels to support more formats