Are you tired of deleting all the crap items from your inventory that you get from looting corpses? Or are you tired of having to manually click the items you want from a corpse? Then this addon is for you. It lets you filter loot by quality, item name and item value, and helps you keep your inventory clean.
For more information, screenshots, movies and the latest releases please visit: http://www.lootfilter.com
Edit: Looks like they updated here and on their official site shortly after I posted. Prior to my post, both were several months (and revisions) behind what was on Curse.
1 - LootFilter.xml
Find all occurences of UIDropDownMenu_SetWidth(xXx) where xXx is a number (you should find 3x occurences) and change to UIDropDownMenu_SetWidth(this, xXx) where xXx is the same number of course.
2 - ui.lua
Find all occurences of UIDropDownMenu_SetText(xXx,yYy) (you should also find 3x occurences) and invert the order of xXx,yYy so it should now looks like UIDropDownMenu_SetText(yYy,xXx) where yYy must be a frame name and xXx a value.
This is all what I see for now for LootFilter to work as previously without popping errors, a few API functions slightly changed but that's just argument matters.
Exeglow, all of the things you mentioned (and more) have been features of LF for a long time.
More information can be found on http://www.lootfilter.com and also in the tool tips.
Is it just me? My list of Named items is HUGE, both the keep list and the delete list. It's so hard to get the filters set up to keep the stuff that has worth and get rid of stuff I consider worthless. For example, no differentiation between buff food and the crap that drops off mobs. It threw away a stack of 20 Roasted Clefthoof, when there was some Garadar Sharp Cheese, even though I have "use Auctioneer prices" checked. Maybe I hadn't seen it yet on AH, so it used the vendor price. I keep switching it on because of the handy features, and then something gets dropped that makes me pull my hair out, and I have to switch it off again. Anyway, I wish there was a better way to filter. I can't set it to drop grey, because it would be dropping things like The Stoppable Force (worth 2g33s) and goldenscale vendorfish (6g). By the time you realize something should be added to the Keep list, it's gone.
Feature requests:
1. have an quicker 'n' easier way to add things to the Name tab lists, since that's the only filter I can rely on (ie. <CTRL><ALT>Left-click an item to add it to KEEP list; <CTRL><ALT>Right-click it to add it to DROP list)
2. have an option to confirm dropping each item unless it is in the named drop list. Make sure that it's very easy to accept (ie. hit <ENTER> to drop and add to the DROP list, <ESCAPE> to keep and add to the KEEP list, and buttons to click to drop or keep the item, but not add it to a list)
Sorry for the rant, but I've lost some really good stuff using this addon. Great concept though.
The "Delete if less that X.Xg" function doesn't seem to be working for me. I have nothing on my exceptions list that would trigger items to be kept. Set it for .2g and it was still keeping stacks of items worth .02g.
__________________ "Introduce a little anarchy. Upset the established order, and everything becomes chaos. I'm an agent of chaos. Oh, and you know the thing about chaos? It's fair!" -- The Joker
@Chrysopylae
Be sure to enable all the notify options on the general tab. Then see what Loot Filter is reporting when you loot items.
In order to use filter on item value you will have to install an addon that supports the GetSellValue API. You could for example install Auctioneer (Informant).
Also checkout http://www.lootfilter.com it has lots of info for you, including screenshots and movies demonstrating how it works.