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

Smart DJ

   0.6.0  

Amarok Script

Score 79%
Smart DJ
zoom


Smart DJ
zoom


Smart DJ
zoom


Link:  Link
Downloads:  6388
Submitted:  Nov 18 2005
Updated:  Dec 29 2005

Description:

Smart DJ lets you find tracks based on how similar they sound to each other. It can also automatically add new tracks to your playlist based on how similar they are to what you've been listening to.

In addition to PyQt, this requires songanalysis (0.4.0 or higher), python-commandsplus, python-extattr, python-Observable and python-amarok (these last two are new dependencies) which can be found at

http://rudd-o.com/projects/

(the RPM packages have been linked here for your convenience, and will work if you have Fedora Core 4; the source packages are available at the aforementioned URL, and packages for other distributions may be found in the comments section of this page, thanks to very thoughtful and considerate individuals).

Songanalysis requires the GNU Scientific Library (package named libgsl or gsl, depending on your operating system), mpg321 (package mpg321) and ogg123 (package vorbis-tools).




Changelog:

- Fixed various bugs
- Functionality was split into separate libraries which can be used standalone now




LicenseGPL
Source(Smart DJ script)
Fedora(Required: songanalysis 0.4.0 (RPM package))
Fedora(Required: python-commandsplus (RPM package))
Fedora(Required: python-extattr (RPM package))
Fedora(Required: python-Observable (RPM package))
Fedora(Required: python-amarok (RPM package))
Send to a friend
Subscribe
Other  Content  from RuddO
Report inappropriate content



goto page: prev   1  2  3  4  5  6 

-

 needed dependencies

 
 by lemmy04 on: Apr 18 2007
 
Score 50%

just to let you guys know,

i have all the needed dependecies that dont come with suse by default in http://software.opensuse.org/download/home:/lemmy04/



have fun


Reply to this

-

 Smart DJ on 64-bit

 
 by Klostpret on: Dec 22 2007
 
Score 50%

When I compiled songanalysis on 64bit it didn't work.
My solution:
Use: ./configure CFLAGS=m32
and then make && make install.
And songanalysis is working great :)
In Amarok, Smart DJś priority queue works, the normal queue doesn't. I'll try to fix that.

Thanks for the software!
Greetings,
Thomas Peter


Reply to this

-

 Smart DJ on 64-bit

 
 by Klostpret on: Dec 22 2007
 
Score 50%

When I compiled songanalysis on 64bit it didn't work.
My solution:
Use: ./configure CFLAGS=m32
and then make && make install.
And songanalysis is working great :)
In Amarok, Smart DJś priority queue works, the normal queue doesn't. I'll try to fix that.

Thanks for the software!
Greetings,
Thomas Peter


Reply to this

-
.

 File Not Found

 
 by xSober on: May 5 2008
 
Score 50%

Hi
i try to run the script, but i get this error:

DEBUG:AnalysisProcess: Analyzer started
DEBUG:AnalysisProcess: Doing one iteration now
DEBUG:amaroK Proxy: calling DCOP method: amarok.collection.query(’select tags.url from tags left join analysis on (tags.u
rl = analysis.url) where analysis.url is NULL limit 1;’)
DEBUG:SuperDynamicModeMonitor: Auto DJ Monitor started
DEBUG:SuperDynamicModeMonitor: Auto DJ Monitor detected config change or just started up, adjusting everything
DEBUG:ContextBrowserUpdater: Context browser monitor started
DEBUG:amaroK Proxy: calling DCOP method: amarok.playlist.shortStatusMessage(’Smart DJ is analyzing your collection’)
INFO:AnalysisProcess: Processing: ./xsober/Musica/Creed/01-Alone.mp3
DEBUG:ContextBrowserUpdater: file is not current context browser, ignoring
ERROR:AnalysisProcess: Something wrong in background song analyzer, thread stopped
Traceback (most recent call last):
File “/home/xsober/.kde3.5/share/apps/amarok/scripts/Smart DJ/AnalysisProcess.py”, line 58, in run
try: self._run()
File “/home/xsober/.kde3.5/share/apps/amarok/scripts/Smart DJ/AnalysisProcess.py”, line 87, in _run
self.processSong(next_song)
File “/home/xsober/.kde3.5/share/apps/amarok/scripts/Smart DJ/AnalysisProcess.py”, line 122, in processSong
date_analyzed = getfattr(file,n_date_analyzed)
File “/usr/lib/python2.4/site-packages/extattr.py”, line 56, in getfattr
raise Exception, “Error in getfattr: %s: %s”%(status,error)
Exception: Error in getfattr: process 3333 exited with status 1: getfattr: ./xsober/Musica/Creed/01-Alone.mp3: No existe
el fichero o el directorio

i think there is a problem with the file’s path, because it’s looking in ./xsober/Musica/Creed/01-Alone.mp3 but the real path is /home/xsober/Musica/Creed/01-Alone.mp3.
is the script running in the /home directory? look that it is, because the path that cause the error is relative to /home , this must be an absolute path…

i using:
Smart DJ-0.6.0
media-sound/amarok-1.4.9.1
media-sound/songanalysis-0.4.0
dev-python/python-amarok-0.1.1
dev-python/python-extattr-0.1.3
dev-python/python-commandsplus-0.2.3
dev-python/python-Observable-0.1.0

thanks for your work!!

bye


Reply to this

goto page: prev   1  2  3  4  5  6 

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