iTunes+ - An iTunes Script For MP!L |
Author: |
Message: |
alexp2_ad
Scripting Contest Winner
Who love the chocolate?
Posts: 691 Reputation: 26
37 / / –
Joined: May 2004
Status: Away
|
O.P. RE: iTunes+ - An iTunes Script For MP!L
I'm not sure you read my post correctly, I said I'd corrected this and could you download the new one and try that, you're not still having the problems with the new one surely?
|
|
07-12-2006 01:50 PM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: iTunes+ - An iTunes Script For MP!L
yes, just redownloaded again to be sure and still same issue. Basicaly the issue only occure when iT closed NOT through iT+ menu.
Also as you said iT+ will revive itself after 30 seconds timeout, so, if you close iT and then open it again and start playing something, you'll need wait these 30 seconds befor iT+ kicks in.
P.S. still in order to change the default DP, you must restart iT+...
|
|
07-12-2006 02:15 PM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: iTunes+ - An iTunes Script For MP!L
Another issue, is it due to the iT+ or iTunes itself that when artwork downloaded from the internet and untill it added into iTunes database, the sound is stoped (for 1-3 seconds)?
I think its because of iT, but just want to be sure
|
|
07-12-2006 11:32 PM |
|
|
fergofrog
Full Member
Posts: 121 Reputation: 4
31 / / –
Joined: May 2006
|
RE: iTunes+ - An iTunes Script For MP!L
quote: Originally posted by V@no
Another issue, is it due to the iT+ or iTunes itself that when artwork downloaded from the internet and untill it added into iTunes database, the sound is stoped (for 1-3 seconds)?
I think its because of iT, but just want to be sure
That is because iT+ is using iT to edit the song and iT can't play the song while trying to edit it as well.
|
|
07-12-2006 11:51 PM |
|
|
jmccarroll
Full Member
Posts: 141
40 / / –
Joined: Jun 2003
|
RE: RE: iTunes+ - An iTunes Script For MP!L
quote: Originally posted by V@no
Another issue, is it due to the iT+ or iTunes itself that when artwork downloaded from the internet and untill it added into iTunes database, the sound is stoped (for 1-3 seconds)?
I think its because of iT, but just want to be sure
That's just iTunes in general. Same thing will happen if you save any lyrics or do any other changes to the details of a song that is playing.
Edit: Err! You beat me...
This post was edited on 07-12-2006 at 11:52 PM by jmccarroll.
|
|
07-12-2006 11:51 PM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: iTunes+ - An iTunes Script For MP!L
Ok, here is a working example on how the paging can be done.
in iTunes+.js find: code: if(sMessage == ">" || sMessage == "\">\""){
Replace with: code: var offset = 0;
if ((match = sMessage.match(/^([<>]) *([0-9]*)?\s*$/)) != null)
{
sMessage = match[1];
if (match[2]) offset = parseInt(match[2]);
}
if(sMessage == ">" || sMessage == "\">\""){
if (offset) nextpage[sOrigin] = offset;
After these changes you can send offset of the list you want see.
i.e.: code: >123
It will return list of 10 started from file number 123
you can add spaces before or after the number, they will be ignored.
|
|
07-13-2006 01:45 AM |
|
|
V@no
Full Member
sexy
Posts: 162
Joined: Mar 2004
|
RE: iTunes+ - An iTunes Script For MP!L
Ops, missed your replys, guys. Thanks.
If I may, would like to mention another thing.
When iT+ sends out the file with !sendme command, it displays message "Sending your file, thanks for using iTunes+ Music Server!". I dont know about you guys, but I didnt like that, because you can see that the file is being sent...
With !shareme command on other hand, the message is suggested, because you cant really see if file being shared or not, untill it synchronized...so the conclusion, I think it would be nice have that message displayed only on !shareme command.
Thanks.
|
|
07-13-2006 01:54 AM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
RE: iTunes+ - An iTunes Script For MP!L
You can see that it's being syncronized if you open the sharing folder. The bar on the bottom will say "Synchronizing <filename> (<percent>)..."
|
|
07-13-2006 02:17 AM |
|
|
alexp2_ad
Scripting Contest Winner
Who love the chocolate?
Posts: 691 Reputation: 26
37 / / –
Joined: May 2004
Status: Away
|
O.P. RE: RE: iTunes+ - An iTunes Script For MP!L
quote: Originally posted by V@no
Ops, missed your replys, guys. Thanks.
If I may, would like to mention another thing.
When iT+ sends out the file with !sendme command, it displays message "Sending your file, thanks for using iTunes+ Music Server!". I dont know about you guys, but I didnt like that, because you can see that the file is being sent...
With !shareme command on other hand, the message is suggested, because you cant really see if file being shared or not, untill it synchronized...so the conclusion, I think it would be nice have that message displayed only on !shareme command.
Thanks.
Actually, this was added on suggestion. I was recently having problems with file transfers and the other person wasn't seeing them at all (messenger problem for all transfers, not iT+), and they tried to initiate the file transfer several times, so I added a message to show it had been started.
As a couple people already said, the brief pause in song play is iTunes, you'll see the same thing if you edit the song from iTunes itself.
And I'm not going to be able to do the paging or anything else until this weekend, or at earliest, possibly Friday night, I'm busy today and tomorrow. *cough*date*cough*
|
|
07-13-2006 09:02 AM |
|
|
Scott
New Member
Posts: 13
Joined: Jun 2006
|
RE: iTunes+ - An iTunes Script For MP!L
I 'm still having problems with getting the lyrics from the internet and a moment ago I just realized what the problem likely causes: McAfee VirusScan. Everytime iTunes+ starts running, McAfee gives a warning with a probably dangerous script. It gives me the option to allow this script running, which I choose of course. But it looks like iTunes+ couldn't grab lyrics form the internet..
One thing I don't get: it worked for me for a while and suddenly it didn't work anymore (I just noticed it)..
17 jul:
Now it works again.. I think it depends on the song whether it can find the correct lyrics or not
This post was edited on 07-17-2006 at 09:22 PM by Scott.
|
|
07-14-2006 09:55 PM |
|
|
Pages: (29):
« First
«
16
17
18
19
[ 20 ]
21
22
23
24
»
Last »
|
|