janboddez / scrobbble

"Scrobble" listening data to WordPress rather than, e.g., Last.fm.
GNU General Public License v3.0
5 stars 0 forks source link

Actually use taxonomies #1

Closed janboddez closed 1 year ago

janboddez commented 2 years ago

Taxonomies are being defined but not actually used anywhere.

Artist and album are sent along with each song, so that should be a no-brainer.

Genre might be add-on territory (or not), depending on what kind of API is used (MusicBrainz, Discogs, local database even) ...

(I can think of spinning this of into a subsite of its own, with nice-looking taxonomy archives, term descriptions, etc. Statistics even, i.e., the whole "Last.fm" experience. [I can already do stats, but not without custom script/SQL/spreadsheet hacking.])

janboddez commented 1 year ago

Added in https://github.com/janboddez/scrobbble/commit/e2793d339d73b4a2d6b676c57bcec7f903606ffa.

Genres are currently in development, thru an add-on plugin that I will likely merge into this one later on.