Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Starwer opened this issue Aug 28, 2018 · 16 comments
Open

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

Starwer opened this issue Aug 28, 2018 · 16 comments

Comments

@Starwer
Copy link
Contributor

Starwer commented Aug 28, 2018

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
Copy link

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
Copy link

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
Copy link

pmwmedia commented Nov 30, 2018

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
Copy link
Contributor

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

@Starwer
Copy link
Contributor Author

Starwer commented Dec 1, 2018

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
Copy link

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

@nicman23
Copy link

banshee needs it and i love banshee

@daniel-lerch
Copy link

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

@NinthDesertDude
Copy link

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
Copy link

I hope Read/Write Adobe XMP。

@LiamYuan
Copy link

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

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

@xmdnx
Copy link

xmdnx commented Dec 11, 2022

going to create beautiful-designed pc music player

@arkovda
Copy link

arkovda commented Feb 27, 2023

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
Copy link

cheese83 commented Mar 8, 2024

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
Copy link

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
Copy link

hubifly commented Apr 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests