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

Compiled version? #22

Open
donmega opened this issue Dec 14, 2015 · 13 comments
Open

Compiled version? #22

donmega opened this issue Dec 14, 2015 · 13 comments
Milestone

Comments

@donmega
Copy link

donmega commented Dec 14, 2015

Will there be an compiled version? (.exe)?

Thx :). Can't wait to check your project out ;)

@UkeHa
Copy link

UkeHa commented Dec 14, 2015

This is just a wrapper to communicate with Deezer's API via .net - so no .exe

@projectgoav
Copy link
Owner

As said, this project is a library which allows you to use the Deezer API with a .NET library.

People who wish to use the library will be the ones to write the .exe program, and reference this library in it.

If you're looking for the compiled version of this library (.DLL) it can be found on Nuget or you'll have to clone this repository and build it yourself!

@UkeHa
Copy link

UkeHa commented Dec 14, 2015

I'm currently looking into using this as a way to create a little player for myself. I might release it afterwards.. we'll see.

@projectgoav
Copy link
Owner

@Zoba273 have you tried the newest version yet? Does it seem any easier to use?

@UkeHa
Copy link

UkeHa commented Dec 14, 2015

@projectgoav i haven't had the chance due to my work. I'll have a look and will give you feedback ASAP.

@projectgoav
Copy link
Owner

Awesome, no hurry. If you wait an hour or so, I'll upload a new version with a few fixes.

@donmega
Copy link
Author

donmega commented Dec 15, 2015

@Zoba273 Can't wait to check your player :). Good luck!

@UkeHa
Copy link

UkeHa commented Dec 15, 2015

@donmega i wouldn't hold my breath, tho. I'll see how much time i can get to code 👍

@UkeHa
Copy link

UkeHa commented Dec 20, 2015

@projectgoav - i really like the new build!
So, now i'm ready to read every data there is to the artist,albums, coverart etc. but how am i supposed to play the real music files? The only thing remotely usable would be the URL to the Deezer-page does that work?

@projectgoav
Copy link
Owner

I've been trying to find a solution for this. You are provided with a stream link when looking at the service information, but I'm not sure how to use that to play the particular track. I'll have another look into it soon.

@projectgoav
Copy link
Owner

@Zoba273 - The docs for the API say that via the Deezer API, only 30sec previews are available. Streaming has to be done seperately I think. The javascript SDK has a player which provides full-length streams by passing track IDs to it.

@donmega
Copy link
Author

donmega commented Dec 22, 2015

@projectgoav

The guys at https://github.com/MBach/Miam-Player did find a way to play full tracks.

@projectgoav
Copy link
Owner

@donmega - Thanks for that. I've had a look, but it simply is a wrapper around the Javascript SDK player. It opens a hidden web-view which plays the music in the background. I'd need to examine the Deezer SDK source and re-write their player in C# to include it in this library I think.

EDIT: I've had a look at the Android/Java version of the Deezer SDK. Looks to like like they play music through the Deezer App, as you're supposed to have the Deezer application installed on your device to use an app with the Android SDK.

@projectgoav projectgoav modified the milestones: 4.3, 5.X Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants