Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosama/yawmp
Yet another web music player (play your music with a browser)
https://github.com/ryosama/yawmp
music-player php webapp
Last synced: 23 days ago
JSON representation
Yet another web music player (play your music with a browser)
- Host: GitHub
- URL: https://github.com/ryosama/yawmp
- Owner: ryosama
- Created: 2014-04-30T11:42:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T06:54:54.000Z (over 9 years ago)
- Last Synced: 2023-09-09T23:10:20.677Z (over 1 year ago)
- Topics: music-player, php, webapp
- Language: PHP
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YAWMP
=====Yet Another Web Music Player
Play your music with a browser, anywhere.
Browser compatibility
=====================
- Firefox
- Chrome
- Android browserAudio codec compatibility
=====================
- MP3
- OGG
- more to come...Technology
==========
- HTML5
- Full ajax
- JQuery
- Bootstrap
- Fontawesome (no images in the application)
- PHP5
- PHP lib "getid3"
- SQLiteInstall
=======
- Install a Web server
- Install a PHP environnement
- Enable openssl extension on PHP (only needed for version checking)
- Copy the project files to your "www/choose_a_name" web directory
- Create some alias in your web server for your songs.
Your songs should be stream by your web browser.
Example :
I have songs in "D:/personal/music/"
I create an Alias in Apache web serverAlias /songs "D:/personal/music/"
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
Require all granted
In my browser now I can view my songs in http://myserver/songs/
- Launch your browser and go to http://myserver/yawmp/
- Follow the Wizard install instructions
- Go to "www/choose_a_name/bin" and launch "build_database.php"
- Your songs will be index (can take a while)
- Your ready to listen music at http://myserver/yawmp/