Hunsu

Results 23 comments of Hunsu

I have found two library that support python 3. https://github.com/LordSputnik/mutagen and https://code.google.com/p/stagger/.

I planing to do it too! Have you written some code that could help me as you are saying that you used mutagen before?

I have implemented this and the changed the search method. The search method as next : - Look if there's lyrics in audio tag (only for mp3 and ogg files)...

So to make a pull request I must fork you project? I will do it when I have some time. Are you ok with the new search method?

Perhaps you are trying to play audio format that are not supported by your browser. I can't play lossless formats too. It's a browser issue.

Thats's what I'm searching for but my idea is to make write a costume class let's say Query, and have this functions: String getRawResponse() it return the raw response of...

I have started this. I succeeded to get the watchlist but I have to add some improvements. Edit: While trying to do this I encountered many issues. Here's how I...

I'm willing to help, I just want to be sure about what we will do. Here's how I see how to program queries: 1- Each query class will have a...

Ok I will do it this evening, normally I will have time.

- Your idea is better with enum for typesafe arguments. - I used setter to be able to parse the json response (if I remember well this is how Jackson...