-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0460f41
commit cab0a0f
Showing
5 changed files
with
48 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
[Destkop Entry] | ||
Type=Application | ||
Name=Bilibili for Linux | ||
Name[zh_CN]=哔哩哔哩 | ||
GenericName=Bilibili for Linux | ||
GenericName[zh_CN]=哔哩哔哩 | ||
Comment=Watch videos from bilibili.tv | ||
Comment[zh_CN]=观看 B 站视频 | ||
Exec=/home/marguerite/Public/danmaku2ass/BiliGui.rb | ||
Exec=/home/marguerite/Public/BiliGui/BiliGui.rb | ||
Icon=/home/marguerite/Public/BiliGui/bilibili.png | ||
Terminal=false | ||
Type=Application | ||
Categories=AudioVideo;Video;Player; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
0.0.2 | ||
* decouple BiliDan and BiliGui | ||
* add an option to choose Bilidan.py | ||
* implement the error reporting system | ||
0.0.1 | ||
* initial commit | ||
* pretty basic, just paste a URL and calls BiliDan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
== BiliGui == | ||
## BiliGui | ||
|
||
Bilibili GUI for [BiliDan](https://github.com/m13253/BiliDan) | ||
|
||
=== Installation === | ||
### Installation | ||
|
||
You need ruby-qt. In openSUSE | ||
You need ruby-qt. In openSUSE `sudo zypper in ruby-qt` will do the work | ||
|
||
zypper in ruby-qt | ||
#### Optional | ||
|
||
will do the work | ||
|
||
Then put BiliGui.rb to the same directory as your BiliDan goes. | ||
|
||
And place BiliGui.desktop anywhere that is easy to you. | ||
Place BiliGui.desktop anywhere that is easy to you. | ||
|
||
Remeber to edit the absolute paths in BiliGui.desktop | ||
|
||
=== License === | ||
### License | ||
|
||
MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
* capture console output in real time and print them on the GUI | ||
* get exitStatus of the command then run next URL (multi URL paste support) | ||
* load URLs from a file and save currently pasted URLs to a file | ||
* separate BiliDan and BiliGui's locations | ||
<del>* decouple BiliDan and BiliGui's locations</del> Done! | ||
* let error message fade out | ||
* config file system to avoid choose bilidan everytime! |