muesli / markscribe

Your personal markdown scribe with template-engine and Git(Hub) & RSS powers 📜
MIT License
359 stars 39 forks source link

adding last.fm integration #65

Open jetzlstorfer opened 1 year ago

jetzlstorfer commented 1 year ago

Closes #64

Adds support for Last.FM

You'll need to provide

You'll be able to use it via

## Favourite albums of all time 🎶

{{range lastFmFavouriteAlbums 5}}
- {{.Artist.Name}} - {{.Name}}
{{- end}}

## Favourite artists of all time 👨‍🎤

{{range lastFmFavouriteArtists 5}}
- {{.Name}} ({{.PlayCount}})
{{- end}}

Example output:

### Hi there 👋

## Favourite albums of all time 🎶

- ORF Radio Ö1 - oe1.ORF.at - Ö1 Digital Leben
- Digitalism - Idealism
- The Postal Service - Give Up
- Death Cab for Cutie - Plans
- dredg - El Cielo

## Favourite artists of all time 👨‍🎤

- dredg (1872)
- ...And You Will Know Us by the Trail of Dead (1748)
- Death Cab for Cutie (1742)
- The Decemberists (1728)
- Jimmy Eat World (1666)
muesli commented 1 year ago

Sounds like a great addition! I think we should stick to the official spelling of the name last.fm however and use the method prefix lastfm.

jetzlstorfer commented 1 year ago

Thanks for your comment! I've now updated the notation to lastfm prefix and included it also in the README.md

jetzlstorfer commented 1 year ago

Thanks @muesli for the clean up!

Just gave it another test run at it works fine:

@jetzlstorfer ➜ /workspaces/markscribe (feature/last-fm-integration) $ ./markscribe templates/lastfm.tpl
### Hi there 👋

## Favourite albums of all time 🎶

- ORF Radio Ö1 - oe1.ORF.at - Ö1 Digital Leben
- Digitalism - Idealism
- The Postal Service - Give Up
- Death Cab for Cutie - Plans
- dredg - El Cielo

## Favourite artists of all time 👨‍🎤

- dredg (1872)
- ...And You Will Know Us by the Trail of Dead (1748)
- Death Cab for Cutie (1746)
- The Decemberists (1728)
- Jimmy Eat World (1666)

## Favourite tracks of all time 💿

- The Decemberists - The Crane Wife 3 (140)
- Beirut - Postcards From Italy (133)
- I Am Kloot - Proof (129)
- The Cinematic Orchestra - To Build a Home (129)
- The Decemberists - Here I Dreamt I Was an Architect (128)

## Most recent tracks 🎺

- Lou Asril - Friek
- Biig Piig - Ghosting
- The Teskey Brothers - Forever You And Me
- Florence Arman - Stupid Heart
- Samantha Crain - Pastime
- Arlo Parks - Caroline
- Sharktank - Shame
- Grace Ives - Lullaby
jetzlstorfer commented 1 year ago

Can we have this merged @muesli ?

jetzlstorfer commented 1 year ago

Any update on when we can have this merged @muesli ? :)

jetzlstorfer commented 1 year ago

Any update on this @muesli ?

jetzlstorfer commented 1 year ago

Any chance that we can get this merged @muesli ? Thank you!

muesli commented 1 year ago

Sorry for testing your patience here. Yes, I'll merge this, but be aware that I'll most likely move the function namespace a bit around to cleanup and make space for future additions before the next release.

jetzlstorfer commented 4 months ago

Hi @muesli , any ETA for this PR? :)

ivuorinen commented 1 month ago

This would be a great addition to the already great project. Subscribed to see when this is finally merged!