Giter Site home page Giter Site logo

biligui's Introduction

BiliGui Logo

BiliGui

BiliGui is an all-in-one frontend for all the Bilibili black magic in Linux world.

It's written in ruby + Qt and highly modular, eg: using BiliDan as player backend (further callback mpv), Biligrab as download module and a lot more.

BiliGui Screenshot

Features

  • It's the 1st GUI program for bilibili.tv under Linux!
  • No more Flash!
  • Callback a powerful media player (mpv) to actually play videos, so hardware decoding is possible
  • You can place your bilidan elsewhere
  • Multi URL/bangou support
  • Mix-paste URL/bangou, as you like
  • Load/save playlists (in m3u8, a popular format) so you can share w/ friends or backup yourself
  • Continously play, so you can paste once and watch a looooong time, and don't need to bother switch tabs (like what you do in a browser)
  • Autosave, you don't need to worry about losing anything!
  • Theming support
  • I18n ready

Installation

You need ruby, qtbindings and gettext gems.

If you have rvm, run

rvm install ruby-2.1.4
gem install qtbindings (need libqt4-devel and libQtWebKit-devel installed)
gem install gettext

If you're using openSUSE, which is the best distribution ever, just add devel:languages:ruby:extensions repo and run:

sudo zypper in rubygem-qtbindings rubygem-gettext (ruby is already installed because of YaST installtion)

bilidan, danmaku2ass are also required (because we're just a GUI), please refer to their github pages to see related dependencies.

Optional

Destkop integration

Place BiliGui.desktop anywhere that is easy to you.

Remeber to edit the absolute paths in BiliGui.desktop

NOTE the "Exec=" field is important!

If you're using rvm, you should keep it the way it is, which is:

rvm use 2.1.4 do /absolute/path/to/your/biligui.rb/installation

If you're using system ruby and qtbindings gem, you should change it to:

/usr/bin/ruby /absolute/path/to/your/biligui.rb/installation

Or the .desktop file will not run.

I18N

If you're using rvm, please put the mo file(s) to path like:

~/.rvm/gems/ruby-2.1.4/gems/gettext-3.1.4/locale/zh/LC_MESSAGES/BiliGui.mo

instead of system-wide directory like /usr/share/locale/zh_CN/LC_MESSAGES, or you won't see language changed.

License

MIT

biligui's People

Contributors

marguerite avatar

Watchers

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