Álvaro

Results 32 issues of Álvaro

A background process taking care of scrapping periodically in batch.

Have a `Club` entity (Model) to store it's info and reuse it. This is particularly useful when fetching geolocation information, do it on a per-event basis would be too expensive.

% grep -nIHR "!" . ./basic_doctests.rst:10:Django's testing framework, so that we don't have to worry about them! I will ./index.rst:5:Welcome to Django Testing Docs's documentation! ./index.rst:10:If you want to help...

Hi everyone, I'm opening this issue to inform you that [token-based authentication](https://github.com/tooxie/shiva-server/pull/137) will be merged soon into shiva's master branch, which means that by default ([can be configured](https://github.com/tooxie/shiva-server/pull/137/files?diff=unified#diff-0)) there has...

Enhancement

They separate the concern of serializing a model, from the resources. Makes code much more readable.

This PR introduces the ability for server to communicate between them. This allows a person to share all her music collection with a friend simply by exchanging some information about...

enhancement

If enabled, it would search for a redis instance where to cache the most used information. Possible configs: ``` python from shiva.cache.drivers import RedisDriver CACHE_DRIVER = RedisDriver CACHE_HOST = 'localhost'...

- [Use headers](http://stackoverflow.com/questions/389169/best-practices-for-api-versioning/6750376#6750376) for versioning - Use [custom content type](https://tools.ietf.org/html/rfc4288#section-3.3) in the `Accept` header to define the version and format - Maybe a [non-standard header](http://stackoverflow.com/questions/2024600/rest-api-versioning-only-version-the-representation-not-the-resource-itself#2028664) as well? - Consider an...

enhancement

It should be possible for a user to share his music with another. If I share my music with you, then my server sends its index of files to yours,...

enhancement

## Web - [CloudTunes](https://github.com/jakubroztocil/cloudtunes) ## Android - [TurtlePlayer](https://github.com/eddturtle/TurtlePlayer) - [Vanilla](https://github.com/kreed/vanilla) (Abandoned) - [kMP](https://github.com/alexdantas/kure-music-player) - [Vidtry](https://github.com/commonsguy/vidtry) (Experimental, abandoned) - [Miro](https://github.com/pculture/miro) - [MediaPlayer](http://developer.android.com/reference/android/media/MediaPlayer.html) class for building a player from scratch.