Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 37

Thread: Working on an XM solution - Anyone wanna help test it

  1. #11
    Join Date
    Jun 2010
    Posts
    7
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    Could you put the file somewhere where people can access it without using that spam site Megaupload? No, I do not want to set up a premium account to get access to your link..

  2. #12
    Join Date
    Sep 2008
    Posts
    24
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    you can't wait 30 seconds to get it free?

  3. #13
    Join Date
    Jul 2009
    Posts
    15
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    Nice. Looks like it is working for me. On the first attempt it put my password into the userid box and froze. On the second attempt it filled in all the right fields and logged into the player.

    I'll try to make a recording tonight. Curious, will it keep a session 'alive' for longer than 90 minutes? Doesn't the XM player timeout if someone doesn't move the mouse every 90 min?
    Last edited by srw1138; 08-14-2011 at 06:59 PM.

  4. #14
    Join Date
    Sep 2008
    Posts
    24
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    The issue you had is with timing....I currently have it set up like this
    1. Open internet explorer to the SXM page
    2. Sleep the program for 10,000 miliseconds
    3 Send the tab command 8 times (should take you to the login box)
    4. Send User ID
    5 Tab 1 time
    6. Send Password
    7. Tab 1 time then press space bar
    8. Sleep program for 10,000 miliseconds
    9. Tab 2 times
    10. Send channel number and press enter
    11. sleep 10,000 miliseconds
    12. tab 1 time to land on more info box
    13 sleep 30,000 miliseconds ( I have to sleep here because I need this process to take longer than 1 minute or else it will open a second window since the time will still be the same as what was scheduled)
    14. determine the duration of the recording and if it greater than 1 hour sleep for an hour
    15. send space bar command after an hour
    16. sleep the program for another hour then send space bar
    17. Keep repeating until timer is less than 1 hour... then exit

    if you notice what happens....once I tune the channel I tab over to the more info box.....every 60 minutes I send a space bar command which calls up more info. Should hopefully keep it from timing out....currently I am using some sleep commands to pause the script while I wait for the time to pass.....the problem with using sleep commands is that essentially the program is asleep and you can't exit out of it.....you have to end the task....still working on a way to keep it paused but give you the ability to hit escape and exit out of it....


    I am working on days of the week right now.....I think I got that working so far but it actually requires a lot of code to execute it.
    Last edited by Kurto2021; 08-14-2011 at 12:41 PM.

  5. #15
    Join Date
    Nov 2010
    Posts
    31
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    No joy here:

    Win 7 Ultimate x64
    IE 9 -
    Adobe Flash 10.3.183.5

    Dual monitor setup: IE launches on screen 2, your appl running on screen 1


    - IE launches
    - after a pause, ID and password are in the password field (OK, I think it's both because there are more *s than either one)

    - after another pause, the address bar drops down showing history and some previous URL is chosen
    - or -
    - IDPASSWORDCHANNEL# are pasted into the address bar.

    Moving IE to launch on screen 1 with XM.exe made no difference.
    Reboot made no difference.
    Disabled every option in IE except menu bar made no difference.
    Uninstalled XMTuner and SiriusXMStreamer made no difference.

    Application wouldn't close without force terminate process. This could be because I closed IE before the duration was up (2 minutes - just for testing). Next time, I left IE open and closed XM.exe after 2 minutes without problem.

    BTW - manual process works as documented above, but XM.exe isn't doing the same thing on my system. Another timing issue?

    If you have any kind of diagnostic (logging, tracing windows message queue, etc), I'll give it a go - just let me know when and where to get it.

    Oh, I'm traveling most of the week so I may not be able to re-test until Friday unless I get some time at night.

    If this works, I'll even paypal you a few bucks
    Last edited by thehobster; 08-14-2011 at 06:51 PM.

  6. #16
    Join Date
    Jul 2009
    Posts
    15
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    Boo Yaa! It worked perfectly for me this evening. I got a 3 hour recording from the player down to my machine. Perfect!

  7. #17
    Join Date
    Sep 2008
    Posts
    24
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    hobster....that is what I am looking for.....can you go to the siriusXM site with IE9 and then start hitting tab and tell me how many times you have to hit it to get to the login box

    I can probably add a toggle box for IE 7, 8, and 9 if they are different. IE 6 users are just screwed.


    Nice so the hitting more info prevent you from getting kicked

    Another option I can do is create a configuration page where I will input the default number of tabs and the pauses that I used....if you are on a slower machine you can then adjust the pauses and number of tabs to whatever you want....it would also help if SXM decides to change the page as well.

  8. #18
    Join Date
    Jul 2009
    Posts
    15
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    I did notice that when exiting the application and restarting, it did not keep my selected days of the week. I had to re-select them upon restarting the app.

    Also, can you do a 'echo with dots' for the password field so it's not always displaying my password for the whole world to see.

    I use the same password for all my porn sites. I'd hate it if the gf saw that one... jk.

  9. #19
    Join Date
    Sep 2008
    Posts
    24
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    days of the week is not implemented yet .... I have the code working for it here but was trying to get the sleep issue fixed before posting it....that is proving harder than I thought.

    ::::::EDIT:::::
    Password is now masked and days of the week should work.
    http://www.megaupload.com/?d=XUJ1BARA
    Last edited by Kurto2021; 08-14-2011 at 08:09 PM.

  10. #20
    Join Date
    Sep 2008
    Posts
    24
    Rep Power
    0

    Default Re: Working on an XM solution - Anyone wanna help test it

    found a bug in it....if the time is say 8:30 you need to enter it as 08:30.....I will try and solve this later today but for now that is the issue.

Similar Threads

  1. Replies: 1
    Last Post: 11-18-2010, 12:18 PM
  2. Browser block solution; Threatfire workaround
    By jazjef in forum Replay Media Catcher
    Replies: 2
    Last Post: 02-14-2010, 07:51 PM
  3. Solution to split Sirius recordings
    By dr3d in forum Replay A/V
    Replies: 6
    Last Post: 01-09-2010, 09:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About these forums...
Applian Technologies makes these discussion forums available for our customers to assist other users. We do read this content and appreciate all your suggestions and comments. If you need technical support or customer service, please visit the links to the right.
Let's Be Friends