wistoff / legacy-scrobbler

Legacy Scrobbler is designed to bridge the gap between legacy hardware, and the music platform Last.fm. It enables users to sync their listening history from offline devices to their Last.fm profile, preserving their music legacy in the digital era.
https://legacyscrobbler.software/
GNU General Public License v3.0
26 stars 0 forks source link

Legacy Scrobbler

Version GitHub stars Electron Vue License

Screencast

Legacy Scrobbler is designed to bridge the gap between legacy hardware, and the music platform Last.fm. It enables users to sync their listening history from offline devices to their Last.fm profile, preserving their music legacy in the digital era.

Download: Legacy Scrobbler Releases

How to Use

Setting Up Legacy Scrobbler

Syncing Tracks

  1. Launch Legacy Scrobbler.
  2. Authorize Legacy Scrobbler to access your Last.fm account.
  3. Once authorized, Legacy Scrobbler will automatically detect your connected iPod.
  4. Adjust the following settings to your needs.

Please Notice

Settings

Settings

Building from Source

Prerequisites

Building Legacy Scrobbler

  1. Clone the repository: git clone https://github.com/wistoff/legacy-scrobbler.git
  2. Navigate to the project directory: cd legacy-scrobbler
  3. Install dependencies: npm install
  4. Run the application in development mode: npm run start
  5. To build the application for distribution: npm run make

Building for different platforms:

MacOs Silicon: npm run make -- --arch=arm64 --platform=darwin
MacOs Apple Intel: npm run make -- --arch=x64 --platform=darwin
Windows 64-Bit: npm run make -- --arch="x64" --platform=win32
Windows 32-Bit: npm run make -- --arch="ia32" --platform=win32

When compiling for MacOs add "appdmg": "^0.6.6", to the devDependencies in package.json

Features

Known Issues

Tested Devices

Device Compatibility
iPod Classic 1st Gen -
iPod Classic 2nd Gen -
iPod Classic 3rd Gen -
iPod Classic 4th Gen
iPod Classic 5th Gen
iPod Classic 6th Gen
iPod Classic 6.5th Gen
iPod Nano 3rd Gen

If you tested another device and can confirm it's working, please let me know.

Tested on Operating Systems

Changelog

View the changelog for a detailed history of changes across releases.

Credits

Disclaimer

Legacy Scrobbler is a third-party tool developed independently. Last.fm and iPod are registered trademarks of their respective owners. Legacy Scrobbler is not endorsed by or affiliated with Last.fm or Apple Inc.