You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-20Lines changed: 9 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
[](https://gitter.im/mono/taglib-sharp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
5
(aka *Taglib-sharp*) is a .NET platform-independent library (tested on Windows/Linux) for reading and writing
6
-
metadata in media files, including video, audio, and photo formats.
7
-
This is a convenient one-stop-shop to present or tag all your media collection, regardless of which format/container
6
+
metadata in media files, including video, audio, and photo formats.
7
+
This is a convenient one-stop-shop to present or tag all your media collection, regardless of which format/container
8
8
these might use. You can read/write the standard or more common tags/properties of a media, or you can also create and
9
9
retrieve your own custom tags.
10
10
@@ -85,12 +85,12 @@ TagLib# is available on NuGet: <https://www.nuget.org/packages/TagLibSharp>
85
85
86
86
Install from package manager:
87
87
88
-
PM> Install-Package TagLibSharp -Version 2.2.0
88
+
PM> Install-Package TagLibSharp -Version 2.3.0
89
89
90
90
91
91
## Building and Running
92
92
93
-
### Command Line (Linux)
93
+
### Command Line
94
94
95
95
#### To Build From Git:
96
96
@@ -100,28 +100,18 @@ cd taglib-sharp
100
100
dotnet build
101
101
```
102
102
103
-
#### To Build From Tarball:
104
-
105
-
```
106
-
./configure && make
107
-
```
108
-
109
103
#### To Test:
110
104
111
105
```
112
-
make test
106
+
dotnet test
113
107
```
114
108
115
-
### Mono Develop (Linux)
109
+
### Build in IDE (Visual Studio, Visual Studio for Mac, Rider, etc):
116
110
117
-
You can build from MonoDevelop using taglib-sharp.sln
118
-
119
-
### Visual Studio (Windows):
120
-
121
-
You can open it in Visual Studio by using taglib-sharp.sln
111
+
You can open it in Visual Studio by using TaglibSharp.sln
122
112
123
113
#### Running regression by using Nunit 3 Test Adapter:
0 commit comments