https://github.com/botffy/timeline.fm
Chrome extension to display Last.fm scrobbles in the Google Maps Timeline
https://github.com/botffy/timeline.fm
chrome-extension google-maps-timeline last-fm lifelogging location-history
Last synced: about 1 month ago
JSON representation
Chrome extension to display Last.fm scrobbles in the Google Maps Timeline
- Host: GitHub
- URL: https://github.com/botffy/timeline.fm
- Owner: Botffy
- License: mit
- Created: 2019-12-11T21:34:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T20:32:14.000Z (over 5 years ago)
- Last Synced: 2025-04-30T04:42:22.940Z (6 months ago)
- Topics: chrome-extension, google-maps-timeline, last-fm, lifelogging, location-history
- Language: JavaScript
- Size: 117 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://gittens.r15.railsrumble.com/gitten/Botffy/Timeline.fm)This is a Google Chrome extension that displays your [Last.fm](https://www.last.fm/) scrobbles on your [Google Maps Timeline](https://www.google.com/maps/timeline). It lets you see where you listened to songs.
This is very much a work in progress. See the Issues for known issues and limitations.
# Installation
[From the Chrome Web Store](https://chrome.google.com/webstore/detail/eckfclnhmoemjbbkgeeoknfjfhgpaang).
Or manually, as an [unpacked extension](https://developer.chrome.com/extensions/getstarted).# How it works
It analyzes the DOM of the timeline page, parsing time information. It then queries last.fm for the songs scrobbled during the day, and injects data about the song to under the appropriate activity.
Of course it is extremely fragile, and will break horribly if the structure of the Timeline page changes.