Skip to content
/ scroppy Public

Automatically copy your most favorite music to a separate folder based on your top artists on Last.fm.

License

Notifications You must be signed in to change notification settings

mrrfv/scroppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scroppy (Scrobble Copy)

Music collectors listen to hundreds of artists. Their libraries can take up hundreds of gigabytes or even terabytes of space. However, phones don't have this much storage space. This gives them two options: either they can stream their music from a server, which doesn't work offline, or cherry-pick and copy some artists to their phone, which can be a tedious process if done manually.

Scroppy helps you with the latter by completely automating the process of copying your favorite artists somewhere else. It does this by reading your top artists on Last.fm, matching them to directories in your library and copying them to a destination of your choice.

Features

  • Reads the artists from your Last.fm profile: can be all of them, or the first x
  • Configurable date range for the Last.fm data
  • Matches the artists to directories in your music library using fuzzy string matching, so small naming differences don't cause problems
  • Copies the matched directories to a destination of your choice
  • Can optionally copy artists until a certain size is reached, e.g. 10 GB

Instructions

You need

  • Basic knowledge of Node.js and the command line. Node.js (v20 or higher is preferred) and npm should be installed on your system.
  • A Last.fm account with an API key
  • Some destination where you want to copy your music to
  • Music library with a specific directory structure where the artist name is the top-level directory. Examples:
    • ~/Music/Artist Name/Album Name/01 - Song Name.flac
    • ~/Music/Artist Name/Song Name.flac

Usage

  1. Clone this repository
  2. Install the dependencies with npm install
  3. Copy the .env.example file to .env and fill in the required information
  4. Run the script with node index.js

Contributing

Contributions are welcome! Please open an issue or a pull request if you have any ideas or improvements.

License

AGPL-3.0, see LICENSE for more information.

About

Automatically copy your most favorite music to a separate folder based on your top artists on Last.fm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published