GithubHelp home page GithubHelp logo

xiboside's Introduction

xiboside

A Xibo Player for Linux (probably other platform where Python, Qt, and MPlayer are available)

Requirements:

xiboside requires Python2, suds, PySide, and MPlayer

On Ubuntu 14.04, this line will satisfy the dependencies:
sudo apt-get install python-suds python-pyside mplayer

.

Running xiboside

xiboside
  The configuration file xiboside_config.json is not exists  
  Creating default configuration...  
  Please edit the 'xiboside_config.json' file and then rerun xiboside again

From the generated configuration, edit the url, serverKey, and cmsTzOffset

  • url: the url of xibo-cms, example: http://myxibohost.com
  • serverKey: the CMS secret key, it should be set on the Setting (http://myxibohost.com/index.php?p=admin) page of the version 1.7 of xibo-cms
  • cmsTzOffset: my timezone is GMT+7, so I put 25200 (7 x 3600), if yours is GMT-7, put -25200
  • You can leave the other parts unless you know what you're doing.

If you have edited the configuration file and placed it on other location, invoke xiboside with:
xiboside -c /path/to/config.cfg

If that /path/to/config.cfg is not there, xiboside will write the default configuration to that file.

Note:
On the CMS, you need to set the display Settings Profile to Android
Display -> Edit -> Advanced -> Settings Profile -> Android

Spec Notes

Implemented xmds verbs:

  • registerDisplay
  • requiredFiles
  • schedule
  • getFile
  • getResource

Unimplemented xlf handling:

  • layout z-index, region z-index
  • schedule priority
  • schedule ordering (play only the first found schedule)
  • layout background image
  • you tell me...

Supported Media type:

  • Video (always scaled, aspect ratio ignored)
  • Webpage: native, embedded, text, clock
  • Image (always scaled, aspect ratio ignored)

xiboside's People

Contributors

ajiwo 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.