LibreSpotUWP v1.0.0 (Initial release 🎉)
Pre-releaseLibreSpotUWP v1.0.0 (Initial release 🎉)
LibreSpotUWP is a Spotify client designed with UWP in mind, powered by LibreSpot. It supports Spotify Premium-based accounts, and works with Spotfiy Connect.
Disclaimer: This is an unofficial, third-party implementation of a Spotify client for the Universal Windows Platform (UWP). This project is not affiliated with, endorsed, or sponsored by Spotify AB. Spotify is a trademark of Spotify AB.
Release Notes
This is the initial release of LibreSpotUWP - A Spotify client designed for the Universal Windows Platform. I will note, this requires a Spotify Premium account to function.
I have done my best to avoid leaving any rough edges (especially compared to the prior beta release) - However I am human! If you come across something, please do send feedback so I can improve it! Otherwise this should be a much more refined experience :-)
Only known issue is that it can take upto 60s for a song to play for the first time. After that, song loads take much less time to complete - Especially if it has been cached or persisted. I plan to fix this in a future release.
Installation
To install, make sure you install the dependencies provided first in the ZIP archives.
For PCs
- Unzip the folder and all the contents.
- Open PowerShell
- Change to the directory you unzipped using
cd path/to/folderetc - Run
.\Install.ps1
For Windows 10 Mobile (or CoreOS-based versions of Windows)
You might be able to install the appx simply by opening it - Make sure to do the dependencies first! If that does not work then try this:
- Open
Windows Settingsapp. - Enable
Device Portaland then open the URL displayed. Register the device using the code on screen if required. - In the deploy page, add the appx as the package to install and all the dependencies in the dependencies section.
Which file do I choose?
| Architecture | File Name | Typical Devices |
|---|---|---|
| ARM32 | LibreSpotUWP_1.0.0.0_ARM_Test.zip |
Windows 10 Mobile, Windows RT Devices |
| ARM64 | LibreSpotUWP_1.0.0.0_ARM64_Test.zip |
Copilot Plus PCs, HoloLens 2, Surface Duo, WoA, Snapdragon or Microsoft SQ1-SQ3 |
| x86 | LibreSpotUWP_1.0.0.0_x86_Test.zip |
Older PCs (typically with 4GB RAM or less), emulators, HoloLens 1 |
| x64 | LibreSpotUWP_1.0.0.0_x64_Test.zip |
Modern PCs |
NOTE: Windows 10 Mobile (or users without modern web browser)
If your device does not have a modern web browser (such as Chromium-based Edge) then you'll need to use LibreSpotUWP Login Helper to sign in to Spotify. In the LibreSpot app, you'll see the option to "Sign in with QR Code" - Use this and scan the generated QR code from the LibreSpotUWP Login Helper app.
This version of LibreSpotUWP is compatible with LibreSpotUWP Login Helper v1.0.0.0.
Full Changelog: v0.1.0-beta...v1.0.0