Posts Tagged freeware

J River Media Jukebox

http://www.mediajukebox.com//

Let me tell you a story.

One day, about a year and a half ago, I decided that winamp was no longer the media player for me. I needed something more – something better. I needed something that could catalog my vast collection of MP3s and let me visualise it in a better way. And other stuff.

It's probably that 'And other stuff' which almost killed me. I tried a whole boatload of media players – Winamp 3, Winamp 5, VLC, Media-Monkey, iTunes, Windows Media Player 9, 10 and 11, 1by1, Foobar2000, aTunes, MusicCube, Mp3toys, MusicMatch Jukebox – and none came close to satisfying my thirst for control of my media collection. Well that's not technically true. I was happy with foobar for about 2 months – but each one I tried I eventually tired of.  I even considered writing my own media player at one point, but before I could, I found J River Media Jukebox.

Initially, Jukebox had come up several times in searches, but I dismissed it based on the name. I figured J River sounded like a cheap knock-off of iRiver, and it was probably a spyware loaded piece of shit. I was so far wrong.

J River is, in a word, PERFECT. Everytime you think of some other feature it could have, you find that feature. It catalogs your entire music database, watches folders, manages portable devices, makes smart playlists (like 'most played', 'last listened','random 100 songs'), allows you to add shortcuts to things all over the place, includes a web-browser, does all kinds of DSP effects, Burns CDs, rips CDs, Converts audio formats, connects to last.fm, imports album art…

I could keep going, but you get the idea. It does everything you need, it does it cleanly, it does it well, and it does it fast.

But my favorite function of J River Media Jukebox is the 'View Schemes' it uses instead of folders. Basically, it allows you to add custom views to the side bar which auto sort/group your music by tag. So for instance, I have a view for disk location, one for keywords (so I can find all my soundtracks at once),  one for file-type, one for genre, and most importantly a combo one for album artist / album – this means it sorts by artist EXCEPT where the track is on an album with multiple artists – then it sorts it under (various). It might sound trivial, but its the exact kind of attention to detail which makes great software.

If you've ever been frustrated with the Winamps and iTunes of this world, I urge you to give Media Jukebox a try.



EDIT:

I had the wrong URL at the top there, it was linking to J River Media CENTER, which is a different product. There is a 30 day trial, but it’s not available for free like jukebox is (they have to make money somehow). The correct URL for jukebox (now fixed at the top of the post) is http://www.mediajukebox.com/

Tags: ,

Firefox Extensions I Use

This is more for me than anyone else. I’ve had to reinstall extensions so many times lately – went through more than a few fresh reinstalls – so I’ve decided to list them all on one handy page (and hope it works!)

Here goes:


faviconize Tab


SmartBookmarks


All-in-One Gestures


Adblock Filterset.G
Updater


Foxmarks Bookmark
Synchronizer


Firebug


PDF Download


Adblock Plus


Piclens


Download Statusbar


All-in-One Sidebar


Web Developer

Tags: ,

AutoHotKey

http://www.autohotkey.com/download/

AutoHotKey

Autohotkey, as you can probably guess, lets you assign keyboard shortcuts to a whole variety of tasks. Not just other keyboard combinations, but also windows functions and DLL calls allowing you to set up all kinds of neat tricks.

I'd been reading about autohotkey on lifehacker and other sites for a few weeks before I bothered to give it a go. I was one of those people who believed I didn't really need anymore keyboard shortcuts. My how things have changed in just a month.

I started with a simple script that launches notepad with win + N. Nothing innovative. Its the standard tutorial sample when u install ahk. But once I realised how easy it was to configure, I started trying other stuff. Now I find it damn near indespensible.

In one month my ahk file has grown from one function to more than a dozen. The options are limitless. Heres a sample of some of the functionality I've set up.

Win+PauseBreak – Mute Sound
Win+Up Arrow – increase volume
Win+Down Arrow – decrease volume
Win+F – launch firefox, or switch to it if already launched
Win+X – launch xplorer_lite, or switch to it if already launched
Win+F12 – launch foobar, or switch to it if already launched
Win+N – launch notepad++, or switch to it if already launched
Win+C – copy selected files from one pane to another in xplorer
Win+V – move selected files from one pane to another in xplorer

