GithubHelp home page GithubHelp logo

michaelaquilina / gnome-music Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnome/gnome-music

0.0 3.0 0.0 9.41 MB

Music player and management application

Home Page: http://www.gnome.org/

License: Other

Makefile 1.53% Shell 0.19% M4 0.48% CSS 0.53% Groff 0.47% Python 96.79%

gnome-music's Introduction

GNOME Music
===========

Music is the new GNOME music playing application.


=== Where can I find more? ===

We have a wiki page at
https://wiki.gnome.org/Apps/Music

You can join us on the IRC:
#gnome-music on GIMPNet


=== Building from jhbuild ===

Follow the BuildGnome tutorial for newcomers at https://wiki.gnome.org/Newcomers/BuildGnome

After installing jhbuild, you have to build gnome-music and all its dependencies. The task can be done by simply running:
$ jhbuild sysdeps --install gnome-music
$ jhbuild build gnome-music

Finally, start gnome music with:
$ jhbuild run gnome-music


=== Troubleshooting ===

Jhbuild fires import errors for python packages like:
"ImportError: /opt/gnome/lib64/python2.7/site-packages/"
Do:
 $ jhbuild shell
 $ export PYTHONPATH=/opt/gnome/lib/python3.3/site-packages:/opt/gnome/lib64/python3.3/site-packages
 $ gnome-music


=== Coding style ===

GNOME Music is written in Python and aspires to adhere to the coding style described in PEP-8:
https://www.python.org/dev/peps/pep-0008/

Use of docstrings is recommended following PEP-257:
https://www.python.org/dev/peps/pep-0257/

The content of docstrings uses the Sphinx markup style:
http://www.sphinx-doc.org/

Use PyGI shorthands for manipulating GtkTreeModel:
 model[iter][0] = "artist"
 artist, title = model[iter][1, 4]

gnome-music's People

Contributors

vrutkovs avatar kyoushuu avatar seiflotfy avatar sumansai14 avatar marv-cz avatar dmustieles avatar shivanipods avatar piotrdrag avatar gquintard avatar garnacho avatar ishehata avatar yoseforb avatar felipeborges avatar frandieguez avatar prescott66 avatar curiousdtu avatar gcampax avatar manish avatar maiamcc avatar milocasagrande avatar enrico-br avatar ibragimov avatar aurisc4 avatar georgesstavracas avatar fidencio avatar atriwidada avatar gnarula avatar mcatanzaro avatar dooteo avatar dankor avatar

Watchers

James Cloos avatar Michael Aquilina avatar  avatar

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.