Coding

Unmaintained

I am not currently using Muine as a music player, and as such am not actively working on plugins.

Why MuineTagger?

One of the most often argued features people wanted/didn't want in Muine is a music tagger. People argue that a program that displays and organizes music based on metadata should be able to edit it. Conversely, people argue, "One task, one program." I personally wanted a tagger, so I've tried to make a tagger that integrates with Muine like none other, as to justify it's existence to both parties and make it as useful as can be. This resulted in a music tagger based almost entirely on drag-and-drop that preserves the concept of Songs and Albums. It is also the only tagger I know that supports every field Muine does (Performers, Disc Number, Total Tracks) and also obliges to the Ruffle plugin with Genre and Mood support. Overall, I'm proud of this one.

Requirements

Title

wget http://www.public.asu.edu/~bnickel/MuineTagger/MuineTagger-1.1.0.tar.bz2
bunzip2 MuineTagger-1.1.0.tar.bz2
tar -xvf MuineTagger-1.1.0.tar
cd MuineTagger-1.1.0
./compile
[[Restart "muine"]

Screenshots

Files

MuineTagger-1.1.0.tar.bz2
  • Added support for total discs and disc names.
MuineTagger-1.0.0.tar.bz2
  • Major rewrite and separation of tagging code into SharpTagger library.
  • Added support for multiple artists, performers, genres, and moods.
  • Threaded tag saving.
  • More efficient memory usage.
  • I'm calling it 1.0.
MuineTagger-0.0.992.tar.bz2 (PREVIEW RELEASE 2)
  • This is the last pre-release until patches are adopted into Muine to accomidate the plugin's features.
  • Memory explosions contained with System.GC.Collect(). You can now safely tag all your 100 song albums without worrying about major memory consumption.
  • Fixed problem where Mood QuickDrop would assign Genre.
  • Used idle handlers to make more responsive during long operations.
MuineTagger-0.0.991.tar.bz2 (PREVIEW RELEASE 1)
  • Added mood in Song Editor.
  • Added QuickDrop tagger.
  • Support unicode characters in ID3 tags.
MuineTagger-0.0.99.tar.bz2 (BETA 2)
  • Initial work on memory leaks.
  • Support broken file URI's.
  • Automatically refresh data in Muine (with patch).
MuineTagger.tar.bz2 (BETA 1)
  • Doesn't work with all muine file drops.
  • Doesn't refresh data in muine.
  • Leaks memory.
  • Lets you tag stuff in muine.