Git Product home page Git Product logo

djangozik's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

djangozik's Issues

Liste des fonctionnalitées dans Readme.md

Hello !

I just <3 your work !! and am using Djangozik Any time I want to play Ukulele !!

It would be great if you add a "functionnalities" section in your readme.md.

Also a quick walkthrough for the first use can be really appreciated !

Keep the good work !

progress-bar

when you listen to music, the progress bar works when you click on the music of the home page, but not in the filter

Favicon

Add a favicon for web interface. Just for style.

Thx

Share music with other instance

It would be great to have separated instance of DjangoZik that could share some music/folder/whatever between them.

For example: I have a DjangoZic instance running in my place with my music. Another person I know and trust have it's own DjangoZic in its place with its music. I share an auth key (or other kind of stuff) with this person, and I now have its music, still on his server, showed on my DjangoZic instance. Of course, I can user my player to read it.

MetadataGraber error

When running reset.sh, got this error :

...
Superuser created successfully.
Traceback (most recent call last):
  File "./manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/home/alouest/Documents/DjangoZik/venv_django_zik/lib/python3.4/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
    utility.execute()
  File "/home/alouest/Documents/DjangoZik/venv_django_zik/lib/python3.4/site-packages/django/core/management/__init__.py", line 377, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/alouest/Documents/DjangoZik/venv_django_zik/lib/python3.4/site-packages/django/core/management/__init__.py", line 238, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/home/alouest/Documents/DjangoZik/venv_django_zik/lib/python3.4/site-packages/django/core/management/__init__.py", line 41, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File "/home/alouest/Documents/DjangoZik/venv_django_zik/lib/python3.4/importlib/__init__.py", line 109, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 1129, in _exec
  File "<frozen importlib._bootstrap>", line 1471, in exec_module
  File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
  File "/home/alouest/Documents/DjangoZik/djangozik/management/commands/importmusic.py", line 7, in <module>
    from libs.metadataGrabber import MetadataGrabber
  File "/home/alouest/Documents/DjangoZik/libs/metadataGrabber.py", line 44
    print "test function"
                        ^
SyntaxError: Missing parentheses in call to 'print'

Error git pull

Salut, après un git pull, et un reset.sh
Quand je relance le serveur et que je souhaite accéder au http, j'ai cette erreur :
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 119, in get_response
resolver_match = resolver.resolve(request.path_info)
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 366, in resolve
for pattern in self.url_patterns:
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 402, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 396, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/root/scripts/DjangoZik/djangozik/urls.py", line 8, in
from djangozik.views import HomeView, ArtistsView
File "/root/scripts/DjangoZik/djangozik/views.py", line 8, in
from api.client import ApiClient
File "/root/scripts/DjangoZik/api/client.py", line 1, in
import grequests
ImportError: No module named grequests
[22/Jun/2015 15:18:24]"GET / HTTP/1.1" 500 99317
Internal Server Error: /favicon.ico
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 108, in get_response
response = middleware_method(request)
File "/usr/local/lib/python2.7/dist-packages/django/middleware/common.py", line 74, in process_request
if (not urlresolvers.is_valid_path(request.path_info, urlconf) and
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 647, in is_valid_path
resolve(path, urlconf)
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 522, in resolve
return get_resolver(urlconf).resolve(path)
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 366, in resolve
for pattern in self.url_patterns:
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 402, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/usr/local/lib/python2.7/dist-packages/django/core/urlresolvers.py", line 396, in urlconf_module
self._urlconf_module = import_module(self.urlconf_name)
File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module
import(name)
File "/root/scripts/DjangoZik/djangozik/urls.py", line 8, in
from djangozik.views import HomeView, ArtistsView
File "/root/scripts/DjangoZik/djangozik/views.py", line 8, in
from api.client import ApiClient
File "/root/scripts/DjangoZik/api/client.py", line 1, in
import grequests
ImportError: No module named grequests
[22/Jun/2015 15:18:24]"GET /favicon.ico HTTP/1.1" 500 115860

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.