Skip to content

Commit

Permalink
release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Nov 16, 2014
1 parent 2d59240 commit 7553657
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions BiliWeb.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/ruby

module BiliWeb

require 'open-uri'
Expand Down
3 changes: 1 addition & 2 deletions BiliWidgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def bilidanPlay

urlText = @urlArea.toPlainText()
urlHash = BiliGuiPlaylist.new(urlText).hash
p urlHash
pathText = @bilidanPath.text()

# validate bilidan.py path
Expand All @@ -230,7 +229,7 @@ def bilidanPlay
p "Now Playing: #{value}"

command = "#{pathText} #{value}"
#@thread.start(command)
@thread.start(command)

end

Expand Down
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
* BiliUrl and Bangou (avXXXXXX) mix paste support
* Playlist now has its own dir
* add demo playlist "demo/demo.m3u8" for developers
* first attempt to provide Web feature
0.0.7
* Asynchronously play (Qt::Process), GUI won't freeze anymore!
* asynchronously play (Qt::Process), GUI won't freeze anymore!
* fix issue#2, disable playButton when there's something playing
* fix: BiliPlaylist::BiliSave can't override old file
* bangou (avXXXXXX) paste support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

It's writtern in `ruby` + `Qt` and highly modular, eg: using `[BiliDan](https://github.com/m13253/BiliDan)`
as player backend (further callback `mpv`), `[Biligrab](https://github.com/cnbeining/Biligrab)` as download module
It's written in `ruby` + `Qt` and highly modular, eg: using [BiliDan](https://github.com/m13253/BiliDan)
as player backend (further callback `mpv`), [Biligrab](https://github.com/cnbeining/Biligrab) as download module
and a lot more.

![BiliGui Screenshot](https://raw.githubusercontent.com/marguerite/BiliGui/master/screenshot.png)
Expand Down

0 comments on commit 7553657

Please sign in to comment.