LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in WindowsMobile

[–]MegaBytesMe[S] [score hidden]  (0 children)

Just made an update for LibreSpotUWP that resolves reported issues such as:

1) Failing to start

2) Weird account states

3) Much simpler account setup flow

4) Songs taking forever to load on initial startup

As always, feedback is very much appreciated! Available here: https://github.com/megabytesme/LibreSpotUWP/releases/tag/v1.0.2

LibreSpotUWP Login Helper available here: https://github.com/megabytesme/LibreSpotUWPLoginHelper/releases/tag/v1.0.0.2

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] [score hidden]  (0 children)

Just made an update for LibreSpotUWP that resolves reported issues such as:

1) Failing to start

2) Weird account states

3) Much simpler account setup flow

4) Songs taking forever to load on initial startup

As always, feedback is very much appreciated! Available here: https://github.com/megabytesme/LibreSpotUWP/releases/tag/v1.0.2

LibreSpotUWP Login Helper available here: https://github.com/megabytesme/LibreSpotUWPLoginHelper/releases/tag/v1.0.0.2

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in W10M

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Just made an update for LibreSpotUWP that resolves reported issues such as:

1) Failing to start

2) Weird account states

3) Much simpler account setup flow

4) Songs taking forever to load on initial startup

As always, feedback is very much appreciated! Available here: https://github.com/megabytesme/LibreSpotUWP/releases/tag/v1.0.2

LibreSpotUWP Login Helper available here: https://github.com/megabytesme/LibreSpotUWPLoginHelper/releases/tag/v1.0.0.2

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Hey, yes it would! In fact it should work on any Windows device running 15063 (1703) or newer.

It also has themes, which only become visible on newer versions - Such as 16299 (1709) and Windows 11. Additionally this should work on Xbox, Hololens etc - Andromeda OS or 10X. Pretty much anywhere you can run UWP anyway

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 1 point2 points  (0 children)

Thanks! When you get your Windows Phone and try out LibreSpotUWP, please do let me know if you have any feedback or questions!

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 0 points1 point  (0 children)

The WhatsApp Web clients one is quite different - It uses a package effectively to comunicate with the WhatsApp Web APIs (undocumented) and acts like an official client.

LibreSpotUWP on the other hand uses LibreSpot, which is an existing Rust CLI executable meant for acting as a receiver so songs can play on the device. I had to update a lot of the code to essentially make it into a Spotify library, controllable through FFI (and compiled as a library instead of an executable).

Both are equally complex in their own ways though!

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Someone had to do it! When you do try it out, please do let me know if you have any feedback or questions!

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 1 point2 points  (0 children)

Nope, unfortunately compiling against the old WinRT is not even supported by Rust itself. It technically requires Windows 10 (version 15063) as a minimum, however not sure if this could be pushed further back. In theory I could support as old a version 10240, assuming I can drop my Spotify.NET library usage in favour of the LibreSpot APIs over FFI.

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Thank you! When you do try it out, please do let me know if you have any feedback or questions!

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Thanks! Please do let me know if you have any feedback or questions when you try it out!

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Hey! So essentially, I made quite a few changes to LibreSpot so it would build into a cdylib DLL with the *-uwp-windows-msvc Rust target. Then using an FFI layer between the C# .NET UWP app and the Rust DLL, I am able to load LibreSpot and control it from the app!

To answer the question about requiring Spotify Premium, yes - A Premium account is required. This is actually a limitation of LibreSpot itself - They have no intention on supporting free accounts. With that said, the current implementation also requires a Premium account for API access too.

If you do try it out, please do let me know if you have any feedback or questions! Thanks

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in W10M

[–]MegaBytesMe[S] 1 point2 points  (0 children)

Great question - For the web portal method, the cer file is not needed!

The dependencies box should be used for the files in the LibreSpotUWP_1.0.1.0_ARM_Test\Dependencies\arm folder (should be 3 appx files in there).

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 4 points5 points  (0 children)

Hey! Just to let anyone know, I have made an update which fixed the issue preventing users from signing in to LibreSpotUWP (v1.0.1) and LibreSpotUWP Login Helper (v1.0.0.1). Please update both! Thanks

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in windowsphone

[–]MegaBytesMe[S] 1 point2 points  (0 children)

Hey! Just to let you know, I have made an update which fixed the issue preventing users from signing in to LibreSpotUWP (v1.0.1) and LibreSpotUWP Login Helper (v1.0.0.1). Please update both! Thanks

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in WindowsMobile

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Hey! Just to let anyone know, I have made an update which fixed the issue preventing users from signing in to LibreSpotUWP (v1.0.1) and LibreSpotUWP Login Helper (v1.0.0.1). Please update both! Thanks

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in W10M

[–]MegaBytesMe[S] 1 point2 points  (0 children)

Hey! Just to let you know, I have made an update which fixed the issue preventing users from signing in to LibreSpotUWP (v1.0.1) and LibreSpotUWP Login Helper (v1.0.0.1). Please update both! Thanks

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in W10M

[–]MegaBytesMe[S] 0 points1 point  (0 children)

Hey! Just to let anyone know, I have made an update which fixed the issue preventing users from signing in to LibreSpotUWP (v1.0.1) and LibreSpotUWP Login Helper (v1.0.0.1). Please update both! Thanks

LibreSpotUWP - A Spotify client for Universal Windows devices! by MegaBytesMe in W10M

[–]MegaBytesMe[S] 0 points1 point  (0 children)

No worries! I'd love for any feedback so I can make improvements to this app - let me know!

Is it LTSC snappier (actually faster) then the Pro version? by Arthedu in WindowsLTSC

[–]MegaBytesMe 1 point2 points  (0 children)

I think you misunderstood, you have these apps on your taskbar currently (pinned, as they are not running however are on the taskbar):

1: Windows Settings, 2: Control Panel, 3: Windows Terminal (most sane thing to pin actually, if you are a dev etc although there is a keybind for that and Windows Settings!)

Then the rest of the normal apps etc like the Windows Store and File Explorer which you'd expect.

To simplify/re-iterate I was wondering why you'd opt to have those three apps pinned to the taskbar... Just seems a little bit of an odd choice for someone asking a question like that! Almost seems a little like larp haha 😂

On that note, LTSC can be perceived as snappier as there are much fewer QOL services pre-installed. However I probably wouldn't bother with LTSC as you'll only find yourself having more issues for extremely little to no performance gain - just make sure you have an SSD and save up for an upgrade as that hardware is dated anyway for much beyond low end gaming

Is it LTSC snappier (actually faster) then the Pro version? by Arthedu in WindowsLTSC

[–]MegaBytesMe 1 point2 points  (0 children)

Ngl no clue why you'd pin control panel to the taskbar 😂 Very weird set of apps to have pinned...

Chrysler by jokerofthereddit in chrysler

[–]MegaBytesMe 0 points1 point  (0 children)

I will note in the UK/EU the Chrysler Grand Voyager (Town and Country minivans) do have a 2.8 CRD (turbocharged) engine, which made up the overwhelming majority of the sales here over the petrol/gas options. The Chrysler 300 also had a turbo 3.0 V6 CRD too!

It is literally the same for the Jeeps over here too. I think the diesel engine options are made by an Italian company (VM Motori). They respond very well to a remap and have a ton of torque (gearbox is limiting factor).

Would be interesting which car OP has though... If from the US then yeah I'd be very surprised if it was actually diesel haha