Warning: session_start(): open(/tmp/sess_sp8j242tgr93v89740vs0o9tk0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
mehdiaplayer 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 (1) .- Knowledge Base  . 

mehdiaplayer

   0.2  

Qt Sound Application

Score 65%
mehdiaplayer
zoom


Link:  Link
Downloads:  639
Submitted:  Jun 23 2009
Updated:  Nov 11 2009

Description:

An audio player inspired by Sonata.
In fact, it's my first project with Qt, I developed it in order to apprehend the Qt framework.

There is work to do on the playlist, and on the settings part, but it's currently usable. (I use it every day)

Depends of :
- Qt >= 4.4
- Phonon




Changelog:

0.2:
- Volume control
- In settings: save playlist on quit
- Bugfix: when a song is removed, the currently played media ID
- Bugfix: the random will not replay the same song
- Bugfix: fixed a bug with the metadata resolver

0.1:
- Normal/small display
- Playlist
- Folder view
- Play audio
- Save playlist, load at startup
- Tray icon/notifications




LicenseGPL
Source(0.2)
Send to a friend
Subscribe
Other  Content  from ukw
Report inappropriate content



goto page: prev   1  2 

-

 bag

 
 by sk-project on: Jun 27 2009
 
Score 50%

last add folder in playlist
next click "Clear"
add new folder in playlist
click "Play"
playing old playlist

(sorry, bad english)


Reply to this

-
.

 Re: bag

 
 by ukw on: Jun 27 2009
 
Score 50%

Fixed :)
Thanks for pointing this out!


Reply to this

-

 Neat!

 
 by Shirakawasuna on: Jun 27 2009
 
Score 50%

I've been looking for something like this (maybe it'll eventually have the option to use mpd?).

I've noticed a couple things you might want to know about, though. First, there's no apparent pause button. If I hit play again, it actually skips to the next song. Actually, 'play' just seems to skip in any situation.

It's also a bit slow when populating the playlist.

I don't mean to criticize, take these as helpful notes!

Also, how does it look for icons? Mine doesn't look nearly as good as yours (I use KDE), even though I'm using a Tango! theme.


Reply to this

-
.

 Re: Neat!

 
 by ukw on: Jun 27 2009
 
Score 50%

Thank you for your constructive comment !
To answer, in order :
I don't think I'll make it able to use MPD, but it's not impossible

Yes I know there is no pause button. The reason is I rarely use 'pause', but it's noticed and I'll add it for a next release. 'Play' will now don't behavior like the next button since 0.1d (thanks for noticing it)

Populating the playlist use the intern Phonon metatag resolver, and my implementation seems a bit slow, but I'm not sure to be able to change this with Phonon, so, maybe I'll use an extern lib to speed this up.

For icons, I use the Qt style, which manage of choosing best icons if you're using KDE,GTK themes. But I currently didn't succeed to use the real icons theme of the desktop. Will work on this too!

Thanks!

PS: I'm not english, sorry if my comment is a pain to read


Reply to this

-
.

 ....

 
 by sk-project on: Jun 27 2009
 
Score 50%

Personally, I really do not have enough play Stream Radio...


Reply to this

-
.

 Re: ....

 
 by ukw on: Jul 24 2009
 
Score 50%

Sorry I'm not a native english speaker, and I'm not sure what do you mean. Do you said that it could be cool to have stream support ?


Reply to this

-
.

 help

 
 by zeront on: Nov 21 2009
 
Score 50%

I began to use QT last week.
After typed "make" command in terminal,I have many output like following text.
MehdiaPlayer.o: In function `MehdiaPlayer::play(int)':
MehdiaPlayer.cpp:(.text+0x1b0): undefined reference to `Phonon::MediaObject::state() const'
Engine.o: In function `Engine::toggleVideo()':
Engine.cpp:(.text+0x78): undefined reference to `Phonon::VideoWidget::setFullScreen(bool)'
Engine.cpp:(.text+0x97): undefined reference to `Phonon::VideoWidget::setFullScreen(bool)'


help
Reply to this

-
.

 Re: help

 
 by ukw on: Nov 22 2009
 
Score 50%

It seems that you have to setup Phonon.


Reply to this

goto page: prev   1  2 

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