Muffinresearch Labs by Stuart Colville

Spotify: Linking to a specific time in a track | 0 Comments

Posted in Music, social on 11th November 2009, 11:56 am by

For a while I’ve wanted to be able to share a link to a track on spotify so that it jumps the right place. An example is when learning covers for the band I play in; or just to point out a great part of the track.

The good new is that this is already possible! I asked a question on Get Satisfaction and a Spotify employee Emil Hesslow answered straight away that this feature already exists. Here’s some examples:

You can also use the spotify protocol:

e.g: spotify:track:39Bi2scq80BWdgnxz2llWT#04:04

The format for the link is just a simple fragment identifier added to the end of the link in the format #mins:secs e.g: #4:04

From using this (I’m running Spotify under wine) I’ve found you need to URLencode this in the “http://open.spotify…” links for it to work so #4:04 becomes %2304%3A04.

Post Tools

GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(3)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.505s.