Git Product home page Git Product logo

Comments (13)

UkeHa avatar UkeHa commented on August 28, 2024

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

from e.deezer.

projectgoav avatar projectgoav commented on August 28, 2024

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!

from e.deezer.

UkeHa avatar UkeHa commented on August 28, 2024

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.

from e.deezer.

projectgoav avatar projectgoav commented on August 28, 2024

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

from e.deezer.

UkeHa avatar UkeHa commented on August 28, 2024

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

from e.deezer.

projectgoav avatar projectgoav commented on August 28, 2024

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

from e.deezer.

donmega avatar donmega commented on August 28, 2024

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

from e.deezer.

UkeHa avatar UkeHa commented on August 28, 2024

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

from e.deezer.

UkeHa avatar UkeHa commented on August 28, 2024

@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?

from e.deezer.

projectgoav avatar projectgoav commented on August 28, 2024

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.

from e.deezer.

projectgoav avatar projectgoav commented on August 28, 2024

@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.

from e.deezer.

donmega avatar donmega commented on August 28, 2024

@projectgoav

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

from e.deezer.

projectgoav avatar projectgoav commented on August 28, 2024

@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.

from e.deezer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.