Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simizfo/nowplaying-soundcloud
"Now Playing" is an experimental fullscreen player experience for SoundCloud.
https://github.com/simizfo/nowplaying-soundcloud
soundcloud tampermonkey-script
Last synced: 21 days ago
JSON representation
"Now Playing" is an experimental fullscreen player experience for SoundCloud.
- Host: GitHub
- URL: https://github.com/simizfo/nowplaying-soundcloud
- Owner: Simizfo
- Created: 2020-09-03T13:00:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T13:35:55.000Z (over 4 years ago)
- Last Synced: 2024-11-09T09:39:41.525Z (3 months ago)
- Topics: soundcloud, tampermonkey-script
- Language: JavaScript
- Homepage:
- Size: 408 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Now Playing for SoundCloud
"Now Playing" is an experimental fullscreen player experience for SoundCloud.In its current form, it's a Tampermonkey script, I might make it as a standalone extension later.
This is really a proof of concept, and it's resource-intensive. It needs a lot of optimization work.## Screenshots
![Screenshot1](https://github.com/Simizfo/nowplaying-soundcloud/blob/master/screen0.jpg?raw=true)
![Screenshot2](https://github.com/Simizfo/nowplaying-soundcloud/blob/master/screen1.jpg?raw=true)## Features
- Visualize what you're currently listening to, and the playback state.
- Buttons for playing/stopping, and going to the next/previous song.
- (soon) Seeking## Installation
- Download the js userscript from the releases page, and add it to Tampermonkey.
- You'll see a new button in soundcloud, next to the "Up next" button, press it to open the full screen experience.
- ???
- Profit## What is in this repo
- Two screenshot files (screen0.jpg, screen1.jpg)
- The tampermonkey script (nowplaying.js) <- This is the only one you need
- The source for the html and the linked css file (nowplaying.html, nowplaying.css)## Issues and Suggestions
Please open a ticket if you want to report an issue or ask for a new feature. This is a side project that I'm releasing for the sake of not forgetting it, so don't expect me to fix bugs :P