MovieFileLibrary 3.1.0
dotnet add package MovieFileLibrary --version 3.1.0
NuGet\Install-Package MovieFileLibrary -Version 3.1.0
<PackageReference Include="MovieFileLibrary" Version="3.1.0" />
<PackageVersion Include="MovieFileLibrary" Version="3.1.0" />
<PackageReference Include="MovieFileLibrary" />
paket add MovieFileLibrary --version 3.1.0
#r "nuget: MovieFileLibrary, 3.1.0"
#:package MovieFileLibrary@3.1.0
#addin nuget:?package=MovieFileLibrary&version=3.1.0
#tool nuget:?package=MovieFileLibrary&version=3.1.0
MovieFileLibrary
A dotnet library for extracting basic information from a movie file name.
Installation
You can install this package via the Package Manager Console in Visual Studio.
Install-Package MovieFileLibrary
Configuration
Create a new instance of the MovieDetector class.
// using MovieFileLibrary;
var detector = new MovieDetector();
Movies
You can get the Title and Year of a movie via the GetInfo method:
var movieFile = detector.GetInfo("D:\\Oppenheimer.2023.1080p.mkv");
// Title: Oppenheimer
// Year: 2023
Series
You can also get the Season and Episode of a tv show:
var movieFile = detector.GetInfo("D:\\Frasier.S06E22.1080p.mp4");
// Title: Frasier
// Year: null
// IsSeries: True
// Season: 6
// Episode: 22
IMDb
You can also get the ImdbId of a movie:
var movieFile = detector.GetInfo("D:\\Amelie.2001.1080p.{imdb-tt0211915}.mkv");
// Title: Amelie
// Year: 2001
// ImdbId: tt0211915
Other styles are also supported:
var movieFile = detector.GetInfo("D:\\No.Time.to.Die.2021.1080p.[imdbid-tt2382320].mkv");
// Title: No Time to Die
// Year: 2021
// ImdbId: tt2382320
More Examples
Please see the demo project for more examples.
Changelog
Please visit the releases for more information.
License
This project is licensed under the MIT License.
| Product | Versions 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 was computed. 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 was computed. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.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 |
|---|---|---|
| 3.1.0 | 824 | 10/25/2024 |
| 3.1.0-preview.1 | 151 | 3/31/2024 |
| 3.0.0 | 464 | 3/13/2024 |
| 3.0.0-preview.3 | 229 | 11/24/2023 |
| 3.0.0-preview.2 | 273 | 7/7/2022 |
| 3.0.0-preview.1 | 284 | 8/9/2021 |
| 2.0.0 | 605 | 3/8/2021 |
| 2.0.0-preview.1 | 378 | 12/23/2020 |
| 1.2.0 | 602 | 11/11/2020 |
| 1.1.2 | 559 | 10/26/2020 |
| 1.1.1 | 635 | 10/7/2020 |
| 1.1.1-alpha.2 | 352 | 8/26/2020 |
| 1.1.1-alpha.1 | 396 | 4/6/2020 |
| 1.1.0 | 671 | 3/24/2020 |
| 1.1.0-beta.2 | 433 | 3/7/2020 |
| 1.1.0-beta.1 | 400 | 12/20/2019 |
| 1.0.4 | 657 | 11/14/2019 |
| 1.0.4-alpha.1 | 408 | 9/25/2019 |
| 1.0.3 | 731 | 4/27/2019 |
| 1.0.2 | 754 | 3/13/2019 |
| 1.0.1 | 818 | 2/15/2019 |