LibreSpotUWP v1.0.3
Release Notes
In this release, I have added:
- Live Tile support (with ability to click-through on the random tiles):
- Now Playing
- Recent Songs
- Recent Artists
- Recent Playlists
- Recent Albums
- Random Artist
- Random Playlist
- Random Album
- Random Spotify Playlist
- Profile
- Bugfix - Prevent services from initialising more than once (if user opens app twice, via live tile or app draw etc)
- Refinement - Improved Media Bars (narrow and wide layout) content updates
- Bugfix - Improved offline launch reliability
- Bugfix - Fixed ANSI text encoding issues (migrated to UTF-8)
- Sign-in improvement - Spotify Free accounts are now detected and rejected with a clear Spotify Premium requirement message
- SMTC Refinement - SMTC now uses offline album art cache instead of remote URLs
- Bugfix - Prevent repeated API usage when offline (caused skipping issues and stuttering in songs)
- Refinement - Massively improved reliability during offline playback, so playback does not get interrupted during poor internet connections
- Added settings to control online to offline transition playback - Random song, next available song and wait for internet
- Optimised problematic API calls with backoffs
- Refactor - Improved consistency of all logging within the app
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 :-)
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.
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.3.0_ARM_Test.zip |
Windows 10 Mobile, Windows RT Devices |
| ARM64 | LibreSpotUWP_1.0.3.0_ARM64_Test.zip |
Copilot Plus PCs, HoloLens 2, Surface Duo, WoA, Snapdragon or Microsoft SQ1-SQ3 |
| x86 | LibreSpotUWP_1.0.3.0_x86_Test.zip |
Older PCs (typically with 4GB RAM or less), emulators, HoloLens 1 |
| x64 | LibreSpotUWP_1.0.3.0_x64_Test.zip |
Modern PCs |
How do I login?
To log in, 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. Alternatively use the "Sign in with text" option if you are on a PC! Then copy the text from the LibreSpotUWP Login Helper app.
This version of LibreSpotUWP is compatible with LibreSpotUWP Login Helper v1.0.0.3.
Full Changelog: https://github.com/megabytesme/LibreSpotUWP/compare/v1.0.2..v1.0.3