Skip to content

mascherone108/MotionBox

 
 

Repository files navigation

MotionBox

azure travis appveyor GPLv3

MotionBox is a video player designed for the Internet.
Built to access and browse decentralized video sources.
Built to load and play multiple video resources.
omega is building MotionBox to empower people.

MotionBox Video Browser

Video Browser

MotionBox accesses videos directly via DuckDuckGo.
It streams Torrents, Youtube, Dailymotion, Vimeo and SoundCloud.
All of this inside multiple tabs and without ever showing an ad.

For Motion Freedom

  • Freedom to access video resources on the Internet.
  • Freedom to browse decentralized video sources.
  • Freedom to share video content with the world.

Technology

MotionBox is built in C++ with Sky kit.
Sky is built on the Qt framework.
The GUI uses QML. The player uses VLC and libtorrent.

Platforms

  • Windows XP and later.
  • macOS 64 bit.
  • Linux 32 bit and 64 bit.
  • Android 32 bit and 64 bit (experimental).

Requirements

On Windows:

Recommended:

3rdparty

You can install third party libraries with:

sh 3rdparty.sh <win32 | win64 | macOS | linux | android>

Configure

You can configure MotionBox with:

sh configure.sh <qt4 | qt5 | clean> <win32 | win64 | macOS | linux | android> [sky]

Build

You can build MotionBox with Qt Creator:

Or the build script:

sh build.sh <qt4 | qt5 | clean> <win32 | win64 | macOS | linux | android> [deploy]

Or the console:

qmake -r
make (mingw32-make on Windows)

Deploy

1. Generate the qrc file:

cd dist
sh generate.sh <qt4 | qt5 | clean> <win32 | win64 | macOS | linux | android> [deploy]

2. Build MotionBox:

qmake -r "DEFINES += SK_DEPLOY" "RESOURCES = dist/MotionBox.qrc"
make (mingw32-make on Windows)

3. Deploy MotionBox:

sh deploy.sh <qt4 | qt5 | clean> <win32 | win64 | macOS | linux | android>

License

Copyright (C) 2015 - 2020 MotionBox authors united with omega.

Authors

GNU General Public License Usage

MotionBox may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation and appearing in the LICENSE.md file included in the packaging of this file. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl.html.

About

Video Browser for Motion Freedom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 80.5%
  • C++ 12.5%
  • Shell 4.1%
  • QMake 2.9%