Page 18 of 41 FirstFirst ... 8910111213141516171819202122232425262728 ... LastLast
Results 171 to 180 of 408

Thread: Movie Listings... Coming to an RR near you!

  1. #171
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    7,785
    Blog Entries
    32
    latest release

    adds favorites option

    have fun!
    Attached Files Attached Files
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  2. #172
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,277
    Thanks for the update. I noticed no info in the skin Commands.txt about monietimeslat or movietimeslon. Will play with it tonight. Thanks again for the AU3. FreeDrive probably won't need it. Based on other experience, I think replacing this button code in movietimes_info.skin
    Code:
    B06,408,510,259,81,"MOVIENAVIGATE","Select"
    with this
    Code:
    ???????????????????????????????????
    should do it.

    Like I said I should have time tonight to put it on the CarPC and run out and test it.

    Great plug-in, thanks.

    Edit: MOVIETIMESLAT & MOVIETIMESLONG are empty variables on my system.
    HARDWARE: Fujitsu Stylistic ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

  3. #173
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    7,785
    Blog Entries
    32
    it also says nothing about the GETMOVIEART command that gets movie art on movietimes.skin by use of the ONCLLISTCLICK events. I'll have to fix this
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  4. #174
    The Last Good Gremlin GizmoQ's Avatar
    Join Date
    Nov 2004
    Location
    St Louis
    Posts
    2,277
    O.K. the above doesn't work. I tried using MOVIETIMESLONG and MOVIETIMESLAT as labels also but there was never anything shown. I know I saw someones skin less than a month ago that had coordinates included on the movie_info screen but I don't remember whose it was. So I'm back to square one. First, how is the data retrieved? At what point is the data available for use as a label? How do I know when the data is not available? (I remember you said something about data not parsed for some theatres, but most of the ones I'm looking at have full addresses on the info screen so I assume the addressed just aren't getting converted to coordinates ). Any help would be appreciated.
    HARDWARE: Fujitsu Stylistic ST5111w/WiFi and dock, internal Hitachi 500G HD, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, BoomzBox HD radio, XM Commander, Delorme GPS, Saitek X-52 Pro joystick, BluSoleil Bluetooth, TPMS, FB, Elm327

  5. #175
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,659
    Blog Entries
    1

    Thumbs up Fantastic Work!!!!

    Wow Sonic! You have outdone yourself! This is definitely a full featured plugin! For some reason, the poster art has started working for me with the latest release (Screen Cap 2 below). I had not changed anything in the skin or files, just updated the dll.

    I did fine one SMALL oversight however, sorry. When you are in the main listing, and highlight a theater, the "MOVIETHEATERNAME" is updated as you select something. This is not working for the "FAVTHEATERS" list as of yet. (As seen in capture #1 below) I am sure this is due to the fact that you just added in the code for the favorites, and just did not add the code to update the label.

    Now one other SMALL request hahha.... Is there a way to make it default to the favorites, then you can change the zipcode if you want. I would think most would use the favorites more so than the zipcode as a dedault.... I tried "MOVIETIMES||FAVTHEATERS" but when the plugin loads, it reverts back to the main list, only flickering the favorites for a brief second..

    I know it is a pain to scrape sites to get information and display it. I have been doing this for a long time with my Home Automation system. Getting info such as stocks, news headlines, weather forecasts and the likes. Then when the page is change, even slightly, it breaks and has to be tweaked.

    Fantastic work on this plugin!



    EDIT: I just noticed that the MOVIEDOWNLOADDATE and the MOVIEDOWNLOADTIME are not displaying in the labels with the latest version.

    Double Edit: After reloading RR a few times, and playing around the date and time labels filled in. Not sure what was causing it..



    Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  6. #176
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    7,785
    Blog Entries
    32
    Quote Originally Posted by JohnWPB View Post
    Wow Sonic! You have outdone yourself! This is definitely a full featured plugin! For some reason, the poster art has started working for me with the latest release (Screen Cap 2 below). I had not changed anything in the skin or files, just updated the dll.

    I did fine one SMALL oversight however, sorry. When you are in the main listing, and highlight a theater, the "MOVIETHEATERNAME" is updated as you select something. This is not working for the "FAVTHEATERS" list as of yet. (As seen in capture #1 below) I am sure this is due to the fact that you just added in the code for the favorites, and just did not add the code to update the label.

    Now one other SMALL request hahha.... Is there a way to make it default to the favorites, then you can change the zipcode if you want. I would think most would use the favorites more so than the zipcode as a dedault.... I tried "MOVIETIMES||FAVTHEATERS" but when the plugin loads, it reverts back to the main list, only flickering the favorites for a brief second..

    I know it is a pain to scrape sites to get information and display it. I have been doing this for a long time with my Home Automation system. Getting info such as stocks, news headlines, weather forecasts and the likes. Then when the page is change, even slightly, it breaks and has to be tweaked.

    Fantastic work on this plugin!



    EDIT: I just noticed that the MOVIEDOWNLOADDATE and the MOVIEDOWNLOADTIME are not displaying in the labels with the latest version.

    Double Edit: After reloading RR a few times, and playing around the date and time labels filled in. Not sure what was causing it..



    yes i did forget to fix that label. Will get on that right away so i dont forget. I think what i'll do for favorites to default is create a "MOVIETIMESFAVORITES" command instead of making a skin.ini option. running this command will load movietimes.skin and the favorites list.
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  7. #177
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,659
    Blog Entries
    1
    Sounds good. With all that you have added, I really cant see anything else needed. It's working great!!
    Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  8. #178

  9. #179
    Super Moderator
    Auto Apps:loading...
    JohnWPB's Avatar
    Join Date
    Sep 2005
    Location
    West Palm Beach, Florida
    Posts
    4,659
    Blog Entries
    1
    Quote Originally Posted by Enforcer View Post
    *cough UK cinemas
    Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DFX5.1 Skin Available in the Mobile App Mart

    My Fiero Build Thread

  10. #180
    THE EXPERIMENTER
    Auto Apps:loading...
    carputer1's Avatar
    Join Date
    Sep 2007
    Location
    UK,Surrey
    Posts
    1,931

    2nd that

    Quote Originally Posted by Enforcer View Post
    *cough UK cinemas
    if atall possiable
    Riderunner / Genesis
    Plugin Breaker in test BassRR Plugin Player, Wifiman_NET
    New Home for Genesis & BassRR :adding to site ,, Hellfyre night
    Bassrr Beta Release :Version 1.3.7
    Movie_info Release :Version 3.1.0
    Wifiman_NET:Version 1.0.0

    Every Future, Needs A Beginning

Similar Threads

  1. XMD RR Hibernation & XMRESET
    By hank_kls65 in forum Road Runner
    Replies: 17
    Last Post: 10-25-2007, 04:14 PM
  2. Replies: 0
    Last Post: 09-23-2006, 09:38 PM
  3. Generalized Perception of RR from a new user
    By replicant in forum Road Runner
    Replies: 2
    Last Post: 11-15-2005, 11:41 PM
  4. RR doesn't start Phoco on initial load..
    By DutchBurner in forum Road Runner
    Replies: 16
    Last Post: 11-04-2005, 02:17 PM
  5. RR 09-09-05 ... Yup, it's my Birthday!
    By guino in forum Road Runner
    Replies: 36
    Last Post: 09-12-2005, 06:05 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
  •