Last active
February 21, 2026 06:00
-
-
Save richbeales/4164da2d81b67357ff627d099d94fe1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Last.fm Recommendations", | |
| "tracklist": [ | |
| { | |
| "title": "I Know What I Am - Remastered 2024", | |
| "artists": "Band of Skulls" | |
| }, | |
| { | |
| "title": "History - Remastered 2016", | |
| "artists": "The Verve" | |
| }, | |
| { | |
| "title": "Millionaire", | |
| "artists": "Beady Eye" | |
| }, | |
| { | |
| "title": "Walkaway", | |
| "artists": "Cast" | |
| }, | |
| { | |
| "title": "At The Tower (Instrumental Edit)", | |
| "artists": "Doves" | |
| }, | |
| { | |
| "title": "Wind Through The Trees", | |
| "artists": "Ed Harcourt" | |
| }, | |
| { | |
| "title": "All You Good Good People", | |
| "artists": "Embrace" | |
| }, | |
| { | |
| "title": "Glimpse of Love", | |
| "artists": "Franz Ferdinand" | |
| }, | |
| { | |
| "title": "Get Myself Arrested", | |
| "artists": "Gomez" | |
| }, | |
| { | |
| "title": "This House", | |
| "artists": "Graham Coxon" | |
| }, | |
| { | |
| "title": "Time Is My Everything", | |
| "artists": "Ian Brown" | |
| }, | |
| { | |
| "title": "Stellify", | |
| "artists": "Ian Brown" | |
| }, | |
| { | |
| "title": "She's a Star", | |
| "artists": "James" | |
| }, | |
| { | |
| "title": "All I'm Saying", | |
| "artists": "James" | |
| }, | |
| { | |
| "title": "Dynamo", | |
| "artists": "Johnny Marr" | |
| }, | |
| { | |
| "title": "Love's Not a Competition (But I'm Winning)", | |
| "artists": "Kaiser Chiefs" | |
| }, | |
| { | |
| "title": "Mystical Machine Gun", | |
| "artists": "Kula Shaker" | |
| }, | |
| { | |
| "title": "Everything's Electric", | |
| "artists": "Liam Gallagher" | |
| }, | |
| { | |
| "title": "For What It's Worth", | |
| "artists": "Liam Gallagher" | |
| }, | |
| { | |
| "title": "The World's Still Open", | |
| "artists": "Mansun" | |
| }, | |
| { | |
| "title": "An Open Letter to the Lyrical Trainspotter", | |
| "artists": "Mansun" | |
| }, | |
| { | |
| "title": "Killing The Joke", | |
| "artists": "Miles Kane" | |
| }, | |
| { | |
| "title": "Loaded", | |
| "artists": "Miles Kane" | |
| }, | |
| { | |
| "title": "You're the One for Me, Fatty - 2014 Remaster", | |
| "artists": "Morrissey" | |
| }, | |
| { | |
| "title": "Riverman", | |
| "artists": "Noel Gallagher's High Flying Birds" | |
| }, | |
| { | |
| "title": "The Riverboat Song", | |
| "artists": "Ocean Colour Scene" | |
| }, | |
| { | |
| "title": "The Waves", | |
| "artists": "Ocean Colour Scene" | |
| }, | |
| { | |
| "title": "Mile End - From 'Trainspotting' Original Motion Picture Soundtrack", | |
| "artists": "Pulp" | |
| }, | |
| { | |
| "title": "Strange Currencies - Remastered 2013", | |
| "artists": "R.E.M." | |
| }, | |
| { | |
| "title": "Heavy News", | |
| "artists": "Richard Ashcroft" | |
| }, | |
| { | |
| "title": "Good Souls", | |
| "artists": "Starsailor" | |
| }, | |
| { | |
| "title": "Tie Up My Hands", | |
| "artists": "Starsailor" | |
| }, | |
| { | |
| "title": "Lazerray", | |
| "artists": "TV on the Radio" | |
| }, | |
| { | |
| "title": "My Beautiful Friend", | |
| "artists": "The Charlatans" | |
| }, | |
| { | |
| "title": "Pass It On", | |
| "artists": "The Coral" | |
| }, | |
| { | |
| "title": "Every Day Should Be A Holiday", | |
| "artists": "The Dandy Warhols" | |
| }, | |
| { | |
| "title": "My Friend John", | |
| "artists": "The Fratellis" | |
| }, | |
| { | |
| "title": "The Beginning of the Twist", | |
| "artists": "The Futureheads" | |
| }, | |
| { | |
| "title": "Four Leaf Clover", | |
| "artists": "The Kooks" | |
| }, | |
| { | |
| "title": "Mrs. Robinson - 2022 Remastered Edition", | |
| "artists": "The Lemonheads" | |
| }, | |
| { | |
| "title": "The People", | |
| "artists": "The Music" | |
| }, | |
| { | |
| "title": "Take The Long Road And Walk It", | |
| "artists": "The Music" | |
| }, | |
| { | |
| "title": "Blinded By The Sun", | |
| "artists": "The Seahorses" | |
| }, | |
| { | |
| "title": "We've Been Had", | |
| "artists": "The Walkmen" | |
| }, | |
| { | |
| "title": "Black Flamingo", | |
| "artists": "The Wombats" | |
| }, | |
| { | |
| "title": "A Different Room", | |
| "artists": "Travis" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment