Skip to content

Commit b72dd3b

Browse files
committed
v2019.8.2 fix #22 #23 #24
1 parent 51e21e7 commit b72dd3b

File tree

4 files changed

+36
-14
lines changed

4 files changed

+36
-14
lines changed

DIUserscript.meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
// @icon https://i.imgur.com/vhn9FD6.png
1515
// @grant none
1616
// @run-at document-start
17-
// @version 2019.5.27
17+
// @version 2019.8.2
1818
// ==/UserScript==

DIUserscript.user.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@ This userscript is trying to minimize and block audio and visual advertisement o
1313

1414
### Audio Player
1515
* Confusing the anti-AFK system, so you can let the music run for hours without any human interaction.
16-
* Numeric volume input control for precise tuning.
17-
* Download button for the current playing track
18-
* Play previous track button (DI only)
19-
* Skip current track button (DI only)
20-
* Allowing to manually seek a specific position while playing a track (aka timeline scrubbing)
16+
* Numeric volume input control for precise tuning.
17+
18+
![volume ui](https://i.imgur.com/TmkQ3QT.png "volume ui")
19+
20+
* Download button for the current playing track.
21+
* Play previous track button (DI only).
22+
* Skip current track button (DI only).
23+
* Allowing to manually seek a specific position while playing a track (aka timeline scrubbing).
24+
25+
![player UI features](https://i.imgur.com/yuIvdoX.png "player UI features")
2126

2227
## Compatible webradios
2328

doc/troubleshooting.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,29 @@
33
* Sometimes, chrome and firefox will disable tampermonkey or greasemonkey for some reasons.
44
* Please make sure they are installed and enabled before opening any issue here.
55

6-
## A warning message keeps telling me to update the script
6+
## The script is active but some features are not working
7+
* Some features are only working with an account. This script must run with an account for all features to work best.
8+
* This script is not intended to remove the need to register for a free/premium account.
9+
* Make sure reloading the page after login since it was never intended for the script to be used while NOT logged in and if the login is done in xhr (ajax) or fetch,
10+
a reload might be necessary for things to run smoothly without any bad side effect.
11+
12+
## I get the Enjoy "30 minutes of music" message
13+
* Read above "The script is active but some features are not working"
14+
* From issue #23
15+
16+
## Using a free account, it appears I have access to some premium features like "download playlists" under the section "EXTERNAL PLAYER SETTINGS"
17+
* Since you have not a legitimate premium account, then this is a side effect of the script, without any consequences but if you try to download .pls files, they will contain your listen key attached to your non-premium account and this won't work ultimately.
18+
* It is not possible to make it work this way without a proper, legitimate premium account. (or if it is, I won't bother dealing with this)
19+
* From issue #22
20+
21+
## The use of this Userscript created some errors, what can I do ?
22+
23+
* Read our [Disclaimer page](./disclaimer.md).
24+
* Check this current page for informations already existing regarding your issue.
25+
* Browse the Issue section of the repository to look for some issues already related to your problem.
26+
* You always can open a new GitHib Issue on this repository to kindly ask for help.
27+
28+
## (old) A warning message keeps telling me to update the script
729

830
- - -
931

@@ -44,12 +66,7 @@ Compatibility:
4466

4567

4668

47-
## The use of this Userscript created some errors, what can I do ?
4869

49-
* Read our [Disclaimer page](./disclaimer.md).
50-
* Check this current page for informations already existing regarding your issue.
51-
* Browse the Issue section of the repository to look for some issues already related to your problem.
52-
* You always can open a new GitHib Issue on this repository to kindly ask for help.
5370

5471

5572
- - -

0 commit comments

Comments
 (0)