Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/gmusicprocurator-app
Electron-based desktop integration for GMusicProcurator.
https://github.com/malept/gmusicprocurator-app
audio-player desktop-app electron
Last synced: 4 days ago
JSON representation
Electron-based desktop integration for GMusicProcurator.
- Host: GitHub
- URL: https://github.com/malept/gmusicprocurator-app
- Owner: malept
- License: gpl-3.0
- Created: 2015-05-10T23:53:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T15:52:37.000Z (over 5 years ago)
- Last Synced: 2024-10-24T16:08:28.991Z (14 days ago)
- Topics: audio-player, desktop-app, electron
- Language: JavaScript
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================
GMusicProcurator (the App)
==========================.. image:: https://travis-ci.org/malept/gmusicprocurator-app.svg?branch=master
:target: https://travis-ci.org/malept/gmusicprocurator-appEmbeds the web frontend of a running GMusicProcurator_ web application inside
of an Electron_ shell... _GMusicProcurator: https://gmusicprocurator.readthedocs.org/
.. _Electron: http://electron.atom.io/Building
--------1. Install librsvg (specifically on Debian/Ubuntu, ``librsvg2-bin``).
2. Install ``icnsutils`` (specifically, the package that installs ``png2icns``
- on macOS, it's named ``libicns`` in Homebrew).
3. To build for Windows, install ``icoutils`` (which generates the icon for the
Windows binary).
4. To build for Windows on a non-Windows build machine, install ``wine``, to
properly modify the Windows binaries.
5. Install `GNU Make`_ if it's not already on your system.
6. Clone this Git repository.
7. Run ``npm install``. (Yarn does not work on Linux/Windows because of problems
with optional, OS-specific dependencies.)
8. Build the app for your OS via ``make``. You could try to build for the
non-host OSes, but it's not recommended.Running
-------1. `Install and run GMusicProcurator`_ (with web UI frontend) on the target OS.
2. Run the app in your target OS... _Install and run GMusicProcurator:
https://gmusicprocurator.readthedocs.org/en/latest/install.html
.. _GNU Make: https://www.gnu.org/software/make/