I've also added alt-tab functionality to the mousewheel and added a quake style console prompt using this instructables tutorial.

On the laptop, its come in even handier, allowing my eject button to also function as delete and printscreen depending on modifiers.

Autohotkey is extremely useful, and is also effortless to install run and learn, taking up almost no memory or CPU and sitting out of the way in the system tray. I urge you to try it as soon as you can. You won't look back.

Tags: ,

Reset Default Folder Actions

Ok, this might not strictly be freeware, but it's free, and it's very useful at times.

If you've spent any time messing with default actions for file types or folders (in my case, trying to add "play this folder with 1by1") you'll inevitably end up with your default folder action screwed up, often searching a folder on doubleclick instead of opening it. Well, relax, because theres a very simple solution.

I came across a vbs file during a google search for a solution to this problem. The file is by Doug Knox, and available on www.dougknox.com. You can go there and download it, or you can just copy the source below into notepad and save it as whatever.vbs and run it. Et voila – your folders are fixed.

'folder_open.vbs – Fixes problem where Search opens on a double click
'© Doug Knox – 03/13/2002
'Downloaded from www.dougknox.com

Set WshShell = WScript.CreateObject("WScript.Shell")

p1 = "HKEY_CLASSES_ROOT\Directory\shell\"
p2 = "none"

WshShell.RegWrite p1, p2

p1 = "HKEY_CLASSES_ROOT\Drive\shell\"
WshShell.RegWrite p1, p2

X = WshShell.Run("REGSVR32 /I /S SHELL32.DLL",4,True)
Set WshShell = Nothing

MyBox = MsgBox("Folders will now Open when double clicked", 4096, "Finished!")

Tags: , ,

XnView Shell Image Extension

http://pagesperso-orange.fr/pierre.g/xnview/endownloadwin32.html

Finding a decent replacement for the discontinued shell image viewer 'Picaview' has been something of a holy grail quest for me lately. I've searched and searched and searched, and even considered coding my own, probably from tutorial code off codeproject.com since i'm not a very apt C++ coder.

Lucky for me, then, that I found XnView. Image preview in the context menu is something that, to my mind, can never fully be replaced by thumbnails or image icons. My favorite file view in explorer or any file manager is the 'details' view. This view leaves little room for image previews, and if I want to get a quick look at an image, a right click is ideal. Several right click imageviewers are out there, but few match the mighty, tiny picaview that is no longer on the go. Most offer previews, but none I found ever offered PSD previews.

Until now.

XnView is actually the name of a fully fledged image viewing / editing app, but the homepage also has a download link for XnView Shell Extension, which doesn't require the full XnView to be installed. It's neat, customizable, converts images, does PSD previews, and isn't stuck needlessly in a submenu that requires extra navigation.

It's all I need in an extension viewer.

Tags: ,

GlarySoft Utilities

http://www.glarysoft.com/gu.html?tag=download

Right after I posted my review of Absolute Uninstaller, I got in touch with GlarySoft (the authors) about adding the 'install size' feature. They replied within the hour, telling me that they would soon be implementing that feature (although they left it up to me to decide whether I had inspired it or it was already planned). They also suggested I check out another piece of freeware they produce called Glary Utilities, which I did.

Here's the review.

Glary Utilities is a utility that incorporates a number of other small freeware apps by Glary, including the previously mentioned Absolute Uninstaller. It has loads of really useful stuff that saves you having to download other separate apps to do the same. There are probably too many things in it to list here comfortably, but screw it – I'll try.

It includes:

  • a disk cleaner utility
  • a registry cleaner
  • a shortcut fixer
  • absolute uninstaller
  • a startup manager (similar in function to msconfig, but a lot more user friendly )
  • a memory optimizer
  • a context menu manager
  • a history wiper (or privacy tool if you like)
  • a 'file shredder' for permanently deleting stuff
  • a special util just for restoring IE to the way you want it after settings are hijacked by something (for all those luddites still using it that is…)
  • an encryption suite
  • a disk space analysis tool similar to treesize but better
  • a duplicate file finder
  • an empty folder finder
  • a file splitter / joiner
  • a process manager which is better than the standard windows task manager

