Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
a simple web-based, multi-platform music/mp3 player written in python, HTML/CSS and javascript
blast is a simple web-based, multi-platform music/mp3 player written in python, HTML/CSS and javascript.
the easiest way to install blast is by using python setuptools "easy_install" command:
::
$ easy_install blast
you can also install using ez_setup, pip or installing the package directly using setup.py:
::
$ python setup.py install
::
$ cd ~/Music
$ blast
then you can connect to the blast frontend at http://localhost:5000 (or via IP if you're binding externally with -x).
NOTE: if you use flashblock, make sure to whitelist your blast server (otherwise the URLs will simply open as if you clicked them)
blast is primarily keystroke driven. here's a list of the available key commands:
::
v Play
c Toggle Pause
x Stop
j k Next / Previous Track (Google Reader style)
n Next Track (same as j, Google Reader style)
b z Next / Previous Track (Winamp Style)
, . Reverse or Skip Ahead 1 second
{ } Reverse or Skip Ahead 5 seconds
[ ] Reverse or Skip Ahead 30 seconds
0 Reset to 0 position
s Toggle Shuffle
m Toggle Mute
? Toggle Help
r Randomize List
d Debug Mode
when in doubt, you can also hit the "?" key in the UI to see this same help information.
in addition to key commands, you can click on tracks to play/pause and seek around in tracks by clicking on the duration bar.
blast is written with portability in mind. currently the server (the blast CLI) should run anywhere that python can be installed (pretty much everywhere) and the UI should run in most browsers. the UI is also known to work under iOS (e.g. for iPhone/iPad playback) - which means you can stream your large computer-based library to your iOS device over wifi.
tested/verified platforms
- blast server
- OSX python
- Cygwin (Windows) python
- Linux python
- front-end/UI
- OSX chrome
- OSX safari
- OSX firefox
- iOS safari (iPhone/iPad)
- Windows chrome
- Windows firefox
untested, but might work on
blast currently leverages the following open source components to speed development:
blast is open sourced under a simple BSD license. you can find the source code on github:
FAQs
a simple web-based, multi-platform music/mp3 player written in python, HTML/CSS and javascript
We found that blast demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.