Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexbinary/arnold
advanced media center based on VLC and NW.js
https://github.com/alexbinary/arnold
Last synced: 1 day ago
JSON representation
advanced media center based on VLC and NW.js
- Host: GitHub
- URL: https://github.com/alexbinary/arnold
- Owner: alexbinary
- Created: 2015-09-20T17:12:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T14:37:54.000Z (about 9 years ago)
- Last Synced: 2023-10-28T04:50:17.847Z (about 1 year ago)
- Language: JavaScript
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arnold
advanced media center based on VLC and NW.js# Download
You can download a ready-to-use package for MacOSX at http://bintz.io/arnold/arnold-v0.1.0d.app.zip
Windows and Linux are not supported for now.
# Install from source & run
To install from source you need [git](http://git-scm.com/download/mac) and [npm](https://nodejs.org/dist/v5.0.0/node-v5.0.0.pkg).
## Mac OSX
1. Download and install [NW.js](http://nwjs.io)
```
$ wget http://dl.nwjs.io/v0.12.3/nwjs-v0.12.3-osx-x64.zip
$ tar -xf nwjs-v0.12.3-osx-x64.zip
$ cd nwjs-v0.12.3-osx-x64
$ mv nwjs.app arnold.app
```2. Download Arnold's source and dependencies
```
$ git clone https://github.com/alexbinary/arnold.git arnold.app/Contents/Resources/app.nw
$ cd arnold.app/Contents/Resources/app.nw
$ sudo npm install
$ cd ../../../../
```3. Run
```
$ open arnold.app
```Then to update with latest code run :
```
$ cd arnold.app/Contents/Resources/app.nw
$ git pull
$ sudo npm install
```# Licence
Everything public domain.