Skip to content

Commit

Permalink
BgRadio@spacy01: Update and changes (#1573)
Browse files Browse the repository at this point in the history
* Bgradio@spacy01: Update README.md

Add change log, and update description.

* BgRadio@spacy01: Update pot file

Add new strings and update description.

* BgRadio@spacy01: Update bg.po

New strings and change metadata description.

* BgRadio@spacy01: Update applet.js

 - New tv stream.
 - Fix broken tv streams.
 - Replace vlc player with mpv.
 - Add check for needed packages.

* BgRadio@spacy01: mpv config folder and files

This allows on users to use different player configuration, when using the applet. The main player configuration will stay intact. 

Create input.conf file to disable or change some keys, who can broke the live stream.

* BgRadio@spacy01: Create mpv config

mpv onfig file to disable on screen controls for better experience.

* BgRadio@spacy01: Update description

Update description, add a new player dependency.
  • Loading branch information
spacy01 authored and jaszhix committed Dec 27, 2017
1 parent da1b449 commit ba740eb
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 82 deletions.
27 changes: 14 additions & 13 deletions BgRadio@spacy01/README.md
@@ -1,13 +1,14 @@
Applet for streaming some of the most famous bulgarian radio and tv streams. This applet is completely rewritten previous applet BgRadio@spacy01.

Changes:

- moc player is replaced with vlc player
- it's been added some tv streams
- radio streams have been updated
- more compact menu
- updated localization
- new icons

In order to make tv strems to work, you'll need to install rtmpdump.
Some of the streams are avaivable only from Bulgaria.


Applet for streaming some of the most famous bulgarian radio and tv streams.

Changes 23.12.2017:

- vlc player is replaced with mpv
- radio and tv streams was updated
- Add new tv and radio streams
- Some tv streams was fixed
- mpv and rtmpdump packages check
- Updated localization

In order to make tv and radio streams to work, you'll need to install rtmpdump and mpv. Some of the streams are avaivable only from Bulgaria.
139 changes: 74 additions & 65 deletions BgRadio@spacy01/files/BgRadio@spacy01/applet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion BgRadio@spacy01/files/BgRadio@spacy01/metadata.json
@@ -1,6 +1,6 @@
{
"uuid": "BgRadio@spacy01",
"description": "The most famous bulgarian radio and TV streams. Some of the streams are available only from bulgaria. To watch a TVs, you'll need to install rtmpdump package.",
"description": "The most famous bulgarian radio and TV streams. Some of the streams are available only from bulgaria. To watch a TVs, you'll need to install rtmpdump and mpv packages.",
"name": "Bulgarian Radio and TV Streams",
"last-edited": 1508561972,
"icon": "tvtime"
Expand Down
17 changes: 17 additions & 0 deletions BgRadio@spacy01/files/BgRadio@spacy01/mpv/input.conf
@@ -0,0 +1,17 @@
MOUSE_BTN1 ignore
MOUSE_BTN2 ignore
MOUSE_BTN3 ignore
MOUSE_BTN4 ignore
MOUSE_BTN5 ignore
MOUSE_BTN6 ignore
MOUSE_BTN7 ignore
MOUSE_BTN8 ignore
WHEEL_UP ignore
WHEEL_DOWN ignore
AXIS_UP ignore
AXIS_DOWN ignore
p ignore
q ignore
SPACE ignore
ENTER cycle fullscreen
KP_ENTER cycle fullscreen
1 change: 1 addition & 0 deletions BgRadio@spacy01/files/BgRadio@spacy01/mpv/mpv.conf
@@ -0,0 +1 @@
osc=no
10 changes: 9 additions & 1 deletion BgRadio@spacy01/files/BgRadio@spacy01/po/BgRadio@spacy01.pot
Expand Up @@ -264,14 +264,22 @@ msgstr ""
msgid "Watching The Voice"
msgstr ""

#: applet.js
msgid "Magic TV"
msgstr ""

#: applet.js
msgid "Watching Magic TV"
msgstr ""

#: applet.js
msgid "All Stop"
msgstr ""

#. BgRadio@spacy01->metadata.json->description
msgid ""
"The most famous bulgarian radio and TV streams. Some of the streams are available "
"only from bulgaria. To watch a TVs, you'll need to install rtmpdump package."
"only from bulgaria. To watch a TVs, you'll need to install rtmpdump and mpv packages."
msgstr ""
""
""
Expand Down
12 changes: 10 additions & 2 deletions BgRadio@spacy01/files/BgRadio@spacy01/po/bg.po
Expand Up @@ -262,6 +262,14 @@ msgstr "The Voice"
msgid "Watching The Voice"
msgstr "Гледате The Voice"

#: applet.js
msgid "Magic TV"
msgstr "Magic TV"

#: applet.js
msgid "Watching Magic TV"
msgstr "Гледате Magic TV"

#: applet.js
msgid "All Stop"
msgstr "Всичко е спряно"
Expand All @@ -270,10 +278,10 @@ msgstr "Всичко е спряно"
msgid ""
"The most famous bulgarian radio and TV streams. Some of the streams are "
"available only from bulgaria. To watch a TVs, you'll need to install "
"rtmpdump package."
"rtmpdump and mpv packages."
msgstr ""
"Най-известните български радиа и телевизии. Някои от тях са налични само от "
"България. За да гледате телевизия, ще имате нужда от пакета rtmpdump."
"България. За да гледате телевизия, ще имате нужда от пакетите rtmpdump и mpv."

#. BgRadio@spacy01->metadata.json->name
msgid "Bulgarian Radio and TV Streams"
Expand Down

0 comments on commit ba740eb

Please sign in to comment.