Cloud based music player. Can play both files uploaded on Dropbox/Google Drive or local files.
Current version: 20180101
Features:
- Lightweight
- No account needed
- No data collection, tracking and ads
- Multiple playlists
- Multiple themes
- Multiple languages
- last.fm scrobbling
- Keyboard shortcuts
- Import/Export of both playlists and preferences
- Power Saver function
File support is based on your browser and OS. Noisy supports reading tags for the following formats:
- MP3 (ID3v2.3-2.4)
- OGG
- M4A
- OPUS
Go ahead and try it - https://www.noisyplayer.com/
None. Really. Not even an account - just connect your Dropbox/Google Drive or load local files and start listening to your own songs.
If you want to run the project locally, you'll need yarn
. After you have that setup and running, you just do
yarn start
Note: You may need to run as super user, because project runs on port 80.
sudo yarn start
To run the builder:
yarn build
This should empty the /docs
folder and fill it with the built code from the sources.
- IcoMoon - Used for all the icons in the app.
- DAILY OVERVIEW - Used for the logo.
- RealFaviconGenerator - Used to generate all the different favicons required by the browsers/devices.
- MD5 - MD5 library used for hashing requirement of last.fm.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
For versioning we use ISO 8601 with omitted hyphens (YYYYMMDD).
All changes can be seen in CHANGES.md.
- Tsvetelin Novkirishki - Initial work - metal03326
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details
- foobar2000 - UI inspiration.
- Brian Langenberger - Audio Formats Reference