[Ext] Local Music Player

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
bobbyrne01
Posts: 15
Joined: May 28th, 2012, 3:35 am

[Ext] Local Music Player

Post by bobbyrne01 »

Hey guys, first post here with my new addon, its at version 0.9.1 but still less than a month old. Feel free to post any feedback :D

Firefox addon allowing user to listen to music stored on their local system.
https://addons.mozilla.org/firefox/addon/local-music-player/

Features
  • Add and remove music directories to library (stored across sessions)
  • Optional, recursive directory scan
  • Play, pause, previous, stop, next buttons
  • Seek/skip
  • Play single song (default)
  • Repeat all sequentially
  • Randomize
  • Displays currently playing song
  • Volume adjustment controls
  • Mute/unmute button
  • Optional, notification on song start
  • Filter songs using search textfield
  • Share current song via Twitter, Tumblr
  • Default hotkeys provided (+user configurable)

Audio support

Addon uses HTML5 <audio> element, which includes support for:
  • .mp3
  • .wav
  • .ogg

Default hotkeys
  • accel-shift-p .. Play track
  • accel-shift-s .. Stop track
  • accel-shift-right .. Next track
  • accel-shift-left .. Previous track

Locale support
  • bg
  • cs-CZ
  • de-DE
  • en-GB
  • en-US
  • es-ES
  • fr-FR
  • it-IT
  • ja-JP
  • ko-KR
  • pl-PL
  • pt-PT
  • ru-RU
  • sv-SE
  • uk-UA
  • zh-CN
bobbyrne01
Posts: 15
Joined: May 28th, 2012, 3:35 am

Re: [Ext] Local Music Player

Post by bobbyrne01 »

Latest features added to version 0.10.1 ..

  • listing .mp4 files since they might be playable
  • underline current playing track in list
  • toolbar with play/pause, next, stop and previous buttons
  • current playing track name displayed on toolbar
bobbyrne01
Posts: 15
Joined: May 28th, 2012, 3:35 am

Re: [Ext] Local Music Player

Post by bobbyrne01 »

Latest updates in 0.10.6 ..

  • random and repeatAll buttons added to toolbar
  • updating random and repeat badge state
  • show badge on vinyl button if playing
  • progress bar on toolbar updates based on audio element
  • progress bar is clickable
  • zh-CN translation improved

https://addons.mozilla.org/firefox/addo ... ic-player/
sminacapelli
Posts: 2
Joined: January 18th, 2016, 3:03 am

Re: [Ext] Local Music Player

Post by sminacapelli »

Hi.
I installed your addon on Firefox 38.5.0 in my system Red Hat Enterprise Linux 6.7.
Nevertheless I'm not able to play MP3 files in the browser.
For example, clicking on the 'LISTEN' button at http://www.wordreference.com/enit/canvas a popup is displayed with the message:

MP3 playback not supported.
Linux users can install Gstreamer to get support.

I have Gstreamer and Gstreamer plugins already installed on my system:
gstreamer.x86_64 0.10.29-1.el6
gstreamer-ffmpeg.x86_64 0.10.11-1.el6.rf
gstreamer-plugins-bad-free.x86_64 0.10.19-3.el6_5
gstreamer-plugins-base.x86_64 0.10.29-2.el6
gstreamer-plugins-good.x86_64 0.10.23-3.el6
gstreamer-plugins-ugly.x86_64 0.10.16-2.el6.rf
gstreamer-python.x86_64 0.10.16-1.1.el6
gstreamer-tools.x86_64 0.10.29-1.el6

Please, how can I play MP3 on Firefox ?
Thank you.
sminacapelli
Posts: 2
Joined: January 18th, 2016, 3:03 am

Re: [Ext] Local Music Player

Post by sminacapelli »

Sorry, I made a mistake posting a reply here a few minutes ago.
Post Reply