Go to file
j cd18efa40d don't fail in debug 2019-01-10 21:52:49 +05:30
oml don't fail in debug 2019-01-10 21:52:49 +05:30
static recreate list on list change, to avoid doulbe reload if list sort changes too 2017-07-13 10:49:34 +02:00
.gitignore find 2014-05-16 10:06:11 +02:00
COPYING add GPL3 2016-01-30 15:07:00 +05:30
README.md update to python 3.6 2018-04-08 15:46:57 +05:30
config.json autostart 2016-04-14 12:57:45 +02:00
ctl osx is 3.7 now 2019-01-01 00:26:03 +01:00
install add linux arm support: RaspberryPi(armv7l) and aarch64 2016-06-24 12:51:01 +02:00
requirements-shared.txt use mdns for local peer discovery 2016-03-23 12:14:22 +01:00
requirements.txt use mdns for local peer discovery 2016-03-23 12:14:22 +01:00

README.md

Open Media Library

Install

To install the latest release on Linux run:

curl https://git.0x2620.org/openmedialibrary.git/HEAD:/install | python3

on Mac OS X download this:

http://downloads.openmedialibrary.com/Open%20Media%20Library.dmg

Networking

Open Media Library uses Tor to connect to other peers. If required Open Media Library will install its own version of Tor Browser.

Development

Now checkout the source and prepare for use:

mkdir openmedialibrary
cd openmedialibrary
git clone https://git.0x2620.org/openmedialibrary.git
ln -s openmedialibrary/ctl ctl
./ctl init

# and start it
./ctl debug

To update to latest version:

./ctl update

On Linux you need a working python3.6 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:

apt-get install python3.6 python3-pil python3-lxml \
                python3-openssl python3-crypto poppler-utils \
                libevent-2.0-5

Platform

If you install Open Media Library on a architecture/os that is currently not supported, you need a working python 3.6 installation and the dependencies listed in requirements.txt and requirements-shared.txt:

pip3 install -r requirements.txt
pip3 install -r requirements-shared.txt