Offline FreeDB – Example

It’s been quite a while since I released Offline FreeDB. In the meantime I’ve been too busy to go more into detail. Here at last I’ll show to you how to implement the fast Offline FreeDB Java library to query the FreeDB database and find information for almost any disc or bundle of music files you’re looking for.

Continue reading

Billoader – just one step

Like any customer, I have to download my bills from my bank-, energy- and mobile-services. This becomes very annoying as they are published on different dates and in various areas on the service websites.

It’s a monotonous task, which can and should be automated. This is what Billoader is going to do for you.

First alpha release

The first alpha release is already full functional and contains

  • Portable application – with Java 7 (no installation needed)
  • Very simple user interface
  • A couple of services you can download statements from – 1blu, DKB, Sparkasse Gf-Wob, Unitymedia, Comdirect, Netcup

Screenshots

Please report issues on the responsible issue tracker.

Downloads

Links

How to recognize music content?

Having a glimpse at my media made me realize it’s hard to distinguish anything. Some files are poorly named and have no tags inside. Some files were named after their track title but without track numbers. Seems like I should have done a better job organizing my music 🙂

At least each folder only contains one disc! But listening through them all is no solution. I mean maybe for once, but each time I’m looking for an album? That would drive me crazy!

So this sent me to the internet in search of a solution. Well, there’s a whole bucket of tools, including Mp3Tag and MusicBrains. Each uses FreeDB – more or less.

For already-sorted albums, Mp3tag was awesome. But I met its limits very quickly. There is no way to look for unsorted files nor does it allow searching by unprecise tracks. For example shorter track lengths come into play, when programs cut off silence.

That’s why I decided to create my own tool. I had following requirements:

  • Offline
  • No query limits
  • Lookup unsorted tracks
  • Lookup with adjustable tolerance
  • Fast response (less than 1 second each disc)
  • Little memory usage
Try the outcome!

Offline Freedb

Offline Freedb is a Java library for searching the public FreeDB database files.

This library is build on Java 7 and NIO.

Some unique selling points

  • Absolutely offline / local
  • Has no query limits
  • Lookup by unsorted tracks
  • Custom tolerance
  • Result with freedb-meta, track-mapping, compilation-info (…)
  • Very fast (~200 milliseconds)
  • Uses just a little memory (~10 Megabyte)

Start right away as explained in Offline FreeDB – Example!

Downloads

Links

Related posts

Offline FreeDB – Example

It’s been quite a while since I released Offline FreeDB. In the meantime I’ve been too busy to go more into detail. Here at last I’ll show to you how to implement the fast Offline FreeDB Java library to query the FreeDB database and find information for almost any disc or bundle of music files…

Read more Offline FreeDB – Example

0 comments

How to recognize music content?

Having a glimpse at my media made me realize it’s hard to distinguish anything. Some files are poorly named and have no tags inside. Some files were named after their track title but without track numbers. Seems like I should have done a better job organizing my music 🙂 At least each folder only contains…

Read more How to recognize music content?

0 comments