[GH-ISSUE #31] Linux #664

Closed
opened 2026-03-01 17:29:01 +03:00 by kerem · 10 comments
Owner

Originally created by @viplo on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/31

Hello,
Is there a way to run this on Linux?
Thanks

Originally created by @viplo on GitHub (Jul 22, 2025). Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/31 Hello, Is there a way to run this on Linux? Thanks
kerem closed this issue 2026-03-01 17:29:01 +03:00
Author
Owner

@afkarxyz commented on GitHub (Jul 22, 2025):

Run the code directly, making sure python is installed along with its dependencies.

<!-- gh-comment-id:3102313790 --> @afkarxyz commented on GitHub (Jul 22, 2025): Run the code directly, making sure python is installed along with its dependencies.
Author
Owner

@afkarxyz commented on GitHub (Jul 22, 2025):

pip install httpx mutagen PyQt6 pyotp requests packaging httpx[http2]
<!-- gh-comment-id:3102328928 --> @afkarxyz commented on GitHub (Jul 22, 2025): ```bash pip install httpx mutagen PyQt6 pyotp requests packaging httpx[http2] ```
Author
Owner

@viplo commented on GitHub (Jul 23, 2025):

Thanks, I could launched it..
I still have an issue with Tidal requesting httpx while it is installed
$python3 -c "import httpx; print('httpx is installed and working')"
httpx is installed and working

I also have an error with Deezer
Error: Deezer download failed

Cool if you have an idea, otherwise it is enough with Quobuz right now
Cheers

<!-- gh-comment-id:3109651856 --> @viplo commented on GitHub (Jul 23, 2025): Thanks, I could launched it.. I still have an issue with Tidal requesting httpx while it is installed $python3 -c "import httpx; print('httpx is installed and working')" httpx is installed and working I also have an error with Deezer Error: Deezer download failed Cool if you have an idea, otherwise it is enough with Quobuz right now Cheers
Author
Owner

@viplo commented on GitHub (Jul 23, 2025):

Sorry I got it for Tidal, missing h2

<!-- gh-comment-id:3109686363 --> @viplo commented on GitHub (Jul 23, 2025): Sorry I got it for Tidal, missing h2
Author
Owner

@afkarxyz commented on GitHub (Jul 23, 2025):

Please install pip install httpx[http2]

Image
<!-- gh-comment-id:3111231771 --> @afkarxyz commented on GitHub (Jul 23, 2025): Please install `pip install httpx[http2]` <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/c367313c-42fc-451f-8511-b80bf90c93f8" />
Author
Owner

@afkarxyz commented on GitHub (Jul 23, 2025):

Please update to v4.1, I have fixed Deezer.

<!-- gh-comment-id:3111297635 --> @afkarxyz commented on GitHub (Jul 23, 2025): Please update to v4.1, I have fixed Deezer.
Author
Owner

@Moose1005 commented on GitHub (Jul 24, 2025):

Please update to v4.1, I have fixed Deezer.

doing gods work haha

<!-- gh-comment-id:3113861606 --> @Moose1005 commented on GitHub (Jul 24, 2025): > Please update to v4.1, I have fixed Deezer. doing gods work haha
Author
Owner

@viplo commented on GitHub (Aug 6, 2025):

Thank you so much @afkarxyz

<!-- gh-comment-id:3160579501 --> @viplo commented on GitHub (Aug 6, 2025): Thank you so much @afkarxyz
Author
Owner

@viplo commented on GitHub (Aug 7, 2025):

few more module has to be installed with the version 4.3:
qdarktheme or pyqtdarktheme-fork in my case
requests
packaging
PyQt6
pyotp
mutagen
But on Qobuz track are limited to 30s...
Deezer works perfectly!

<!-- gh-comment-id:3163157211 --> @viplo commented on GitHub (Aug 7, 2025): few more module has to be installed with the version 4.3: qdarktheme or pyqtdarktheme-fork in my case requests packaging PyQt6 pyotp mutagen But on Qobuz track are limited to 30s... Deezer works perfectly!
Author
Owner

@afkarxyz commented on GitHub (Aug 7, 2025):

Try another region for the qobuz. Because it is beyond my authority. Problems with the server side.

<!-- gh-comment-id:3163311647 --> @afkarxyz commented on GitHub (Aug 7, 2025): Try another region for the qobuz. Because it is beyond my authority. Problems with the server side.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiFLAC#664
No description provided.