and finally, a link to all the windows leftovers like defragmenting and system restore

Theres a free version that never expires, and a paid upgrade. The free version does ALL the stuff I just listed. The paid version also does some trojan and spyware blocking, lets you schedule operations, and probably gives you back massages and cleans up around the house aswell.

This is an amazing set of utilities, many of which were already available to pc users, but not in a collection this neat, and not this well designed. It's clear that a lot of thought and care has gone into designing the interface, which is  something that's often skipped over, or ignored.  Take the process manager for example.

side by side screenshot of GlaryUtilities' Process Manager and Windows Task Manager

The first thing you'll probably notice is the colour. the GU version has icons for whatever processes have icons, and a color bar showing a rating of how intense the processes are. Under the number in the CPU usage column it shows a tiny, constantly updated bar-chart, if thats your thing. It more columns you can add, like process start date or company, and it even has a ‘google it’ so you can look up a process you’re not sure about straight away.

Glary Utilities is a fabulous collection of utilities for all kinds of situations. I only have two criticisms of it. The interface they've gone for on the dashboard doesn't resemble a typical windows app, which is both good and bad. Good in that it's very funky looking, bad in that I, at least, have an immediate distrust of apps that look like that. A lot of apps I've seen that deviate from the windows standard tend to be a bit dodgy, ie either unstable or a plain old spyware. Thankfully this is not the case with Glary Utilities, but I can see people being hesitant to give it a go because of this interface choice. That's criticism number one. Criticism number 2 is that it's missing a defragmenter, a strange absence given all the other apps that are included.

Overall Glary Utilities is an excellent package that combines loads of useful utilities into one neat solution, making it essential freeware.

Tags: ,

Absolute Uninstaller

http://www.glarysoft.com/absolute-uninstaller/

This app is a work of genius. Once again, its something XP should never have been without (we'll add it to the list then =)

Absolute Uninstaller works like the regular windows uninstaller with two caveats:

1. It deletes the folders associated with the program you're uninstalling, instead of leaving loads of crap on your system

2. It has a multiple uninstall feature, where you can check several items to uninstall and it'll do one after the other!

It's only really lacking one thing that would complete negate the need to ever use add/remove programs again – it can't sort installations by size like add/remove can. I'm sure it'll be something they add in future though.

Tags: ,

TrueCrypt

http://www.truecrypt.org/

I never really saw the point of encryption programs, or rather, I never had a use for them until recently.

I've recently gotten a laptop, on which I have a lot of confidential data. There's always a risk it could get stolen (laptops and mobile phones are among the most commonly stolen items apparently) so it's nice to know that if it does get nicked, those bastards can't get at my files.

TrueCrypt lets you basically password protect an archive file and mount it as a drive within windows. You can then add / delete / update files at your leisure.

The home page also offers this nugget of oddness: Apparently truecrypt – "Provides two levels of plausible deniability, in case an adversary forces you to reveal the password"

It's probably encryption tech-talk, but it just sounds sinister – like something out of 24, or a bond film

Tags: ,

Multiple IE

This won't be a whole lot of use to anyone who's not a web developer, but some guy has managed to put together IE3,IE4,IE5,IE5.5 and IE6 in one handy install file. If you have IE7 installed, you can still run all of the previous versions side by side for testing!

And testing IS important… w3schools browser statistics for may say 38% of the web still use IE6, with 33% using firefox, and 19% using IE7.

http://tredosoft.com/Multiple_IE

Tags: ,

NotePad++

http://notepad-plus.sourceforge.net/

There are a lot of notepad replacements out there, but this is my new fave. It's absolutely excellent for any kind of scripting or coding. It has syntax highlighting for a whole pile of languages, auto-selected once you save a file with the right extension. So if you open a php file, a java file, a css file and an html file, it knows what goes where. It also integrates very nicely into the explorer context/right-click menu, allowing you the option of open in notepad++ on almost any kind of file

Tags: ,