All Projects → DracotMolver → soube

DracotMolver / soube

Licence: MIT license
Music player based on electronjs

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to soube

Lofi Player
🎧 A Lofi Player built with HTML, CSS and Javascript using Parcel as Module Bundler https://lakscastro.github.io/lofi-player
Stars: ✭ 38 (+18.75%)
Mutual labels:  player, music-player, songs, sound
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (+1775%)
Mutual labels:  player, music-player, sound
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+250%)
Mutual labels:  player, music-player, media-player
Libvlc Go
Go bindings for libVLC and high-level media player interface
Stars: ✭ 188 (+487.5%)
Mutual labels:  player, sound, media-player
Swift Radio Pro
Professional Radio Station App for iOS!
Stars: ✭ 2,644 (+8162.5%)
Mutual labels:  player, music-player, sound
Yesplaymusic
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
Stars: ✭ 12,981 (+40465.63%)
Mutual labels:  mac, player, music-player
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+3140.63%)
Mutual labels:  player, music-player, sound
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (+243.75%)
Mutual labels:  mac, player, music-player
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (+1331.25%)
Mutual labels:  mac, player, songs
SwiftAudioPlayer
[WIP] Simple music player for macOS written in Swift
Stars: ✭ 33 (+3.13%)
Mutual labels:  mac, player, music-player
Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (+3112.5%)
Mutual labels:  mac, player, music-player
vue-music-player
🎵 basic music player, keeps your favorite musics
Stars: ✭ 77 (+140.63%)
Mutual labels:  player, music-player, songs
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+581.25%)
Mutual labels:  player, music-player
musique
C'est très élégant
Stars: ✭ 91 (+184.38%)
Mutual labels:  player, music-player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (+3.13%)
Mutual labels:  player, music-player
uos
United Open-libraries of Sound. United procedures for open-source audio libraries. For FPC/Lazarus/fpGUI/MSEgui.
Stars: ✭ 112 (+250%)
Mutual labels:  player, sound
ArgPlayer
An android music player library
Stars: ✭ 52 (+62.5%)
Mutual labels:  player, music-player
Appo-Music
A full-stack clone of the incredible Apple Music online streaming platform, with an aim to re-create it's core features, seamless design, and excellent user experience.
Stars: ✭ 82 (+156.25%)
Mutual labels:  music-player, songs
react-native-vlc-media-player
React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
Stars: ✭ 221 (+590.63%)
Mutual labels:  player, media-player
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (-15.62%)
Mutual labels:  player, music-player

Soube

Soube

This project is not longer maintained

Thanks to all the people who downloaded the application and gave me feedback to improve it. Also, thanks to those who forked the project and those who gave me an start.

Soube was a nice project from where I learned a lot from my mistakes, but for others reasons I stopped working on it for years. I wanted to improve the code, have a better folder structure, following JS best practices, and coding in a clean way (I think you can see that intention on the development branch). But this is not the end. The past years that I didn't work on Soube I was growing up as a developer, specially with JavaScript and some other importants Knowledge like Data Structure. Now I have a little bit of more knowledge that it will help me to bring Soube again but powerful and not only focused on local music file. This new Soube version won't be public until I decide it is stable and good enough to be share it with you all. I won't close this repository, so you are free to use it. Thanks you all!

Soube is a simple and minimalist music player based on Electronjs.

Install it on Windows, Mac & Linux

Soube website

Features

  • Notifications showing what song is played.
  • Auto detection of new songs.
  • Idiom. You can change the idiom of the config panel (Do this before anything).
  • Equalizer.
  • Responsive design.
  • Shorcuts to set play/pause,next, prev and disalbe/enable shuffle.
  • Searching by song.

Linux users

  • For Distributions that don't use rpm or deb extensions, you have to follow the steps below.

Step 1

Extract the files and you will see the next folder:
 * soube-linux-ia32
  or
 * soube-linux-x64

Step 2

  • Move the folder using the next command line.
 sudo mv [Place_where_is_soube_folder]/[soube-linux-ia32 or soube-linux-x64] /opt/soube

step 3

  • Download the soube.desktop file for an icon launcher and move it to this location (or your prefer one):
sudo  [Place_where_is_the_file]/soube.desktop /usr/share/applications

  • Done!. You should be ready to use Soube.

Shortcuts

  • Ctrl + F // Display the searching option
  • Ctrl + Up // Set Play/Pause the song
  • Ctrl + Left // Prev song
  • Ctrl + Right // Next song
  • Ctrl + Down // Switch shuffle
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].