quote:
Originally posted by markee
quote:
Originally posted by V@no
Sorry if this has came up before (too lazzy read all 19 pages).
But, first of all, congratulation on this exelent script! love it very much.
Now, some issues:
I'm testing the new v1.5.0 BETA where the default avatar issue has been fixed...almost...so far the only problem I've noticed is when you shut down iTunes (either though the script or the program itself) while its still playing, the avatar will stay as the last song's artwork. Perhaps its something on my side, because sometimes my personal message shows that I'm still playing something, but iT was closed long time before...I dont know...
Anyways, after iT closed, iT+ DP feature does not work anymore. In the debug window nothing showed, only some events showed, such as onclick. No error message either.
The only way to revive the DP is to restart iT+
This is probably because of the way you are closing iTunes, try uing the iTunes+ command "/iquit" to close iTunes and see if that helps. This is because iTunes+ is using the iTunes scripting interface. Hope this fixes your problem.
Close.... have 1 gold star.
The problem will be that on quitting, iTunes kills the scripting engine and it needs to be remade to control iTunes, so I have a timer that checks every 30 seconds to check if iTunes is running so it can remake it. However I did make a couple mistakes that might screw up the timer, so I've made some significant improvements to this code and fixed stuff up, please
redownload the beta and see if it helps. The max you should have to wait for the DP to change / change back is 30 seconds.
Let me know how you get on!
quote:
Originally posted by V@no
And a little feature request:
The song server is a great feature, but when there are thousands results in the search (!sendme/!shareme commands) using next/prev page is just so pain in the butt...
It could be more practical add an additional: next from offset feature.
For example if there are 1000 songs in the list by sending:
>500
would show 10 songs starting from 500 and not from 10 as if you send just ">"
its pretty much easy to acomplish, a simple REGEX would do
Thank you very much for this great script. Looking forward to see the final version soon
Well my theory was that anyone who managed to get 1000 songs in the results would probably just refine their search a bit! But I'll see what I can do...