MP3 Info
Plugins
This plugin can be used to extract header information from a given mp3-file.
It does NOT read ID3-tags, just the standard header according to the MP3 specification plus the filesize in human-readable format.
I used it mainly to gather information for a podcast-feed without the need of custom fields where the publisher has to enter things like length etc.
Henrietta
Please bear with me not answering any support requests on short notice since there are endlessly much more important things in life right now.

AJAX Linktracker
Modules
This module allows you to track clicks on arbitrary links. You can use it to track file-downloads, outgoing links or even your internal navigation links.
All you got to do is to add an unique id-attribute to any link you want to be tracked.
The module utilizes javascript and a XMLHttpRequest to count the clicks. This has the disadvantage that you will not capture clicks by people who have javascript disabled . But on the other hand I see a lot of benefits. It uses no redirects which makes it pretty unobtrusive, your links look like always and there is no rank denial. It’s easy to apply to virtually any link on-the-fly. And it’s not triggered by crawlers but only by people behind browsers.
Simple Tags
Extensions
Modules
This extension-/module-combination is intended for tagging weblog entries.
Simple as in basic.
There really are no bells & whistles or shiny interfaces. Any custom field can be designated as a field containing comma-separated tags. When posting, updating or deleting an entry the tagging database table is updated accordingly.
If you happen to already have such a field, e.g. used for <meta name="keywords"> or the like, you can also re-index all your existing entries without the need to update them bit by bit.
Tags as in informally assigning relevant keywords or phrases to entries and being able to use this information to access them.
This version only supports tagging by the authors, not by your visitors. Currently there are no plans to change this.
Bad News:
Simple Tags 1.0 will no longer be distributed. I will still answer support-related questions here in the comments but there will be no new functionality or bugfixes.Good News:
Simple Tags 1.6 will soon be released. It will have several new output features (recent tags, related tags, related entries) as well as improvements to existing features and internal coding.
That will be the version that’ll be ported to EE 2.0 once the time is ripe.
Random Sticky
Plugins
On a website I needed a kind of “featured article of the day” to sit on top of all other articles. This article was to be pulled randomly from all entries of a particular weblog and was supposed to automatically change every 24 hours.
My first approach was to simply use:
{exp:weblog:entries limit="1" orderby="random" cache="yes" refresh="1440"}
While this was working in principle there were two drawbacks:
- I’m clearing all caches when new entries are posted.
- Using two weblog:entries-tags - one for the random and one for the rest - leaves me with the possibilty of one article appearing twice unless I use some extra code to exclude the randomly selected entry from the second list.
So my second approach was writing a small plugin that randomly reassigns the ‘sticky’-flag(s) in a given weblog in fixed intervals.

