by Rojer » Sat Jun 07, 2008 1:39 pm
Well well ... I guess some of us are stuck here
I have the exact same situation as the post above : script runs without any error message, moodbar.exe runs fine in a cmd box, analyzing each song in 3~4 seconds. Should take about two full days to have the whole library analyzed; png and moodfiles stored in songs folders. Some errors do print, depending on analyzed file (wrong bitrate mostly).
Meanwhile nothing shows in the panel.
Log file :
Code: Select all
07/06/2008 13:20:49 Old log deleted
07/06/2008 13:20:49 MoodBar 1.0 started...
07/06/2008 13:20:49 template already processed. G:\Progs\Audio\MediaMonkey3\Scripts\Auto\moodbar\skins\default\skin.html
07/06/2008 13:20:49 Registering Timers
07/06/2008 13:20:49 Registering Timers
07/06/2008 13:20:50 calling moodbar with:"G:\Progs\Audio\MediaMonkey3\scripts\Auto\moodbar\bin\moodbar.exe" -p -s -c:3 -w:1069 -h:39 -mp3:"R:\Music\MediaMonkey\Mp3's\Pop Rock\Noa\Divers et tarata\04 - Beautiful that way.mp3"
07/06/2008 13:20:51 R:\Music\MediaMonkey\Mp3's\Pop Rock\Noa\Divers et tarata\04 - Beautiful that way.png
07/06/2008 13:20:51 File does not exist at original location. Weird
07/06/2008 13:20:51 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:54 checkmoodbarexe: uptodate.
.../...
07/06/2008 20:14:42 checkmoodbarexe: uptodate.
07/06/2008 20:14:42 checkmoodbarexe: uptodate.
07/06/2008 20:14:42 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
From 13:20 thru 20:14, the script logged 100.000 identical entries.
Restarting MM with a song already analyzed, I have and error message complaining about line#143, required object 'sdb.player.currentsong'
Code: Select all
142#If sdb.inifile.stringvalue("Moodbar","TempDir") = "-1" Then
143# GetImageDir = fso.GetParentFolderName(sdb.player.currentsong.path) & "\"
144# Else
145# GetImageDir = sdb.inifile.stringvalue("Moodbar","TempDir")
146# End if
147# sdb.IniFile.StringValue("moodbar","uptodate") = oldval
I seem to be unable to debug this. Someone ?
Notes:
- when MM exits with an analyzed song in current queue (png and mood files present in folder), png will display at next launch.
bar gets blanked (analyzing) when dragging panel
same at playback start.
png file in folder has mp3 file name. After playing back with script ON, png file disappears and a new one shows in folder with name 'mood_-1.png'
Every png file gets erased this way, last played bears 'mood_-1.png' as new name and overwrites previous one.
Maybe someone has already experienced this behaviour ?
Thanks
Rojer.
Well well ... I guess some of us are stuck here :)
I have the exact same situation as the post above : script runs without any error message, moodbar.exe runs fine in a cmd box, analyzing each song in 3~4 seconds. Should take about two full days to have the whole library analyzed; png and moodfiles stored in songs folders. Some errors do print, depending on analyzed file (wrong bitrate mostly).
Meanwhile nothing shows in the panel.
Log file :
[code]07/06/2008 13:20:49 Old log deleted
07/06/2008 13:20:49 MoodBar 1.0 started...
07/06/2008 13:20:49 template already processed. G:\Progs\Audio\MediaMonkey3\Scripts\Auto\moodbar\skins\default\skin.html
07/06/2008 13:20:49 Registering Timers
07/06/2008 13:20:49 Registering Timers
07/06/2008 13:20:50 calling moodbar with:"G:\Progs\Audio\MediaMonkey3\scripts\Auto\moodbar\bin\moodbar.exe" -p -s -c:3 -w:1069 -h:39 -mp3:"R:\Music\MediaMonkey\Mp3's\Pop Rock\Noa\Divers et tarata\04 - Beautiful that way.mp3"
07/06/2008 13:20:51 R:\Music\MediaMonkey\Mp3's\Pop Rock\Noa\Divers et tarata\04 - Beautiful that way.png
07/06/2008 13:20:51 File does not exist at original location. Weird
07/06/2008 13:20:51 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:53 checkmoodbarexe: uptodate.
07/06/2008 13:20:54 checkmoodbarexe: uptodate.
.../...
07/06/2008 20:14:42 checkmoodbarexe: uptodate.
07/06/2008 20:14:42 checkmoodbarexe: uptodate.
07/06/2008 20:14:42 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
07/06/2008 20:14:43 checkmoodbarexe: uptodate.
[/code]
From 13:20 thru 20:14, the script logged 100.000 identical entries.
Restarting MM with a song already analyzed, I have and error message complaining about line#143, required object 'sdb.player.currentsong'
[code]
142#If sdb.inifile.stringvalue("Moodbar","TempDir") = "-1" Then
143# GetImageDir = fso.GetParentFolderName(sdb.player.currentsong.path) & "\"
144# Else
145# GetImageDir = sdb.inifile.stringvalue("Moodbar","TempDir")
146# End if
147# sdb.IniFile.StringValue("moodbar","uptodate") = oldval
[/code]
I seem to be unable to debug this. Someone ?
Notes:
[list]when MM exits with an analyzed song in current queue (png and mood files present in folder), png will display at next launch.
bar gets blanked (analyzing) when dragging panel
same at playback start.
png file in folder has mp3 file name. After playing back with script ON, png file disappears and a new one shows in folder with name 'mood_-1.png'
Every png file gets erased this way, last played bears 'mood_-1.png' as new name and overwrites previous one.
[/list]
Maybe someone has already experienced this behaviour ?
Thanks
Rojer.