mono / taglib-sharp

Library for reading and writing metadata in media files
GNU Lesser General Public License v2.1
1.27k stars 312 forks source link

Poll: What do you use TagLib# for ? #120

Open Starwer opened 6 years ago

Starwer commented 6 years ago

It would be interesting (and motivating) to get an impression on where TagLib# is used (and why). Please post here how you use TagLib#, why you have chosen it and why you like it (or not: then what do you miss ?).

We will add some of the projects to the TagLib front page in "They also use TagLib#". Please indicate if you don't want to appear on that page.

shaked6540 commented 5 years ago

I use taglib# for my project, YoutubePlaylistDownloader, I use it specifically for tagging of artists, album, title, rating and genre based on the video title.

PeterHagen commented 5 years ago

Taglib# is a part of my cms to identify filetypes (before running the linux file command), and reading some properties. Next to this, I use it to read titles from mp3's for the website https://www.WingsOfDeath.net, for when we import a promo album for a review.

pmwmedia commented 5 years ago

Kaseto uses TagLib#, too: https://kaseto.com/

Edit: I don't know any practical alternative for TagLib# for .NET applications. Kaseto is an audio player and uses TagLib# to scan the user's music library. All audio files are automatically organised based on the found tags. Kaseto has also an integrated tag editor that uses TagLib#.

MrCSharp22 commented 5 years ago

I use it for my Music UWP App: https://www.microsoft.com/en-au/p/holla/9nblggh1rdh6

Starwer commented 5 years ago

Hi guys ! It's great to see all these fancy projects done with TagLib# ! That's energizing to see the Open Source community in action. Please keep posting what you're doing ! 👍

DoctorWiz commented 5 years ago

I use it for my Playlist Editor https://github.com/DoctorWiz/PlayWizard (Still very much in Alpha status)

nicman23 commented 5 years ago

banshee needs it and i love banshee

daniel-lerch commented 5 years ago

I use taglib# in a PowerShell script to detect and delete corrupted video files.

NinthDesertDude commented 4 years ago

It's useful for a personal utility that helps me easily see what metadata is wrong with music files on my computer, and helps me in generating an RTF file listing all the music.

LiamYuan commented 2 years ago

I hope Read/Write Adobe XMP。

LiamYuan commented 2 years ago

我希望读/写 Adob​​e XMP。

QAR5RV2)TD$RI@9OZQAU)8S 9LF)K J1RWOL~W@8WRF7X5G

xmdnx commented 1 year ago

going to create beautiful-designed pc music player

arkovda commented 1 year ago

Hi, I'm trying to use Taglib in PowerShell for reading and writing tags to jpg-files. This does not work well for all files. I often got "Size of entries exceeds possible data size". Is there any work going on to sort this?

cheese83 commented 6 months ago

I use it for Paramuse, a music player I wrote for myself. I chose TagLib# because it works for every type of file, regardless of how the tags are stored. The one thing I miss is an easy way to list all tags (or all non-standard tags).

MalfreCryvertia commented 5 months ago

trying to install TagLib# for my powershell script to delete or move all audio files in specified source path in one go, i like to sort and filter my files to save space and reduce encounters with audio visual that i dont like when using random/shuffle play my music player saves the rating to id3v2 tag, not PropertyValue therefore TagLib# seems to be a necessity for my PS script to read them iud3v2 tags

hubifly commented 4 months ago

I want to create a database with all avaiabale metadata of my private media files - aproxx. 25.000 - to be be able to do a quick search for whatever I want.