フォーラム » iTunes (Mac Version)

Rendezvous Playlists?

 
    • snooze の発言...
    • ユーザー
    • 2004年 04月 24日 00:06

    Rendezvous Playlists?

    I just noticed that if I'm listening to songs that aren't local (I keep most of my music on my os x server box and listen from my laptop in the other room) that iScrobbler doesn't update at all. It doesn't recognize that anything is even playing. Running on os x 10.3.3 with latest iTunes.

    Is this a known bug?

    • concerto の発言...
    • ユーザー
    • 2004年 05月 2日 11:12
    I have noticed that as well. I listen to music over my college's network and none of the non-local songs played have shown up in iScrobbler. Hopefully, a new version of the plug-in will fix this!

    • rosewood の発言...
    • ユーザー
    • 2004年 05月 6日 23:51

    Me too !

    RendezVous playing is an essential feature for me too. I hope this will get fixed.

    • jigsaw250 の発言...
    • ユーザー
    • 2004年 05月 22日 22:01
    1. Quit iScrobbler
    2. Right-click iScrobbler, choose "Show Package Contents"
    3. Open Contents, Resources, Scripts, controlscript.scpt
    4. In Script Editor, delete this line:
    set songLocation to location of theTrack as string
    5. Replace the line that begins with:
    return ((trackIndex as string) & "***"
    with:
    return ((trackIndex as string) & "***" & (playlistIndex as string) & "***" & songTitle & "***" & songLength & "***" & songPosition & "***" & songArtist & "***" & songAlbum & "***") as string
    6. Save the script
    7. Open iScrobbler

    The modified app will not attempt to find the "location" of the current track, which iTunes does not make available for Rendezvous-shared music. I don't know why iScrobbler wants to know the location, but it isn't used anyway, AFAIK

    jabber id:
    ojmarsh AT amessage DOT at
    編集者:jigsaw250, 2004年 05月 22日 22:04
    • neilbombd の発言...
    • ユーザー
    • 2004年 05月 28日 23:37
    I agree with jigsaw.

    • paulsibson の発言...
    • ユーザー
    • 2004年 05月 28日 23:39
    Load of rubbish
    Be ashamed

    • paulsibson の発言...
    • ユーザー
    • 2004年 05月 28日 23:39
    Load of rubbish
    Be ashamed

    (only joking Very good)

    • alexhoskins の発言...
    • ユーザー
    • 2004年 07月 24日 18:08

    Thanks for that Jigsaw

    Nice one Jigsaw!

    Seems to work fine, no problems at all.

    Thanks!

    • mtrapr の発言...
    • ユーザー
    • 2004年 07月 26日 20:15

    Didn't quite work in iScrobbler 0.6.3

    But almost did.. I found it was already returning the string that Jigsaw mentioned, but it gave me a good hint...

    Change the line

    set songLocation to location of theTrack as string

    to read

    (* set songLocation to location of theTrack as string *)

    This comments out the location lookup, where the script seemed to halt. You could just delete the line completely.

    • Doctor_land の発言...
    • ユーザー
    • 2004年 08月 19日 09:30

    Don't get it??

    Done all of the above and when I come to save it, it tells me it is unable to save bu tells me nothing more?

    Anyone any ideas?

    • emitfletsi の発言...
    • ユーザー
    • 2004年 09月 3日 20:07

    still broken

    these instructions still work, but it would be nice if the fix was applied upstream. and/or this was in the FAQ, or something.

    • emitfletsi の発言...
    • ユーザー
    • 2004年 11月 10日 14:28

    er

    still broken in .7.1.

    • Damaged の発言...
    • ユーザー
    • 2004年 11月 10日 23:42

    Re: er

    Quoth emitfletsi:
    still broken in .7.1.


    I mentioned this in another thread (can't remember which one at the moment). Internet/Shared tracks will not be supported in the .7.x releases. Not everyone wants these types of tracks submitted (I am one of them), so we have to offer a choice. It's not just as easy as making a script change.

    BTW, 0.7.3 test 5 is out, which fixes quite a few bugs. It also changes the control script for easier support of shared tracks (in a future release). This should make it easier for those who want to modify their scripts until then.

    • emitfletsi の発言...
    • ユーザー
    • 2004年 11月 16日 07:29

    Re: Re: er

    Quoth Damaged:

    I mentioned this in another thread (can't remember which one at the moment). Internet/Shared tracks will not be supported in the .7.x releases. Not everyone wants these types of tracks submitted (I am one of them), so we have to offer a choice. It's not just as easy as making a script change.


    okay, cool. i missed that. i'm not sure why one wouldn't want shared tracks posted (internet radio stuff i get, since one isn't selecting it). i'm totally content to make the script change for now, until a magical checkbox appears in a pref panel at some point.


    BTW, 0.7.3 test 5 is out, which fixes quite a few bugs. It also changes the control script for easier support of shared tracks (in a future release). This should make it easier for those who want to modify their scripts until then.


    word.

  • So, is there a new way to fix the script?

    • bfiend の発言...
    • ユーザー
    • 2004年 11月 26日 18:55
    Look for the line:

    set songLocation to "Shared Track"

    and you'll find it's followed by:

    return "RADIO"

    remove the "return" line and control will flow down to the bit where the data is returned to iScrobbler.

  • yes!

    yay!

    thanks :)

    • の発言...
    • ユーザー
    • 2004年 12月 11日 04:18

    fixed new version?

    so is this line going to be fixed in the new version a.k.a. 0.7.4? that'd be great - haven't noticed any problems so far :)

    • Damaged の発言...
    • ユーザー
    • 2004年 12月 11日 05:21

    Re: fixed new version?

    Quoth kllktvtrmr:
    so is this line going to be fixed in the new version a.k.a. 0.7.4? that'd be great - haven't noticed any problems so far :)


    No, this is scheduled for 0.8 (no time table yet).

    • vaaaska の発言...
    • ユーザー
    • 2004年 12月 18日 01:51
    This doesn't work for me. Removing 'return "RADIO" ' didn't do much. It even said that it was connected to the server but nothing would appear on my page. Then, I rebooted and it wouldn't connect anymore. Buggy.

    • Damaged の発言...
    • ユーザー
    • 2004年 12月 18日 02:18

    Re:

    Quoth vaaaska:
    This doesn't work for me. Removing 'return "RADIO" ' didn't do much. It even said that it was connected to the server but nothing would appear on my page. Then, I rebooted and it wouldn't connect anymore. Buggy.


    Nothing's buggy (at least not this portion). You just happened to start submitting at a time when the server is experiencing some hiccups. There seems to be some transient connection problems at the moment. Your songs are being queued, and will eventually get to the server. You'll just have to wait.

    • asymmhead の発言...
    • ユーザー
    • 2004年 12月 18日 03:16

    plugin id

    i did everything per the instructions and the "plugin id" portion is dosen't show anything... is this something to worry about? 10:13 am pacific time friday morning just incase something was up at that time!

    willi (asymmetrical head)

    • Damaged の発言...
    • ユーザー
    • 2004年 12月 18日 03:32

    Re: plugin id

    Quoth asymmhead:
    i did everything per the instructions and the "plugin id" portion is dosen't show anything... is this something to worry about? 10:13 am pacific time friday morning just incase something was up at that time!


    That's because you have not submitted any tracks yet. Looks like the server has been refusing connections for the last hour straight, which would account for the problem. As I said, just wait, and things will start working again.

    • vaaaska の発言...
    • ユーザー
    • 2004年 12月 18日 03:36
    Thanks for the update one this...I'll just sit back, wait and see...

    • asymmhead の発言...
    • ユーザー
    • 2004年 12月 18日 05:49

    "result" pop up after modifying the script

    it says "radio"... is that cool?

    i'm new to this... sorry if i sound like a newbie... : )

匿名でのメッセージ投稿はできません。フォーラムへの投稿はログインするかアカウントを作成してから行ってください。