![]() |
VOOZH | about |
dotnet add package DoenaSoft.DVDProfiler.Helper --version 4.0.1
NuGet\Install-Package DoenaSoft.DVDProfiler.Helper -Version 4.0.1
<PackageReference Include="DoenaSoft.DVDProfiler.Helper" Version="4.0.1" />
<PackageVersion Include="DoenaSoft.DVDProfiler.Helper" Version="4.0.1" />Directory.Packages.props
<PackageReference Include="DoenaSoft.DVDProfiler.Helper" />Project file
paket add DoenaSoft.DVDProfiler.Helper --version 4.0.1
#r "nuget: DoenaSoft.DVDProfiler.Helper, 4.0.1"
#:package DoenaSoft.DVDProfiler.Helper@4.0.1
#addin nuget:?package=DoenaSoft.DVDProfiler.Helper&version=4.0.1Install as a Cake Addin
#tool nuget:?package=DoenaSoft.DVDProfiler.Helper&version=4.0.1Install as a Cake Tool
A .NET helper library providing common functionality for applications that integrate with DVD Profiler by Invelos LLC.
DVD Profiler is a comprehensive DVD collection management software developed by Invelos LLC. For more information, visit invelos.com.
DVDProfiler.Helper is a utility library that simplifies the development of plugins and extensions for DVD Profiler. It provides reusable components for common tasks such as registry access, online version checking, UI dialogs, and profile photo management.
Install via NuGet Package Manager:
Install-Package DoenaSoft.DVDProfiler.Helper
Or via .NET CLI:
dotnet add package DoenaSoft.DVDProfiler.Helper
This library supports multiple .NET versions:
using DoenaSoft.DVDProfiler.DVDProfilerHelper;
RegistryAccess.Init("YourCompany", "YourProduct");
using DoenaSoft.DVDProfiler.DVDProfilerHelper;
OnlineAccess.Init("YourCompany", "YourProduct");
OnlineAccess.CheckForNewVersion(
"https://yoursite.com/versions.xml",
parent: this,
linkAnchor: "YourProduct",
assembly: Assembly.GetExecutingAssembly()
);
using DoenaSoft.DVDProfiler.DVDProfilerHelper;
string fileName = ProfilePhotoHelper.FileNameFromCreditName(
firstName: "John",
middleName: "",
lastName: "Doe",
birthYear: 1970
);
// Result: "Doe_John__1970"
string cleanName = ProfilePhotoHelper.CleanupFilename("Invalid:Name?");
// Removes or replaces invalid file name characters
using DoenaSoft.DVDProfiler.DVDProfilerHelper;
var aboutBox = new AboutBox(Assembly.GetExecutingAssembly());
aboutBox.ShowDialog();
This project is licensed under the MIT License.
DJ Doena (Doena Soft.)
Source code: https://github.com/DJDoena/DVDProfilerHelper
Copyright (c) Doena Soft. 2012 - 2026
For issues, feature requests, or contributions, please visit the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 net10.0-windows7.0 is compatible. |
| .NET Framework | net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on DoenaSoft.DVDProfiler.Helper:
| Package | Downloads |
|---|---|
|
DoenaSoft.DVDProfiler.Xml
Strongly-typed .NET library for reading, writing, and manipulating DVD Profiler XML export files from Invelos. |
This package is not used by any popular GitHub repositories.