Categories
@home @nioko Labs electronics gadgets music Projects Repair Uncategorized

A new case for an old Squeezebox (v1) – The SpaceDock

SpaceDock1

When one of my V3  Squeezeboxes died recently, it meant that I’ll have to find a solution for the sticky (probably the softeners in went crazy after all those years) case of the working v1 unit, that I was given by a friend. The whole case was so sticky, I did not see any solution in reusing it (others have had the same issue).

Anyway, I have decided to draw an acrylic plate that a friend who owns a company that has a co2 laser can then cut for me. That plate with the attached Squeezebox internals + some magnets went behind a cabinet, so that only the display + IR receiver is visible.

The name SpaceDock is coincidence, it’s the name of the track that was playing.

Categories
@home @nioko Labs electronics gadgets music Projects

Squeezebox Boom DIY wall mount made of bicycle parts

I finally got myself a SB Boom for the bedroom. It was clear that I need some kind of a wall-mount, and as the Boom has 4 mounting holes, that didn’t seem to be too complicated. Only problem here is the threading, seems to be 2 or 2.5mm (sorry didn’t measure), I have found some screws out of an old computer hard drive that fit.
The mount itself is made of 2 bicycle stems, connected through a piece of 1 1/8″ steering tube of a fork.

Categories
@home electronics gadgets IT related music Uncategorized

Controlling your Sqeezebox Volume with your PC Keyboard

Now, this is something that I should have done a long time ago, as I was missing it for the last 8 years or so, that I have Squeezebox music players. The original remote is pretty weak, and if you don’t have your SB on your desk, you’ll probably have to turn yourself around if you want to change the volume using the remote (if you can actually find it on your desk), of course, controlling it through the web interface is also an option, but I sometimes prefer hardware keys.

As you might know, there’s a Squeezebox Server CLI, so it’s obvious to use it. Then, there’s the possibility to assign a “shortcut key” to a shortcut in Windows. The missing part is the Windows version of Netcat, some shortcuts, and a small “parameter” file for each function.

Step by Step, for volume Control:

1. Download Netcat, extract it to a folder, that you want to use for the whole thing.

2. Create the parameter files, my volup.txt looks like this:

XX:XX:XX:XX:XX:XX mixer volume +1
exit

Be sure to add an extra line break, because otherwise, Netcat will stay open. Create config files for every function you want to use.

3. Create the shortcuts, my volume down shortcut looks like this:

C:\Windows\System32\cmd.exe /c "C:\Program Files (x86)\squeezevol\nc.exe" aese-02 9090 < volup.txt

4. Add a "shortcut key", like CTRL ALT +

Set it to run minimized.

It's working good and fast, I hope you enjoy it too.

 

Categories
@home IT related music

MP3 tagging for Squeezebox Server, Foobar2000, iTunes

This little article is about MP3 tagging, or to be more precise about MP3 compilation album tagging. Since I’m a Squeezebox, Foobar2000, and iPhone (and therefore also iTunes) user, I’m only addressing these products, but I’m sure other products work the same, or a very similar way.

Now to the problem, compilation albums appeared under each individual artist on my players (see title), this can be very annoying, especially if you have lots of artists within your compilations, from whom you don’t have any albums.

The solution(s):

Foobar:

Add an “Album Artist” tag to all tracks of the specific album.
foobar-tag

In “Album List” properties, replace %<artist>% with %<album artist>% in the “by artist” view.

foobar-albumlist

Thats it.

Squeezebox Server:

This one is even easier, in foobar2000, or whatever tagging tool you prefer, just add a “band” tag, which equals the “album artist” tag. It was necessary to do a full rescan (Clear library and rescan everything) to make the changes take effect.

iTunes / iPhone:

It won’t work on the iPhone, but it will in iTunes. What you need is an “itunesconpilation” tag, but you cannot add it with foobar2000. This relies in the way how iTunes stores this information. You can use iTunes with the following Settings:

itunes-compilation

Or you can read this thread, and use mp3tag: http://www.hydrogenaudio.org/forums/index.php?showtopic=61967