GithubHelp home page GithubHelp logo

sandeepsajan0 / gnome-music Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnome/gnome-music

0.0 1.0 0.0 10.96 MB

Music player and management application

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

License: Other

Makefile 1.42% Shell 0.16% M4 0.43% CSS 0.57% Roff 0.40% Python 97.01%

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

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

Watchers

 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.