Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track doesn't play, freezes UI #15

Open
jacksongoode opened this issue Nov 16, 2023 · 8 comments
Open

Track doesn't play, freezes UI #15

jacksongoode opened this issue Nov 16, 2023 · 8 comments
Labels
question Further information is requested

Comments

@jacksongoode
Copy link

I'm able to sign in and browse but playback never starts on latest version.
macOS 13.6 M1 Pro

@melgu
Copy link
Owner

melgu commented Nov 17, 2023

Hi!

The UI freezes because the app synchronously tries every song in the playlist and I made the stupid decision back then to do that on the main thread 😅

Do you have a paid account? And if yes, which kind?
I don’t use Tidal myself anymore, so I don’t have a paid account to check.

@melgu melgu added the question Further information is requested label Nov 22, 2023
@jacksongoode
Copy link
Author

Would you like to use my credentials? I'd be happy to support the development in some way!

@melgu
Copy link
Owner

melgu commented Nov 27, 2023

If you would be willing to share your credentials, that would really help out. You can contact me via email ([email protected]) and I’ll check what’s going on.

@melgu
Copy link
Owner

melgu commented Nov 28, 2023

I just checked with your login credentials and the latest version of TidalSwift (0.1-49) and I could play back any song. So maybe you need to update the app. You can get the latest version here. Or maybe you need to log out and log back in.

@jacksongoode
Copy link
Author

jacksongoode commented Nov 28, 2023

Huh, that's curious because it just stalls on selection without showing the song duration. Did you authenticate via token or web?

@melgu
Copy link
Owner

melgu commented Nov 28, 2023

I did authenticate via the web. I added a song and a video to your favorites which definitely worked on my end.

@jacksongoode
Copy link
Author

Yeah, liking tracks also works on my side as well. Maybe there is some issue with the default playback device? I have an M1 (13.6). Could it be that the hardware is different?

@melgu
Copy link
Owner

melgu commented Nov 28, 2023

I'm on an M1 Mac mini running macOS 14.
If you have Xcode installed, you could run clone this repository and run the project directly from Xcode so you can see the console output. Maybe there are some hints there.

What happens when you try to play the song or the video in your favorites?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants