liebscher / MusicCollection

A locally stored and run browser application for recording, logging, and rating your music collection.
1 stars 0 forks source link

Update Recommended sort #14

Closed liebscher closed 4 years ago

liebscher commented 4 years ago

Things to take into account: last listen, add date, number of listens, and runtime.

We want to recommend albums that haven't been listened to in a while, were added a while back, have little time between add and listen, and are at one listen.

Create a recommended score:

Last listen: 0-1 (1: least recent) Add date: 0-1 (1: least recent) Runtime: 0-1 (1: shortest) Num. of listens: 0-1 (manually set weights)