Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous Track Button missing (non-di) #42

Closed
lethak opened this issue Oct 1, 2020 · 1 comment
Closed

Previous Track Button missing (non-di) #42

lethak opened this issue Oct 1, 2020 · 1 comment
Labels

Comments

@lethak
Copy link
Owner

lethak commented Oct 1, 2020

Steps:

  • Load platform. ex: https://www.zenradio.com/
  • Play audio from a channel hero page.
  • Skip track
  • Observe: no previous track button.
@lethak lethak added the bug label Oct 1, 2020
@lethak
Copy link
Owner Author

lethak commented Oct 2, 2020

A fix will be included in the next release.

lethak added a commit that referenced this issue Oct 14, 2020
…e/v2020.10.642)

🎉 This release is now having every feature envisioned when starting this little script, with more added along the way ! 🎉

All platforms:
* Userscript (meta): Added some @grant directives like GM_setValue and GM_getValue in order to save user preferences & script settings regardless of localStorage
limitations. This will likely require an agreement click from the user when tampermonkey updates the script to this version.
* Userscript (UI): Added a new custom UI screen to manage script settings and feature oup-out. Accessible via the "DIUserscript" menu entry for each site. (issue #15)
* Userscript (initialization): Fixed a case where the script would not load properly into the page when the DOM was already loaded.
* Player (browser global media controls): Added support for navigator.mediaSession, making Global Media Controls available with skip and previous track buttons. (issue
* Player (play previous track button): Fixed a bug where the button would not show up or work as intended while listening to 'Playlists' episodes.
* Player (play previous track button): Converted to VueJS component.
* Player (volume input control): Converted to VueJS component.
* Player (track download button): Adjusted CSS
* Player (track download button): reverted to old track download method when NOT using Tampermonkey. It means those users will not be able to have an automatic
normalized file name for the time being, but can still manually download. (issue #36)
* Documentation: Updated README, Troubleshooting and Disclaimer/FAQ pages

di-only:
* Navigation (UI): Added the "DIUserscript" menu entry for responsive mobile version and small displays.

Non-DI platforms:
* Premium Channels: This new feature will try to unlock otherwise paywalled channels by fooling the client's audio player into thinking you are entilted.
* Visual ads: Removed new "premium" & "trial" slideshow carousel
* Player (play previous track button): Fixed disappearance (issue #42)
* Player (volume input control): Fixed bad CSS alignment (issue #43)
* Navigation (UI): Fixed the "DIUserscript" menu entry not appearing properly.
@lethak lethak closed this as completed Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant