50°F

Aaron Parecki

  • Articles
  • Notes
  • Photos

#spotify

  • NEW ISLANDS MUSIC https://youtu.be/DsTLdauGBKA
    'Bloom' got added to the 'Sunshine Indie Pop' playlist on Spotify! Just want to thank @aaronpk for that go follow his amazing Spotify playlist and discover some new tunes! Link in my story and in 'Playlists' highlight!
    .
    Swipe through to see some of featured artists. I'm next to some of my favorite artists and discovering new songs!
    .
    @lilyallen
    @thestrokes
    @sheandhim
    @ingridmichaelson
    @coldwarkids
    @theshins
    @passion_pit
    @twodoorcinemaclub
    .
    And much more!
    .
    Keep sharing the art. Thank you everybody! .
    #newislands
    #debutsingle
    #bloom
    #spotify
    #playlist
    #sunshineindiepop
    #indie
    #soloartist
    #dreampop
    #shoegaze
    #bedroompop
    #janglepop
    #lofi
    #surfrock
    #thestrokes
    #coldwarkids
    #lilyallen
    #ingridmichaelson
    #passionpit
    #sheandhim
    #voxtrot
    #sanbernardino
    #losangeles
    #composer
    Portland, Oregon
    spoti.fi/HotCountry youtu.be/DsTLdauGBKA
    #newislands #debutsingle #bloom #spotify #playlist #sunshineindiepop #indie #soloartist #dreampop #shoegaze #bedroompop #janglepop #lofi #surfrock #thestrokes #coldwarkids #lilyallen #ingridmichaelson #passionpit #sheandhim #voxtrot #sanbernardino #losangeles #composer
    Sat, Jun 1, 2019 2:04pm -07:00 (liked on Sat, Jun 1, 2019 10:00pm -07:00)
  • Streaming Music is Ripping You Off – Cuepoint – Medium (medium.com)
    Portland, Oregon • 62°F
    #music #spotify #streaming
    Mon, Aug 6, 2018 6:52am -07:00
  • Inside the Black Market for Spotify Playlists (www.dailydot.com)
    Portland, Oregon • 44°F
    #spotify
    Wed, Mar 14, 2018 6:06am -07:00
  • As HomePod launches, Spotify cuts off support for some speakers and receivers - The Verge (www.theverge.com)
    Portland, Oregon • 39°F
    #spotify #tech
    Wed, Feb 7, 2018 8:04am -08:00
  • Aaron Parecki
    I'm pretty bummed that playing Spotify via Spotify Connect makes it not scrobble to last.fm
    Portland, Oregon, USA
    1 like
    #spotify
    Tue, Apr 5, 2016 11:48am -07:00
  • AppleScript API - Spotify Developer (developer.spotify.com)
    #spotify #scrobble #applescript #api
    Mon, Dec 21, 2015 2:36pm -08:00
  • Aaron Parecki
    Pretty sure Spotify's Discover Weekly works specifically because of the constraint they set up for themselves. It's updated once a week, and there is a finite number of songs in the list. With other services, people turn on the "recommended" station and expect an infinite stream of music that they will like.
    Portland, Oregon, USA
    2 likes 3 replies 1 mention
    #spotify
    Tue, Sep 29, 2015 11:41am -07:00
  • Spotify Introduces Video Clips, Podcasts, And Activity-Based Playlists | TechCrunch (techcrunch.com)
    Spotify is also creating a new format of music, wherein the composition actually changes and rearranges based on your pace.
    #spotify #music
    Wed, May 20, 2015 9:20am -07:00
  • Aaron Parecki
    I am not often impressed with new features that apps tell me about via a splash screen on launch, but the new Spotify playlist preview feature is pretty great. https://news.spotify.com/us/2015/01/22/touch-preview/
    Portland, Oregon, USA
    2 replies
    #spotify #apps
    Sun, Feb 8, 2015 11:36am -08:00
  • Mapping all the songs we listened to on a road trip!

    Aaron Parecki
    Wed, Jul 17, 2013 10:48pm -07:00

    Last weekend Amber, Anima and I drove from San Diego to Palm Springs to YxYY. We were streaming music from Spotify on the whole drive, and Spotify was scrobbling to my Last.fm account. Of course I was also tracking my location like I always do. Then it dawned on me that I could put together a map showing all the songs we listened to and where we were for each! Below is the result!

    You can click on any of the pins to see the song that was playing at that point, and can even launch Spotify to play them!

    Code

    You can download the full source code here: github.com/aaronpk/music-map

    First I downloaded my listening from Last.fm from the time period of the drive. Since each entry in the history includes a timestamp, I then query the Geoloqi API for my location at that time. I do this for each song, building up a GeoJSON object with all the needed info like song name, album cover image, etc.

    The end result looks like a bunch of the GeoJSON features below

    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -117.16489882608,
          32.708429871758
        ]
      },
      "properties": {
        "trackName": "Get Lucky",
        "trackAlbum": "Random Access Memories",
        "trackArtist": "Daft Punk",
        "trackURL": "http://www.last.fm/music/Daft+Punk/_/Get+Lucky+(feat.+Pharrell+Williams)",
        "image": "http://userserve-ak.last.fm/serve/126/91455201.png",
        "localDate": "2013-07-12 14:38:01",
        "localDateFormatted": "Jul 12 2:38pm",
        "timestamp": 1373665081,
        "spotifyURL": "http://open.spotify.com/track/69kOkLUCkxIZYexIgSG8rq"
      }
    }
    

    After I generated the large GeoJSON file of all the songs, it was simple to put that onto the map using the Esri-Leaflet library. Leaflet can easily take a GeoJSON object and throw it onto the map with very little code. Most of the code was for formatting the HTML popup when you click one of the pins.

    I then needed to retrieve the full history showing the exact path we drove. One call to the Geoloqi API gave me all the data in the time range, and I just had to re-format it as a GeoJSON LineString object.

    Download the source code and try it yourself!

    Playlist

    Below is the playlist in Spotify so you can listen to the full playlist.

    Have you ever made a project where you synced up songs to your location? Let me know!

    Fork me on GitHub

    45.527322, -122.680728
    1 mention
    #music #spotify #map #leaflet #esri #yxyy
    Wed, Jul 17, 2013 10:48pm -07:00
  • CocoaLibSpotify (github.com)
    #audio #cocoa #echonest #music #spotify
    Sun, Sep 9, 2012 9:52am -07:00
next

Hi, I'm Aaron Parecki, co-founder of IndieWebCamp. I maintain oauth.net, write and consult about OAuth, and am the editor of several W3C specifications. I record videos for local conferences and help run a podcast studio in Portland.

I wrote 100 songs in 100 days! I've been tracking my location since 2008, and write down everything I eat and drink. I've spoken at conferences around the world about owning your data, OAuth, quantified self, and explained why R is a vowel. Read more.

Follow
  • Security Architect at Okta
  • IndieWebCamp Founder
  • W3C Editor

  • W7APK
  • ⭐️ Life Stack
  • ⚙️ Home Automation
  • All
  • Articles
  • Bookmarks
  • Notes
  • Photos
  • Replies
  • Reviews
  • Sleep
  • Trips
  • Contact
© 1999-2019 by Aaron Parecki. Powered by p3k. This site supports Webmention.
Except where otherwise noted, text content on this site is licensed under a Creative Commons Attribution 3.0 License.
IndieWebCamp Microformats Webmention W3C HTML5 Creative Commons