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

lnkMusic

   0.2.22  

KDE Sound Application

Score 83%
lnkMusic
zoom


lnkMusic
zoom


Link:  Link
Downloads:  1068
Submitted:  Aug 10 2007
Updated:  Oct 20 2007

Description:

This is a new and cool interface for MPD (Music player daemon, www.musicpd.org ). I created it to make a very powerful and easy to use player, just like cool programs like amarok are. It is written in gambas so u need to install it before using lnkmusic.
It has some nice features like playlist sorting and a nice tray system that lets you control mpd by the tray tooltip without having to open the main window.
the tag browser is amarok-like with an integrated search engine.
Try it and enjoy!

Required gambas libs:
gb.qt
gb.net
gb.form
gb.image
gb.setting




Changelog:

NEWS:
* Sun Nov 11 2007 pxpert
- I'm changing all the code structure that manages the connection between mpd and lnkmusic, to make it a separate component. So Other people can easily write their mpd client using this component.
- Anyway in the development (my :P ) version, I've added a very cool playlist manager and I changed the icon theme.
- The future version of lnkmusic will be great (but will be very bug exposed, as I'm changing a very big amount of code), and when I'll complete the core system, I will start working on the gui, I promise :)

* Sat Oct 20 2007 pxpert
- Corrected dynamic tray icon
- Small bug corrected: sometimes the playlist window keeped scrolling even if the dragging method stopped
- Small but important bug corrected: The add function didn't add the files if in between the tags are already present
- Now The riconnection after an error works correctly
- When dragging items with empty playlist the program crashed with a bad row index.
- The playlistinfo in the status bar is correctly viewed

* Mon Oct 15 2007 pxpert
- Compatible with gambas 1.9.90
- The playlist control is now a custom component so it can be easily changed/enhanced
- Made a little order in the Engine sources, now the functions and the variables are more understandable
- Set Standard types for variables: Integer for Positions, Long for songs id
- Changed the way we close the client: Now it's very very clean: if it is connected sends a close command to the server and waits for it for 5 seconds, if the server is too busy to reply the client itself closes the connection
- Changed the playlist management system: Now the prog doesn't need to store all the playlist or the db elements, so the entire program is faster and lighter
- The add/search/playlist getting methods were changed, and now are faster
- Changed the playlist viewer: Now an user can sort by clicking on the columns
- Solved a little bug when adding files from the fileview: now the playlist correctly displays all added files
- the method to move files was totally changed: Now it move only necessary files and in a better way
- Solved some minor bugs (Don't remember what bugs but they were very little :P )

* Thu Aug 23 2007 pxpert 0.1-12
- minor fix

* Mon Aug 20 2007 pxpert 0.1-11
- Added slovak translation. Thanks stettner!
- Now fully compatible with gambas 1.9.50

* Fri Aug 10 2007 pxpert 0.1-9
- Initial release




LicenseGPL
Source(Source package)
other(Sourceforge mirror to the source and binaries)
other(Sourceforge link to the project)
Send to a friend
Subscribe
Other  Content  from PxPert
Report inappropriate content



goto page: prev   1  2 

-

 Gambas 1.9.5

 
 by stettner on: Aug 17 2007
 
Score 50%

I compiled new gambas 1.9.5 and now there raise many errors with this new version.


Reply to this

-

 Re: Gambas 1.9.5

 
 by PxPert on: Aug 19 2007
 
Score 50%

Sorry I was out for holidays!
I haven't compiled gambas 1.9.50 yet, anyway I'll try it and update the changes, with an added translation
Thanks for your signalling!


Reply to this

-

 gambas 1.9.90

 
 by nicohibou on: Oct 13 2007
 
Score 50%

For some reason, it doesn't compile with gambas 1.9.90.

Otherwise it works perfectly well with gambas 1.9.50. Thanks for your work.


Reply to this

-

 Re: gambas 1.9.90

 
 by nicohibou on: Oct 13 2007
 
Score 50%

ha, find a bug. Do you use the sourceforge bug tracker ?

Anyway, here is the bug description.
The 'clear list' button effectively clear the list, but just after that the app crash :
FMain.?.0: #13: Null object


Reply to this

-

 Re: Re: gambas 1.9.9

 
 by nicohibou on: Oct 13 2007
 
Score 50%

In fact the bug appears when I want to remove 2 or more items, what ever the way I do it. Item by item works fine

And if I may suggest some improvement, features:
- be able to use the key DEL to delete en entry
- make the playlist columns resizable
- make the file info panel reflect the item I have selected and not the file being played.

And a last note : it seems that it uses quite a lot of cpu. 15% on my dual core 2GHz. Normal ? Did that happend with older gambas ?

cheers


Reply to this

-

 Re: Re: Re: gambas 1.9.9

 
 by PxPert on: Oct 14 2007
 
Score 50%

Hi, I'll soon (this day) release a new version of lnkMusic with a totally different way to manage playlists so there will not be the error you've just posted ;)
It will be 100% compatible with the last gambas version. Anyway with gambas 1.9.5 it uses 0-1% of cpu (Athlon xp 2600+) so it's strange it uses 15% of your cpu. I'll make some tests :)


Reply to this

-

 Re: Re: Re: Re: gambas 1.9.9

 
 by nicohibou on: Oct 20 2007
 
Score 50%

Tested this last version. It nearly works like a charm. When the playlist is empty, and I want to add the first item of the tag folder, it raises :
CNewGrid.?.0: Bad row index
WARNING: circular references detected
CTagView (1)
FToolTip (1)
FToolBar (3)
CNewGrid (1)
CSlider (2)
FMain (1)
CTag (9)
FExpander (1)
ToolPanelContainer (3)
Expander (1)
ToolPanel (1)


And about the cpu, it still consume 15% of my dual core 2Ghz. But I have tested on another laptop, a simple pentium M 1.6GHz, the process never shows in 'top'. Strange...


Reply to this

-

 Re: Re: Re: Re: Re: gambas 1.9.9

 
 by PxPert on: Oct 20 2007
 
Score 50%

What a stupid bug, I've just fixed it and I'll soon release a bugfix release.
This is a pre-prerelease so it's normal it does not work perfectely!
Thanks for having posted this bug, if you discover other ones please tell me
And for the cpu problem, I think it's a gambas related prob with dual core cpus. I'll make a deeper search!


Reply to this

-

 Re: Re: Re: Re: Re:

 
 by nicohibou on: Oct 20 2007
 
Score 50%

It works fine now. Thanks !



-

 search box

 
 by Rasi on: Jan 19 2008
 
Score 50%

do you think it would be possible to make it independet of the enter key? :P

a little bit like the live search in amarok


Reply to this

-

 hello

 
 by ozky on: Dec 3 2011
 
Score 50%

Is this project dead ? because lastest release it is from 2007 ?


Reply to this

-

 Re: hello

 
 by PxPert on: Dec 3 2011
 
Score 50%

Unfortunately I don't mantain it anymore... I'm no more a gambas developer, just turned to QT + c++ and I don't use mpd anymore, sorry.
I keep the project on kde-apps to let you be free to download the sources and maybe keep it updated!
Cheers


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