ho installato smart dj con le varie dipendenze.
sembra funzionare fino a che non provo a configurare l'auto dj mode: lo script cade miseramente con queste ultime righe come output:
amarok: [ScriptManager] [ERROR!] Smart DJ:
amarok: Failed to open device
qualcuno ha qualche idea?
ciao a tutti.
amarok e smart dj
- Cirry - Alessandro
- Scoppiettante Seguace

- Messaggi: 294
- Iscrizione: mercoledì 21 dicembre 2005, 16:04
- Località: Trento
Re: amarok e smart dj
il programma cosa usa? alsa, JACK audio server o altro...???
off topic...
sono interessato anch io all'installazione di questo programma... come hai fatto? hai usato i pacchetti RPM o hai scaricato il source?
off topic...
sono interessato anch io all'installazione di questo programma... come hai fatto? hai usato i pacchetti RPM o hai scaricato il source?
Re: amarok e smart dj
è uno script che si appoggia ad amarok.
io ho scaricato gli rpm, li ho convertiti con alien e li ho installati..... ma purtroppo non fuziona.
qualcuno sa se può dipendere dalla versione di amarok? io ho la 1.4.3 ma, se non ho capito male, funziona con le versioni sotto la 1.4 tipo la 1.3.ecc..... mi sapete dare una mano?
ciao a tutti.
io ho scaricato gli rpm, li ho convertiti con alien e li ho installati..... ma purtroppo non fuziona.
qualcuno sa se può dipendere dalla versione di amarok? io ho la 1.4.3 ma, se non ho capito male, funziona con le versioni sotto la 1.4 tipo la 1.3.ecc..... mi sapete dare una mano?
ciao a tutti.
Re: amarok e smart dj
posto il log di smartdj che ottengo quando provo ad avviare lo script con l'autodj attivato.
qualcuno ci capisce qualche cosa?
Codice: Seleziona tutto
DEBUG:root: Child process: forked. PID: 26443
INFO:root: Smart DJ starting up normally. User interface: <module 'uiqt' from '/home/mauri/.kde/share/apps/amarok/scripts/Smart DJ/uiqt.pyc'>
DEBUG:root: loading config
DEBUG:root: loaded config successfully
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', 'show tables;']
DEBUG:root: Parent process: forked. PID: 26439
DEBUG:amaroK Proxy: Detected SQLite/PostgreSQL as database type
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'playlist', 'saveCurrentPlaylist']
DEBUG:amaroK Proxy: Smart playlist save changed: rereading
DEBUG:amaroK Proxy: Loading /home/mauri/.kde/share/apps/amarok/smartplaylistbrowser_save.xml smart playlist file
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', 'show tables;']
DEBUG:amaroK Proxy: Detected SQLite/PostgreSQL as database type
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', "CREATE TABLE analysis ( url varchar(255) NOT NULL default '', volume_diff float default NULL, freq0 float default NULL, freq1 float default NULL, freq2 float default NULL, freq3 float default NULL, freq4 float default NULL, freq5 float default NULL, freq6 float default NULL, freq7 float default NULL, freq8 float default NULL, freq9 float default NULL, freq10 float default NULL, freq11 float default NULL, freq12 float default NULL, freq13 float default NULL, freq14 float default NULL, freq15 float default NULL, freq16 float default NULL, freq17 float default NULL, freq18 float default NULL, freq19 float default NULL, freq20 float default NULL, freq21 float default NULL, freq22 float default NULL, freq23 float default NULL, freq24 float default NULL, freq25 float default NULL, freq26 float default NULL, freq27 float default NULL, freq28 float default NULL, freq29 float default NULL, bpm float default NULL, interface_used varchar(4) NOT NULL default '', PRIMARY KEY (url) );"]
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', 'delete from analysis where interface_used is NULL;']
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', "delete from analysis where interface_used != '3';"]
DEBUG:observable: <amarokplus.amaroKProxyPlus instance at 0xb577e5ec> registering <AnalysisProcess(Thread-19, initial)> as observer
DEBUG:observable: <AnalysisProcess(Thread-19, initial)> registering <AnalysisProcess(Thread-19, initial)> as observer
DEBUG:observable: <amarokplus.amaroKProxyPlus instance at 0xb577e5ec> registering <SuperDynamicModeMonitor(Thread-20, initial)> as observer
DEBUG:observable: <amarok.amaroKPlayer instance at 0xb577eb0c> registering <SuperDynamicModeMonitor(Thread-20, initial)> as observer
DEBUG:observable: {'super_dynamic_mode': {'upcoming_songs': 3, 'enabled': True, 'insert_position': 2, 'choice_mechanism': 4, 'source_playlist': None, 'tempo_weight': 1.0, 'spectrum_weight': 1.0, 'top_choices': 1}} registering <SuperDynamicModeMonitor(Thread-20, initial)> as observer
DEBUG:observable: <amarokplus.amaroKProxyPlus instance at 0xb577e5ec> registering <ContextBrowserUpdater(Thread-21, initial)> as observer
DEBUG:observable: <amaroKContextBrowser(Thread-8, initial daemon)> registering <ContextBrowserUpdater(Thread-21, initial)> as observer
DEBUG:observable: <AnalysisProcess(Thread-19, initial)> registering <ContextBrowserUpdater(Thread-21, initial)> as observer
DEBUG:root: initializing user interface
DEBUG:PyQt UI: Initializing UI
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'addCustomMenuItem', 'Smart DJ', 'Find tracks similar to selection...']
DEBUG:AnalysisProcess: Analyzer starting
DEBUG:SuperDynamicModeMonitor: Auto DJ Monitor starting
DEBUG:ContextBrowserUpdater: Context browser monitor starting
DEBUG:observable: <amarokplus.amaroKProxyPlus instance at 0xb577e5ec> broadcasting event amaroKAvailable,()
DEBUG:PyQt UI: Running ui loop in thread: <Thread(UI thread, started daemon)>
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'addCustomMenuItem', 'Smart DJ', 'Edit tempo of selected tracks...']
DEBUG:observable: <amarokplus.amaroKProxyPlus instance at 0xb577e5ec> registering <uiqt.EventProcessor instance at 0xb579072c> as observer
DEBUG:observable: <AnalysisProcess(Thread-19, started)> registering <uiqt.EventProcessor instance at 0xb579072c> as observer
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'addCustomMenuItem', 'Smart DJ', 'Analyze selected tracks now']
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'addCustomMenuItem', 'Smart DJ', 'Set up Auto DJ mode...']
INFO:root: Smart DJ successfully started
DEBUG:AnalysisProcess: Analyzer started
DEBUG:AnalysisProcess: Doing one iteration now
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', 'select tags.url from tags left join analysis on (tags.url = 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:amaroK Proxy: running command: ['dcop', 'amarok', 'player', 'randomModeStatus']
DEBUG:ContextBrowserUpdater: Context browser monitor started
DEBUG:ContextBrowserUpdater: file is current context browser, going forward with machiavellic plan
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'player', 'path']
DEBUG:amaroK Proxy: tf2bool: false <type 'str'>
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'player', 'dynamicModeStatus']
DEBUG:ContextBrowserUpdater: Using /media/archivio_2/amule/Robbie Willaims-Greatest hits/07-Strong.mp3 as start file
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', "select * from analysis where url = '/media/archivio_2/amule/Robbie Willaims-Greatest hits/07-Strong.mp3';"]
DEBUG:amaroK Proxy: tf2bool: false <type 'str'>
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'player', 'enableRandomMode', 'false']
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', "select COALESCE( tags.url , 'ERROR' ) as url , COALESCE( ABS( COALESCE( 0.75 * ( MAX( MIN( 1 - ( ( abs(0.151282 - freq0) + abs(0.151282 - freq1) + abs(0.051335 - freq1) + abs(0.051335 - freq0) + abs(0.051335 - freq2) + abs(0.048177 - freq2) + abs(0.048177 - freq1) + abs(0.048177 - freq3) + abs(0.039862 - freq3) + abs(0.039862 - freq2) + abs(0.039862 - freq4) + abs(0.031342 - freq4) + abs(0.031342 - freq3) + abs(0.031342 - freq5) + abs(0.030481 - freq5) + abs(0.030481 - freq4) + abs(0.030481 - freq6) + abs(0.026681 - freq6) + abs(0.026681 - freq5) + abs(0.026681 - freq7) + abs(0.02188 - freq7) + abs(0.02188 - freq6) + abs(0.02188 - freq8) + abs(0.026073 - freq8) + abs(0.026073 - freq7) + abs(0.026073 - freq9) + abs(0.027047 - freq9) + abs(0.027047 - freq8) + abs(0.027047 - freq10) + abs(0.045139 - freq10) + abs(0.045139 - freq9) + abs(0.045139 - freq11) + abs(0.085505 - freq11) + abs(0.085505 - freq10) + abs(0.085505 - freq12) + abs(0.06929 - freq12) + abs(0.06929 - freq11) + abs(0.06929 - freq13) + abs(0.102792 - freq13) + abs(0.102792 - freq12) + abs(0.102792 - freq14) + abs(0.106232 - freq14) + abs(0.106232 - freq13) + abs(0.106232 - freq15) + abs(0.111718 - freq15) + abs(0.111718 - freq14) + abs(0.111718 - freq16) + abs(0.088368 - freq16) + abs(0.088368 - freq15) + abs(0.088368 - freq17) + abs(0.094218 - freq17) + abs(0.094218 - freq16) + abs(0.094218 - freq18) + abs(0.106894 - freq18) + abs(0.106894 - freq17) + abs(0.106894 - freq19) + abs(0.085247 - freq19) + abs(0.085247 - freq18) + abs(0.085247 - freq20) + abs(0.07881 - freq20) + abs(0.07881 - freq19) + abs(0.07881 - freq21) + abs(0.081596 - freq21) + abs(0.081596 - freq20) + abs(0.081596 - freq22) + abs(0.080406 - freq22) + abs(0.080406 - freq21) + abs(0.080406 - freq23) + abs(0.077166 - freq23) + abs(0.077166 - freq22) + abs(0.077166 - freq24) + abs(0.087216 - freq24) + abs(0.087216 - freq23) + abs(0.087216 - freq25) + abs(0.096475 - freq25) + abs(0.096475 - freq24) + abs(0.096475 - freq26) + abs(0.072357 - freq26) + abs(0.072357 - freq25) + abs(0.072357 - freq27) + abs(0.058332 - freq27) + abs(0.058332 - freq26) + abs(0.058332 - freq28) + abs(0.02337 - freq28) + abs(0.02337 - freq27) + abs(0.02337 - freq29) + abs(0.032215 - freq29) + abs(0.032215 - freq28) ) / 2.5) , -1 ) , 1 ) ) + 0.25 * ( MAX( -1 , 1 - ABS( volume_diff - 2.236675 ) ) ) * 1.0 , 0 ) + COALESCE( 1 - ( ( ABS( bpm - 86.236678 ) / (160 - 120) ) * 2 ) * 1.0 , 0 ) ) * ( COALESCE( 0.75 * ( MAX( MIN( 1 - ( ( abs(0.151282 - freq0) + abs(0.151282 - freq1) + abs(0.051335 - freq1) + abs(0.051335 - freq0) + abs(0.051335 - freq2) + abs(0.048177 - freq2) + abs(0.048177 - freq1) + abs(0.048177 - freq3) + abs(0.039862 - freq3) + abs(0.039862 - freq2) + abs(0.039862 - freq4) + abs(0.031342 - freq4) + abs(0.031342 - freq3) + abs(0.031342 - freq5) + abs(0.030481 - freq5) + abs(0.030481 - freq4) + abs(0.030481 - freq6) + abs(0.026681 - freq6) + abs(0.026681 - freq5) + abs(0.026681 - freq7) + abs(0.02188 - freq7) + abs(0.02188 - freq6) + abs(0.02188 - freq8) + abs(0.026073 - freq8) + abs(0.026073 - freq7) + abs(0.026073 - freq9) + abs(0.027047 - freq9) + abs(0.027047 - freq8) + abs(0.027047 - freq10) + abs(0.045139 - freq10) + abs(0.045139 - freq9) + abs(0.045139 - freq11) + abs(0.085505 - freq11) + abs(0.085505 - freq10) + abs(0.085505 - freq12) + abs(0.06929 - freq12) + abs(0.06929 - freq11) + abs(0.06929 - freq13) + abs(0.102792 - freq13) + abs(0.102792 - freq12) + abs(0.102792 - freq14) + abs(0.106232 - freq14) + abs(0.106232 - freq13) + abs(0.106232 - freq15) + abs(0.111718 - freq15) + abs(0.111718 - freq14) + abs(0.111718 - freq16) + abs(0.088368 - freq16) + abs(0.088368 - freq15) + abs(0.088368 - freq17) + abs(0.094218 - freq17) + abs(0.094218 - freq16) + abs(0.094218 - freq18) + abs(0.106894 - freq18) + abs(0.106894 - freq17) + abs(0.106894 - freq19) + abs(0.085247 - freq19) + abs(0.085247 - freq18) + abs(0.085247 - freq20) + abs(0.07881 - freq20) + abs(0.07881 - freq19) + abs(0.07881 - freq21) + abs(0.081596 - freq21) + abs(0.081596 - freq20) + abs(0.081596 - freq22) + abs(0.080406 - freq22) + abs(0.080406 - freq21) + abs(0.080406 - freq23) + abs(0.077166 - freq23) + abs(0.077166 - freq22) + abs(0.077166 - freq24) + abs(0.087216 - freq24) + abs(0.087216 - freq23) + abs(0.087216 - freq25) + abs(0.096475 - freq25) + abs(0.096475 - freq24) + abs(0.096475 - freq26) + abs(0.072357 - freq26) + abs(0.072357 - freq25) + abs(0.072357 - freq27) + abs(0.058332 - freq27) + abs(0.058332 - freq26) + abs(0.058332 - freq28) + abs(0.02337 - freq28) + abs(0.02337 - freq27) + abs(0.02337 - freq29) + abs(0.032215 - freq29) + abs(0.032215 - freq28) ) / 2.5) , -1 ) , 1 ) ) + 0.25 * ( MAX( -1 , 1 - ABS( volume_diff - 2.236675 ) ) ) * 1.0 , 0 ) + COALESCE( 1 - ( ( ABS( bpm - 86.236678 ) / (160 - 120) ) * 2 ) * 1.0 , 0 ) ) , -1 ) as force_value, COALESCE( bpm , 0) as tempo from analysis inner join tags on analysis.url = tags.url where volume_diff is not NULL order by force_value desc limit 11;"]
DEBUG:ContextBrowserUpdater: No songs similar to /media/archivio_2/amule/Robbie Willaims-Greatest hits/07-Strong.mp3 found
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', "select title from tags where tags.url = '/media/archivio_2/amule/Robbie Willaims-Greatest hits/07-Strong.mp3';"]
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'player', 'enableDynamicMode', 'false']
DEBUG:SuperDynamicModeMonitor: Aborting because amaroK is unexpectedly gone: no such function
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'collection', 'query', "select artist.name from artist inner join tags on tags.artist = artist.id where tags.url = '/media/archivio_2/amule/Robbie Willaims-Greatest hits/07-Strong.mp3';"]
DEBUG:ContextBrowserUpdater: Submitting JavaScript
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'html-widget2', 'evalJS', '\n\t\tfunction generateSongNode(url,similarity,title,tempo) {\n\t\t\tvar row = document.createElement(\'tr\');\n\t\t\trow.setAttribute(\'class\',\'box-row\');\n\t\t\t\n\t\t\tvar cell = document.createElement(\'td\');\n\t\t\trow.setAttribute(\'class\',\'song\');\n\t\t\t\n\t\t\tvar ahref = document.createElement(\'a\');\n\t\t\tahref.setAttribute(\'href\',url);\n\t\t\t\n\t\t\tvar songspan = document.createElement(\'span\');\n\t\t\tsongspan.setAttribute(\'class\',\'album-song-title\');\n\t\t\t\n\t\t\tvar songtext = document.createTextNode(title);\n\t\t\tsongspan.appendChild(songtext);\n\t\t\t\n\t\t\tahref.appendChild(songspan);\n\t\t\t\n\t\t\tvar cell2 = document.createElement(\'td\');\n\t\t\tcell2.setAttribute(\'class\',\'sbtext\');\n\t\t\tcell2.setAttribute(\'width\',1);\n\t\t\tvar tempotext = document.createTextNode(""+tempo+" BPM");\n\t\t\tvar temponobr = document.createElement(\'nobr\');\n\t\t\ttemponobr.appendChild(tempotext);\n\t\t\tcell2.appendChild(temponobr);\n\n\t\t\tvar cell3 = document.createElement(\'td\');\n\t\t\tcell3.setAttribute(\'class\',\'sbtext\');\n\t\t\tcell3.setAttribute(\'width\',1);\n\t\t\t\n\t\t\tvar snspan = document.createElement(\'span\');\n//\t\t\tsnspan.setAttribute(\'class\',\'album-song-trackno\');\n\t\t\t\n\t\t\tvar sntext = document.createTextNode(similarity);\n\t\t\tsnspan.appendChild(sntext);\n\t\t\t\n\t\t\tvar snnobr = document.createElement(\'nobr\');\n\t\t\tsnnobr.appendChild(snspan);\n\t\t\t\n\t\t\tcell3.appendChild(snnobr);\n\n// \t\t\tcell.appendChild(div);\n \t\t\tcell.appendChild(ahref);\n \t\t\trow.appendChild(cell);\n\t\t\trow.appendChild(cell2);\n\t\t\trow.appendChild(cell3);\n\t\t\treturn row;\n\t\t}\n\t\t\n\t\tfunction generateSimpleBox(text,url) {\n\t\t\tvar row = document.createElement(\'tr\');\n\t\t\trow.setAttribute(\'class\',\'box-row\');\n\t\t\t\n\t\t\tvar cell = document.createElement(\'td\');\n\t\t\trow.setAttribute(\'class\',\'song\');\n\t\t\t\n//\t\t\tvar ahref = document.createElement(\'a\');\n//\t\t\tahref.setAttribute(\'href\',url);\n\t\t\t\n\t\t\tvar songspan = document.createElement(\'p\');\n//\t\t\tsongspan.setAttribute(\'class\',\'album-song-title\');\n\t\t\t\n\t\t\tvar songtext = document.createTextNode(text);\n\t\t\tsongspan.appendChild(songtext);\n\t\t\t\n//\t\t\tahref.appendChild(songspan);\n \t\t\t\n//\t\t\tcell.appendChild(document.createElement(\'br\'));\n\t\t\tcell.appendChild(songspan);\n//\t\t\tcell.appendChild(document.createElement(\'br\'));\n \t\t\trow.appendChild(cell);\n\t\t\treturn row;\n\t\t}\n\t\t\t\n\t\ttry {\n\t\t\tvar refBox = document.getElementById(\'current_box\');\n\t\t\tif (refBox != null) {\n\t\t\t\n\t\t\t\tvar testAlreadyAdded = document.getElementById(\'similar_box\');\n\t\t\t\tif (testAlreadyAdded != null) {\n\t\t\t\t\ttestAlreadyAdded.parentNode.removeChild(testAlreadyAdded);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tvar songName = document.getElementById(\'current_box-header-songname\');\n\t\t\t\tvar songSep = document.getElementById(\'current_box-header-separator\');\n\t\t\t\tvar songArtist = document.getElementById(\'current_box-header-artist\');\n\t\t\t\tvar refBoxTable = document.getElementById(\'current_box-table\');\n\t\t\n\t\t\t\tvar similarBox = document.createElement(\'div\');\n\t\t\t\tsimilarBox.setAttribute(\'id\',\'similar_box\');\n\t\t\t\tsimilarBox.setAttribute(\'class\',\'box\');\n\t\t\n\t\t\t\tvar similarBoxHeader = document.createElement(\'div\');\n\t\t\t\tsimilarBoxHeader.setAttribute(\'id\',\'similar_box-header\');\n\t\t\t\tsimilarBoxHeader.setAttribute(\'onclick\',\'toggleBlock("T_ST"); window.location.href="togglebox:st";\');\n\t\t\t\tsimilarBoxHeader.setAttribute(\'style\',\'cursor: pointer;\');\n\t\t\t\tsimilarBoxHeader.setAttribute(\'class\',\'box-header\');\n\t\t\n\t\t\t\tvar similarBoxHeaderTitle = document.createElement(\'span\');\n\t\t\t\tsimilarBoxHeaderTitle.setAttribute(\'class\',\'box-header-title\');\n\t\t\t\tsimilarBoxHeaderTitle.appendChild(document.createTextNode(\'Similar Tracks according to Smart DJ\'));\n\t\t\t\tsimilarBoxHeader.appendChild(similarBoxHeaderTitle);\n\t\t\t\t\t\n\t\t\t\tsimilarBoxHeader.appendChild(document.createElement(\'br\'));\n\t\t\t\t\n\t\t\t\tvar similarBoxHeaderSubtitle = document.createElement(\'span\');\n\t\t\t\tsimilarBoxHeaderSubtitle.setAttribute(\'class\',\'box-header-title\');\n\t\t\t\tsimilarBoxHeaderSubtitle.setAttribute(\'style\',\'font-weight: normal;\');\n\t\t\t\tsimilarBoxHeaderSubtitle.appendChild(document.createTextNode(\'Criteria: 50% tempo, 50% music style\'));\n\t\t\t\tsimilarBoxHeader.appendChild(similarBoxHeaderSubtitle);\n\t\t\t\t\n\t\t//\t\tsimilarBoxHeader.appendChild(songName.cloneNode(true));\n\t\t//\t\tsimilarBoxHeader.appendChild(document.createTextNode(\' \'));\n\t\t//\t\tsimilarBoxHeader.appendChild(songSep.cloneNode(true));\n\t\t//\t\tsimilarBoxHeader.appendChild(document.createTextNode(\' \'));\n\t\t//\t\tsimilarBoxHeader.appendChild(songArtist.cloneNode(true));\n\t\t\n\t\t\t\tvar similarBoxTable = refBoxTable.cloneNode(true);\n\t\t\t\tsimilarBoxTable.setAttribute(\'id\',\'T_ST\');\n\t\t\t\tsimilarBoxTable.setAttribute(\'class\',\'box-body\');\n\t\t\n\t\t\t\tvar similarBoxTBody = similarBoxTable.firstChild\n\t\t\n\t\t\t\twhile (similarBoxTBody.hasChildNodes()) {\n\t\t\t\t\tsimilarBoxTBody.removeChild(similarBoxTBody.firstChild);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t\n\t\tvar node =\n\t\tgenerateSimpleBox("No tracks similar to 07-Strong.mp3 were found.","file:///media/archivio_2/amule/Robbie%20Willaims-Greatest%20hits/07-Strong.mp3");\n\t\tsimilarBoxTBody.appendChild(node);\n\t\t\n\t\t\t\t\n\t\t\t\tsimilarBox.appendChild(similarBoxHeader);\n\t\t\t\tsimilarBox.appendChild(similarBoxTable);\n\t\t\n\t\t\t\trefBox.parentNode.insertBefore(similarBox,refBox.nextSibling);\n\t\t\t}\n\t\t} catch (e) {\n\t\t\talert(\'An error occurred updating the context browser Current tab\\nThe following message box will contain more information.\\nPlease report this error to the Smart DJ developers.\');\n\t\t\talert(e);\n\t\t}\n']
DEBUG:root: ending user interface
DEBUG:PyQt UI: Disabling UI
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'removeCustomMenuItem', 'Smart DJ', 'Find tracks similar to selection...']
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'removeCustomMenuItem', 'Smart DJ', 'Edit tempo of selected tracks...']
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'removeCustomMenuItem', 'Smart DJ', 'Analyze selected tracks now']
DEBUG:amaroK Proxy: running command: ['dcop', 'amarok', 'script', 'removeCustomMenuItem', 'Smart DJ', 'Set up Auto DJ mode...']
DEBUG:root: killing context browser monitor
DEBUG:root: killing Auto DJ monitor
DEBUG:root: killing analyzer
DEBUG:root: waiting for context browser monitor
DEBUG:AnalysisProcess: Analyzer done
DEBUG:ContextBrowserUpdater: Context browser monitor done
DEBUG:root: waiting for Auto DJ monitor
DEBUG:root: waiting for analyzer
DEBUG:root: saving config
INFO:root: Smart DJ finished
DEBUG:root: Child returned with return value 0
DEBUG:root: Parent process going down
qualcuno ci capisce qualche cosa?
Re: amarok e smart dj
niente notizie?
Chi c’è in linea
Visualizzano questa sezione: perfab e 9 ospiti