Skip to content

MrCSharp22/taglib-sharp

 
 

Repository files navigation

TagLib#

Join the chat at https://gitter.im/mono/taglib-sharp

Linux Build Status Windows Build status

(aka taglib-sharp) is a library for reading and writing metadata in media files, including video, audio, and photo formats.

It is API stable, with only API additions (not changes or removals) occuring in the 2.0 series.

TagLib# is free/open source software, released under the LGPL. We welcome contributions! Please try to match our coding style, and include unit tests with any patches. Patches can be submitted by filing a bug and attaching the diff to it.

Building and Running

To Build From Git:

git clone https://github.com/mono/taglib-sharp.git
cd taglib-sharp
./autogen.sh && make

To Build From Tarball:

./configure && make

To Test:

make test

You can also build from MonoDevelop or Visual Studio using taglib-sharp.sln

To Test/Run from Visual Studio (Windows):

Running regression by using Nunit 3 Test Adapter:

  1. Ensure NuGet packages have been restored
    1. See: https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore
  2. In Visual Studio, go to menu: Tools > Extensions and Updates > Online
  3. Search: Nunit 3 Test Adapter
  4. Download and install it
  5. Open from menu: Test > Windows > Test Explorer
  6. You can run your tests from this panel (not using the "Start" button)
  7. You can debug your tests from this panel:
    1. Double click on a test. Set some breakpoints in the test in the editor panel.
    2. right-click on the same test, select "Debug Selected tests".

To test some scenarios and take advantage of the debugger:

  1. Make the "debug" project the Startup project (Right-click on the project, select: "Set as StartUp Project")
  2. Just modify the "Program.cs"
  3. Set some breakpoints and hit the "Start" button

About

LIbrary for reading and writing metadata in media files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • Other 0.6%