-
Updated
Jul 24, 2021 - Vue
#
rateyourmusic
Here are 12 public repositories matching this topic...
Desktop music browser
electron
audio
javascript
music
player
spotify
youtube
streaming
vue
soundcloud
lastfm
vk
desktop
deezer
discogs
genius
bandcamp
odnoklassniki
rateyourmusic
yandexmusic
Python API to extract data from rateyourmusic.com.
-
Updated
Jun 25, 2021 - Python
Various userscripts for various sites that do various things.
github
userscript
typo3
genius
bandcamp
rateyourmusic
patreon
streetvoice
gumroad
khinsider
onlyfans
dlsite
fanbox
removeddit
subscribestar
-
Updated
Jul 22, 2021 - JavaScript
Bring your data from RateYourMusic to Discogs
-
Updated
Jan 2, 2017 - JavaScript
Script for converting data from RateYourMusic into text which includes rating date, artist's and album's name, release year and personal rating.
-
Updated
Dec 18, 2019 - Python
RateYourMusic Chart Manager
-
Updated
Jan 22, 2020 - HTML
REST API for muffon
audio
ruby
music
rails
api
player
artists
spotify
youtube
streaming
soundcloud
lastfm
vk
album
deezer
discogs
genius
bandcamp
odnoklassniki
rateyourmusic
yandexmusic
muffon-api
-
Updated
Jul 24, 2021 - Ruby
Open
Import by ID
FOSSforlife
commented
May 2, 2020
We have a searchByIdentifiers() function in "item.service.ts" that searches for a single item by mbid, artist and title, which is used to check if an item already exists in the database before adding to a user's collection.
We simply need to add an "id" parameter which will also search the item's ID, and then update the addItems() function to add the id into the searchInput if it exists.
music
scikit-learn
sklearn
lastfm
pandas
data-visualization
data-analysis
lastfm-api
rym
rateyourmusic
music-analysis
fbprophet
lastfm-dataset
-
Updated
Jul 30, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the rateyourmusic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rateyourmusic topic, visit your repo's landing page and select "manage topics."
Right now, when you hover over a CollectionItem, the title begins to scroll left and right if the title is more than 20 characters. We want it to scroll if the title is too long to fit within the card instead.
This should be done by measuring the title and card width, and then [setting the "longText" variable](https://github.com/patricianapp/patrician/blob/master/src/components/collection/Coll