Warning: session_start(): open(/tmp/sess_1j0gd6ts09goud1nb376rd1942, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
BoomBox openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (2) .- Knowledge Base  . 

BoomBox

   0.4.4  

KDE Sound Application

Score 74%
BoomBox
zoom


BoomBox
zoom


BoomBox
zoom


Downloads:  3049
Submitted:  May 30 2004
Updated:  Jan 29 2014

Description:

BoomBox is an audio player with built-in database for easy browsing of local music files. It has no playlist, instead it simply plays songs from current search results. These queries can be saved to give you something like "dynamic playlists". It also has support for queing up songs to be played, replacing much of the need for a playlist.
If you keep your music files well organised, or if you want to listen to songs just downloaded to a temporary folder, you can use the filesystem view (powered by the KIO library from KDE). BoomBox can also keep track of internet radio stations for you. And it can edit id3 tags in a very convenient way. And it can be controlled from another program using MPRIS2.
It does not play video and has no equaliser.
Audio players are a matter of taste, maybe this one suits you?

Full source code available from:
git clone git://boombox.git.sourceforge.net/gitroot/boombox/boombox




Changelog:

2014-01-29, version 0.4.4:
Bug fix release.
- Optimization: use kdeinit for faster app startup
- Alternating background colors in filesystem view.
- Bug fix: now showing track length and current position correctly on mpris2 remote control apps.

2012-12-25, version 0.4.3:
Bug fix release.
- Bug fix: application crash at startup if shuffle was active when you quit before.
- Bug fix: should not be able to edit or enqueue albums in resultview.

2012-10-27, version 0.4.2:
Bug fix release.
- Fix for loading a new song when clicking "play" first thing after application startup, wasn't working with vlc and gStreamer phonon backends.
- Fix for automatically playing next song in playlist when using gStreamer phonon backend.
- Only update "current song" label once playback of next song actually starts, before this fix it was updated a few seconds before.
- Fix 15-20 second delay in startup if kde-telepathy is installed, was causing a dbus-deadlock with the kded daemon.
- Remove icons on song position and volume sliders in main user interface, looks cleaner.

2012-01-27, version 0.4.1:
Bug fix release.
- The "Now Playing" plasma applet now supports Mpris2 dbus interface so I could finally test support for this in BoomBox. Found a couple of issues and fixed those.
- I switched to a dark colour theme and found two places where it was always showing text in black colour. Fixed to follow system palette.

Besides those small problems BoomBox is still working just fine, no problems with the xine and GStreamer phonon backends. VLC backend seems to have issues.. many annoying behaviors when using that.

2011-04-01, version 0.4:
New release with minor fixes:
- Added a Help entry to the BoomBox menu and wrote documentation.
- Added titles to the toolbars, shown when right-clicking on a dockwidget.
- Renamed some actions to sound better
- Added the actions for the collection tab to the shortcuts editor
- Changed the function of "New Playlist" now saves current settings under new name instead of starting a new blank one.
- Compile fix for ubuntu 10.04

This is not a joke!


2011-03-25, version 0.4rc1:
Finally I have something good enough for a release! Took some two years... but during those two years I have also quite happily used it full time for myself.
So now I'm hoping to get some feedback on how this works for everybody else, hopefully it can reach more people thanks to the excellent build service that opensuse provides! Also big thanks to lubos lunak for the nice kde-obs-generator!
Please comment below for any feedback/questions, much appreciated! There is no documentation yet, hoping to have time for that soon (and also hoping that it isn't really needed!)

2009-05-03:
Development on a complete rewrite has started, today I pushed this work into a git repo on the sourceforge project space. Feel free to try it, but remember that it is work in progress. Not yet suitable for everyday usage. Added a screenshot of this new version as a teaser! :)
The rewrite uses KDE4 libraries, phonon, sqlite and taglib.

0.3.1:
Small bugfix release.

0.3:
So... it's been over a year since last release. Sorry for that. But at least now a much improved release is available. Most important changes:

changed to sqlite 3. This means you will need to remove the old database file ($HOME/.boombox/music.db) before starting the new version.

Added tag editing. Quite nice to use, imo.

Added playlist support. Uses a combobox in the main window.

Switched to taglib - Cleaner and makes mp3s get length field filled out.

Lots of fixes with character encodings. Should work now.

General cleanup and restrucuring of alot of code.

Now able to read pls files.

Added tooltips to display meta info in playlist.

Fixed the equalizer. Can actually be used now... =)

Small fixes
Scroll to song playing when pressing "Add & play"
Make browser refresh after db update.
Make mainbar buttons toggle.
Use path in playlists, making them work through db updates.
Fix esc on button in browser.
Show video window when playing video, keep track of user's setting.
URLs should have all their fields filled out.
Install a .desktop file.
use fromUtf8 in bbbackend, xine_get_meta_info

Hope you enjoy it! All feedback very welcome!




LicenseGPL
Arch(Arch PKGBUILD)
Source(BoomBox source tarball)
Arch(Arch package i686 (32 bit))
Arch(Arch package x86_64 (64 bit))
Send to a friend
Subscribe
Other  Content  from sideshow
Report inappropriate content



goto page: prev   1  2  3 

-

 Compilation error and solution

 
 by albbas on: Mar 25 2011
 
Score 50%

When I tried to compile 0.4rc1 I got this error:
boombox-0.4rc1 $ make
[ 2%] Built target doc-handbook
[ 2%] Built target boombox_automoc
[ 5%] Building CXX object src/CMakeFiles/boombox.dir/boombox_automoc.o
In file included from /home/boerre/Dokumenter/src/boombox-0.4rc1/boombox-0.4rc1/src/boombox_automoc.cpp:5:0:
/home/boerre/Dokumenter/src/boombox-0.4rc1/boombox-0.4rc1/src/moc_bbresultview.cpp: In member function ‘virtual int BBResultView::qt_metacall(QMetaObject::Call, int, void**)’:
/home/boerre/Dokumenter/src/boombox-0.4rc1/boombox-0.4rc1/src/moc_bbresultview.cpp:84:72: error: invalid use of incomplete type ‘struct QModelIndex’
/home/boerre/Dokumenter/src/boombox-0.4rc1/boombox-0.4rc1/src/../../src/bbresultview.h:28:7: error: forward declaration of ‘struct QModelIndex’
/home/boerre/Dokumenter/src/boombox-0.4rc1/boombox-0.4rc1/src/moc_bbresultview.cpp:84:72: error: initializing argument 1 of ‘void BBResultView::itemClicked(QModelIndex)’
make[2]: *** [src/CMakeFiles/boombox.dir/boombox_automoc.o] Error 1
make[1]: *** [src/CMakeFiles/boombox.dir/all] Error 2
make: *** [all] Error 2

When I added

#include <QModelIndex>

in src/bbresultview.h boombox compiled.

This was on Kubuntu Natty.


Reply to this

-

 Re: Compilation error and solution

 
 by sideshow on: Mar 26 2011
 
Score 50%

Ok, thanks!


Reply to this

goto page: prev   1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team