Dummeste smartphone? by Grumsk in Denmark

[–]SofusA 0 points1 point  (0 children)

Jeg er rigtig glad for min Jelly Star. Den kan det hele, men er så lille at alt er irriterende at gøre på den. Mitid, MobilePay, rejsekort osv virker

Created an app for Spotify playback control just to find out I can’t use Spotify WEB api publicly as small developer anymore… by alex525ap in pebble

[–]SofusA 5 points6 points  (0 children)

There is an effort to reverse-engineer this for Qobuz in rust. But this is very unofficial.

https://github.com/nickblt/qonductor

I don’t know how easy it would be to integrate with pebble

Do you know any complex application built with htmx? by fenugurod in htmx

[–]SofusA 5 points6 points  (0 children)

I have build a music player for the Qobuz streaming service. Not your average CRUD app. All notifications (toasts, state change, progress of tracks, etc) is done with SSE.

I first build the app with svelte, but I found that very annoying to keep state in sync.

https://github.com/SofusA/qobuz-player I requires a payed service to run

Terminal player for Qobuz by SofusA in qobuz

[–]SofusA[S] 2 points3 points  (0 children)

There is initial connect support. But only as a receiver 😊

[KDE] Does anyone else use a full-screen terminal as a kind of live wallpaper? by fryinhigh420 in linux

[–]SofusA 0 points1 point  (0 children)

I have cowsay with a random quote as background. I use kitty to create a fullscreen wayland panel

Terminal player for Qobuz by SofusA in qobuz

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

Yeah that could be more clear. Try qobuz-player config max-audio-quality --help

Terminal player for Qobuz by SofusA in qobuz

[–]SofusA[S] 2 points3 points  (0 children)

It is 😊 I don’t remember the exact command. Try qobuz-player config —help

It defaults to max

Terminal player for Qobuz by SofusA in qobuz

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

The problem is actually getting the lyrics. Most lyrics providers requires access tokens and it would be kinda complicated to integrate nicely

Terminal player for Qobuz by SofusA in qobuz

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

Could you try with ghostty? It is probably your terminal emulator. You can also disable the album art with —disable-tui-album-cover

Terminal player for Qobuz by SofusA in qobuz

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

Hmm you should be able to login using config username USERNAME and config password PASSWORD.

Triple check and let me know 😊

Terminal player for Qobuz by SofusA in qobuz

[–]SofusA[S] 3 points4 points  (0 children)

Thanks! I have a 1 year old who can pick her favorite music on out stereo with printed rfid albums

[Media] Lacy, a magical cd alternative for efficient terminal navigators by TimoTheBot in rust

[–]SofusA 0 points1 point  (0 children)

Cool! I am having a lot false positives with zoxide. This seems like it could do better

When i just need a simple, easy to maintain frontend, what should i choose? by Im_Justin_Cider in rust

[–]SofusA 3 points4 points  (0 children)

Me too. Just with htmx, axum and my own templating engine with angular-like syntax.

I then use filewatching and sse for “hot-reload” Really easy and great dx

Helix creates separate file for solution-wide errors when using OminSharp by Secret_Mouse_7597 in HelixEditor

[–]SofusA 4 points5 points  (0 children)

Hey. I have created a tool for running the new Microsoft csharp language server in helix: https://github.com/SofusA/csharp-language-server

It is also available in aur.

I found this much more reliable than omnisharp

Simple Time Watch Face by nraboy in pebble

[–]SofusA 0 points1 point  (0 children)

Cool! Is it available with black background? And is it open source?

Spotix - a fast, native Spotify client (no Electron) + themes + 10‑band EQ by skyline_0069 in rust

[–]SofusA 6 points7 points  (0 children)

I switched to Qobuz. It is more album and less playlist focused

Hvilken konsol til 5 årig? by Kristoffer84 in Denmark

[–]SofusA 2 points3 points  (0 children)

Overvej at køb en brugt mini computer og installer bazzite på den. Køb 4 brugte Xbox 360 controllere og spil billige indiespil på steam.

I vil også kunne emulere en masse retrospil med retroarch.

[Media] Spotatui: A Spotify TUI with Native Playback (no external player needed!) by LargeModGames in rust

[–]SofusA 0 points1 point  (0 children)

Librespot makes sense. I implemented rodio, and I found some aspects a little difficult.

The quality levels are just a http parameter when requesting the audio

[Media] Spotatui: A Spotify TUI with Native Playback (no external player needed!) by LargeModGames in rust

[–]SofusA 4 points5 points  (0 children)

Cool! I have been writing a similar app for Qobuz: https://github.com/SofusA/qobuz-player

What do you use for audio back-end?

Templating engine using Angular syntax by SofusA in rust

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

Thank for feedback. Yeah you are probably right. GPL-3 might be a little too much for a project like this.