Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbeley/rym-userscripts
Some userscripts for rateyourmusic.com
https://github.com/dbeley/rym-userscripts
rateyourmusic rym userscript
Last synced: 28 days ago
JSON representation
Some userscripts for rateyourmusic.com
- Host: GitHub
- URL: https://github.com/dbeley/rym-userscripts
- Owner: dbeley
- Created: 2024-08-21T11:59:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T12:22:48.000Z (2 months ago)
- Last Synced: 2024-10-02T05:42:05.705Z (about 1 month ago)
- Topics: rateyourmusic, rym, userscript
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rym-userscripts
Some userscripts for RateYourMusic.
![preview](docs/userscript_buttons.png)
- `song-charts.user.js`: add buttons to download song charts as CSV or plain text
- `album-charts.user.js`: add buttons to download album charts as CSV or plain text
You can configure RYM charts to display up to 100 elements at once in the chart settings.
In order to load all the images you will have to scroll to the bottom of the page, otherwise the CSV export will contain some blank images.
## Installation
- Install a userscript addon (I recommend [Violentmonkey](https://violentmonkey.github.io/))
- Install the userscript you want by clicking on the following links:
- [song-charts.user.js](https://github.com/dbeley/rym-userscripts/raw/main/song-charts.user.js)
- [album-charts.user.js](https://github.com/dbeley/rym-userscripts/raw/main/album-charts.user.js)## Sample data
### Song charts
| title | artist | release_date | genre | average_rating | number_of_ratings | image_url |
| --- | --- | --- | --- | --- | --- | --- |
| A Day in the Life | The Beatles | 26 May 1967 | Art Rock | 4.74 | 6k | https://e.snmc.io/i/300/s/17e154620068ef6923a4fc7abbdfc3e8/10941490/The%20Beatles%20-%20Sgt_%20Pepper's%20Lonely%20Hearts%20Club%20Band%2C%20Cover%20art.jpeg |
| Helpless Child | Swans | 22 October 1996 | Post-Rock | 4.74 | 3k | https://e.snmc.io/i/300/s/742b19a60e882643737cdde408788ceb/1868623/Swans%20-%20Soundtracks%20for%20the%20Blind%2C%20Cover%20art.jpeg |
| Strawberry Fields Forever | The Beatles | 17 February 1967 | Psychedelic Pop | 4.73 | 5k | https://e.snmc.io/i/300/s/22b07b0f5428621d5952e23e7800022d/5770162/The%20Beatles%20-%20Magical%20Mystery%20Tour%2C%20Cover%20art.jpeg |
| There Is a Light That Never Goes Out | The Smiths | 16 June 1986 | Jangle Pop | 4.72 | 5k | https://e.snmc.io/i/300/s/21bcf64f8478a3bb189c5ebb8f326068/12056415/The%20Smiths%20-%20The%20Queen%20Is%20Dead%2C%20Cover%20art.png |### Album charts
| title | artist | release_date | genres | average_rating | number_of_votes | number_of_reviews | image_url |
| --- | --- | --- | --- | --- | --- | --- | --- |
| To Pimp a Butterfly | Kendrick Lamar | 15 March 2015 | Conscious Hip Hop, West Coast Hip Hop, Jazz Rap, Political Hip Hop, Neo-Soul, Funk, Poetry, Experimental Hip Hop | 4.38 | 83k | 769 | https://e.snmc.io/i/300/s/24619d37493bde1cc35d160e31d170ae/8121875/Kendrick%20Lamar%20-%20To%20Pimp%20a%20Butterfly%2C%20Cover%20art.jpeg |
| OK Computer | Radiohead | 16 June 1997 | Alternative Rock, Art Rock, Post-Britpop, Space Rock Revival | 4.29 | 107k | 2k | https://e.snmc.io/i/300/s/4b89c6190a18ed4c06d8068c556a5f9e/11993756/Radiohead%20-%20OK%20Computer%2C%20Cover%20art.jpeg |
| In Rainbows | Radiohead | 10 October 2007 | Art Rock, Alternative Rock, Electronic, Dream Pop, Art Pop, Krautrock | 4.32 | 80k | 949 | https://e.snmc.io/i/300/s/9b1e5b9f0d61d7177b42c31fb881fdc7/5914164/Radiohead%20-%20In%20Rainbows%2C%20Cover%20art.jpeg |
| Wish You Were Here | Pink Floyd | 12 September 1975 | Progressive Rock, Art Rock, Space Rock, Psychedelic Rock | 4.34 | 74k | 1k | https://e.snmc.io/i/300/s/be389a69a7e6c54e4643f81fa57f3478/4184635/Pink%20Floyd%20-%20Wish%20You%20Were%20Here%2C%20Cover%20art.png |