Andrew Cooke | Contents | Latest | RSS | Previous | Next

C[omp]ute

Welcome to my blog, which was once a mailing list of the same name and is still generated by mail. Please reply via the "comment" links.

Always interested in offers/projects/new ideas. Eclectic experience in fields like: numerical computing; Python web; Java enterprise; functional languages; GPGPU; SQL databases; etc. Based in Santiago, Chile; telecommute worldwide. CV; email.

Personal Projects

Choochoo Training Diary

Last 100 entries

Surprise Paradox; [Books] Good Author List; [Computing] Efficient queries with grouping in Postgres; [Computing] Automatic Wake (Linux); [Computing] AWS CDK Aspects in Go; [Bike] Adidas Gravel Shoes; [Computing, Horror] Biological Chips; [Books] Weird Lit Recs; [Covid] Extended SIR Models; [Art] York-based Printmaker; [Physics] Quantum Transitions are not Instantaneous; [Computing] AI and Drum Machines; [Computing] Probabilities, Stopping Times, Martingales; bpftrace Intro Article; [Computing] Starlab Systems - Linux Laptops; [Computing] Extended Berkeley Packet Filter; [Green] Mainspring Linear Generator; Better Approach; Rummikub Solver; Chilean Poetry; Felicitations - Empowerment Grant; [Bike] Fixing Spyre Brakes (That Need Constant Adjustment); [Computing, Music] Raspberry Pi Media (Audio) Streamer; [Computing] Amazing Hack To Embed DSL In Python; [Bike] Ruta Del Condor (El Alfalfal); [Bike] Estimating Power On Climbs; [Computing] Applying Azure B2C Authentication To Function Apps; [Bike] Gearing On The Back Of An Envelope; [Computing] Okular and Postscript in OpenSuse; There's a fix!; [Computing] Fail2Ban on OpenSuse Leap 15.3 (NFTables); [Cycling, Computing] Power Calculation and Brakes; [Hardware, Computing] Amazing Pockit Computer; Bullying; How I Am - 3 Years Post Accident, 8+ Years With MS; [USA Politics] In America's Uncivil War Republicans Are The Aggressors; [Programming] Selenium and Python; Better Walking Data; [Bike] How Fast Before Walking More Efficient Than Cycling?; [COVID] Coronavirus And Cycling; [Programming] Docker on OpenSuse; Cadence v Speed; [Bike] Gearing For Real Cyclists; [Programming] React plotting - visx; [Programming] React Leaflet; AliExpress Independent Sellers; Applebaum - Twilight of Democracy; [Politics] Back + US Elections; [Programming,Exercise] Simple Timer Script; [News] 2019: The year revolt went global; [Politics] The world's most-surveilled cities; [Bike] Hope Freehub; [Restaurant] Mama Chau's (Chinese, Providencia); [Politics] Brexit Podcast; [Diary] Pneumonia; [Politics] Britain's Reichstag Fire moment; install cairo; [Programming] GCC Sanitizer Flags; [GPU, Programming] Per-Thread Program Counters; My Bike Accident - Looking Back One Year; [Python] Geographic heights are incredibly easy!; [Cooking] Cookie Recipe; Efficient, Simple, Directed Maximisation of Noisy Function; And for argparse; Bash Completion in Python; [Computing] Configuring Github Jekyll Locally; [Maths, Link] The Napkin Project; You can Masquerade in Firewalld; [Bike] Servicing Budget (Spring) Forks; [Crypto] CIA Internet Comms Failure; [Python] Cute Rate Limiting API; [Causality] Judea Pearl Lecture; [Security, Computing] Chinese Hardware Hack Of Supermicro Boards; SQLAlchemy Joined Table Inheritance and Delete Cascade; [Translation] The Club; [Computing] Super Potato Bruh; [Computing] Extending Jupyter; Further HRM Details; [Computing, Bike] Activities in ch2; [Books, Link] Modern Japanese Lit; What ended up there; [Link, Book] Logic Book; Update - Garmin Express / Connect; Garmin Forerunner 35 v 230; [Link, Politics, Internet] Government Trolls; [Link, Politics] Why identity politics benefits the right more than the left; SSH Forwarding; A Specification For Repeating Events; A Fight for the Soul of Science; [Science, Book, Link] Lost In Math; OpenSuse Leap 15 Network Fixes; Update; [Book] Galileo's Middle Finger; [Bike] Chinese Carbon Rims; [Bike] Servicing Shimano XT Front Hub HB-M8010; [Bike] Aliexpress Cycling Tops; [Computing] Change to ssh handling of multiple identities?; [Bike] Endura Hummvee Lite II; [Computing] Marble Based Logic; [Link, Politics] Sanity Check For Nuclear Launch; [Link, Science] Entropy and Life

© 2006-2017 Andrew Cooke (site) / post authors (content).

Linux Software for Listening to and Exploring Music

From: andrew cooke <andrew@...>

Date: Mon, 1 Apr 2013 21:09:07 -0300

This is a description of my current setup for listening to music, focussing on
the computer / software side.  I'm writing this down because I'm pretty happy
with what I have, but suspect other people aren't aware how good things can
be.


Metadata

All my music is stored on my computer as (high-quality, mainly) mp3s.  Tracks
are grouped into directories by album, and albums are grouped by artist.

  * Every track has artist, track and album information stored in ID3 tags.  I
    use kid3 to set these values.  http://kid3.sourceforge.net/

  * I use easytag to rename and move files to the correct location
    http://projects.gnome.org/easytag/

  * And I use mp3diags to fix any strange errors in the files
    http://mp3diags.sourceforge.net/


Streaming

To play music I use mpd.  This runs on my computer, cataloges the music, and
streams data to ALSA (the Linux sound system).
http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki

Mpd doesn't have a GUI, so you need another program to control it.  From my
destop and laptop computers I use a program called ncmpcpp which is very
flexible, but will look terribly old-fashioned to many (it's a text-like
interface).  http://ncmpcpp.rybczak.net/

I also use MPDroid as an interface from a Nexus 7 tablet.  That is a much
prettier interface.
https://play.google.com/store/apps/details?id=com.namelessdev.mpdroid&hl=en

To provide album art to MPDroid I use a program I wrote myself, called id3img.
https://github.com/andrewcooke/id3img


Hardware

The music is sent to a Music Fidelity V-Link, which is a small box that
appears to Linux as a USB sound card.  It buffers the data and then converts
it to an optical signal that is sent to an AudioEngine D2.  That streams the
music over WiFi to various amplifiers around my house.


Exploration

All the above is fine, but if you have access to a lot of music you can easily
become overwhelmed by the choice, forgetting what is available, and listening
to only a small set of songs.

To address this I wrote some programs that, together, are called UYKFG and
which do the following https://github.com/andrewcooke/uykfg 

  * Catalogue the music, using the ID3 tags

  * Cross-reference the ID3 data with EchoNest  http://echonest.com/

  * Use EchoNest's related artists to generate playlists of related music

  * Use EchoNest's tags to display the music available in various ways
    and to generate filtered playlists (eg 50 tracks tags "southern rock",
    but not tagged "rock-pop").

I also record all the music I play to last.fm, so that I have a permanent
record (useful when you wonder "what was that track I listened to this
morning?").  http://www.last.fm


Summary

This gives me good quality music, around the house, with the ability to
program playlists for a particular sound, or just to have a radio-like stream
of similar (but slowly changing) music.  I never get bored of it :o)


Andrew

Comment on this post