taglib-sharp
Insert values into an Access Database that contain brackets/braces
Using taglib-sharp and OleDb, I\'m attempting to index a folder of music files and store all the metadata from said files in an Access Database (I\'ll probably switch to SQL Compact or something later[详细]
2023-04-05 10:12 分类:问答Having trouble writing ArtWork with Taglib-sharp 2.0.4.0 in .Net
I\'m having trouble with writing artwork 开发者_运维百科in an MP3 File. I\'m able to read and display all the artwork inside the MP3 file, using Taglib-sharp, but when it comes to insert more than 1 P[详细]
2023-03-31 09:58 分类:问答How to make TagLib# work on a file with the wrong extension?
I\'m using TagLib# to retrieve meta data from my MP4 file. So far, so good, everything works fine, until I spotted a file with a \"wrong\" extension\" that made LagLib# puke. I discovered this file wa[详细]
2023-03-31 04:50 分类:问答Reading id3v2 frames with TagLib in Powershell
I\'m trying to read a file\'s 开发者_C百科id3v2 tag information using the TagLib# library with Powershell.[详细]
2023-03-05 10:30 分类:问答Having difficulties adding taglib-sharp project solution to my current vb.net solution
Hey everyone, I\'m currently having difficulty adding the latest taglib-sharp solution to my current solution which contains my vb.net console project on Visual Studios 2010. Essentially I want to cod[详细]
2023-02-10 04:56 分类:问答Determine the length (in milliseconds) of an mp3 file in VB.net
Is there a way to get the time length of an mp3 in VB.net? I have TagLib, but it doesn\'t 开发者_高级运维seem to have any functionality for it.I think you are looking for the TagLib.File.Properties.Du[详细]
2023-02-09 20:04 分类:问答Where can I find tag lib sharp examples?
I hav开发者_开发问答e been searching for ID3 editors for my music manager project. It seems that taglib sharp is the popular choice. I googled a lot and could not find any examples of using it.[详细]
2023-01-28 19:54 分类:问答Differences in length in TagLib# (C#) and TagLib (C++)
I am currently in the process of moving my C# application over to Qt / C++. I\'m running into problems with lengths from TagLib. I find it odd that TagLib# returns audio durations in milliseconds, whi[详细]
2023-01-28 10:31 分类:问答Where can I find the source code for the TagLib# library?
Some time ago on the ID3 Implementations web page I found TagLib# to be quite useful library for handling tags in audio files.[详细]
2023-01-28 09:39 分类:问答Reading ID3 tags from the web with C#
I\'ve seen the TagLib Sharp example of how they read from a Gnome VFS, but does anyone know how or have sample code on how I can read an MP3 file from a website and get the ID3 info?[详细]
2023-01-06 14:32 分类:问答