|
 |
|
11-06-2008, 01:07 PM
|
#316
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
|
Quote: Originally Posted by Enforcer 
Just use app.path\poster art, then it doesn't matter where someone sticks it
i dunno why but app.path gives me RRs path but not the dll path.. so i'm using $PLUGINSPATH$ instead
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-06-2008, 01:36 PM
|
#317
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
Maybe something diff with .net as App.Path works as E suggests in vb6.
|
|
|
12-13-2008, 10:22 AM
|
#318
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
I cant get movie navigate to run the movietimesnav.exe script. It opens the gps screen and that is as far as it gets.
|
|
|
12-13-2008, 04:25 PM
|
#319
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
|
someone earlier in the thread posted a more accurate version of the nav script. Might want to try that one
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
12-13-2008, 05:33 PM
|
#320
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Quote: Originally Posted by Sonicxtacy02 
someone earlier in the thread posted a more accurate version of the nav script. Might want to try that one
That someone was me, I cant get it to run the script automatically when I use the movienavigate command.
It just calls the GPS rr command and stops. It doesnt even run the script.
|
|
|
12-14-2008, 10:02 AM
|
#321
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
|
do you have the address labels coded into your skin file? are they populated?
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
12-14-2008, 10:09 AM
|
#322
|
|
One Sharp Cheddar
Join Date: Aug 2006
Location: West Allis, WI
Posts: 1,558
|
Yes, what I did as a work around is I have RR run the script along with the movienavigate command in my button code.
PHP Code:
RUN;$SKINPATH$SCRIPTSmovietimesnav.exe||MOVIENAVIGATE
Running the script seperately works great, but movietimes will not run it on it's own.
|
|
|
12-16-2008, 08:50 PM
|
#323
|
|
Variable Bitrate
Join Date: Nov 2004
Location: San Diego
Posts: 427
|
a little bit of a problem.
i get theater and movie lists, but no details, and one of my theaters only says it has one movie playing.
yet if you are still pulling off m.yahoo it works there.
the only think i noticed was that my first theater doesnt have the "buy tickets" after it and maybe thats messing up your formating?
91945
__________________
Core duo
1tb harddrive
256 ddr
8 lilliput
bu-353
still installing...
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
12-17-2008, 09:06 AM
|
#324
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
|
Quote: Originally Posted by 84RegalRider 
a little bit of a problem.
i get theater and movie lists, but no details, and one of my theaters only says it has one movie playing.
yet if you are still pulling off m.yahoo it works there.
the only think i noticed was that my first theater doesnt have the "buy tickets" after it and maybe thats messing up your formating?
91945
Are you referring to Grossmont? I see there's only one movie and no movietimes... but there's really nothing i can do about that one theater without breaking the code for all other theaters. As with all plugins like this that scrape data, the format needs to be consistant or problems like this will arise. Other than grossmont every other theater in that zip i tested is working fine.
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
12-17-2008, 01:39 PM
|
#325
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by ThunderStick 
Yes, what I did as a work around is I have RR run the script along with the movienavigate command in my button code.
PHP Code:
RUN;$SKINPATH$SCRIPTSmovietimesnav.exe||MOVIENAVIGATE
Running the script seperately works great, but movietimes will not run it on it's own.
On a side note, I don't remember MOVIENAVIGATE working with Freedrive. Did Enforcer ever write a script to send coordinates to Freedrive? Are there labels for gps coordinates in the current release? If so, what are they?
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
Last edited by Enforcer; 12-17-2008 at 03:41 PM.
|
|
|
12-17-2008, 03:42 PM
|
#326
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,941
|
Quote: Originally Posted by GizmoQ 
On a side note, I don't remember MOVIENAVIGATE working with Freedrive. Did Enforcer ever write a script to send coordinates to Freedrive? Are there labels for gps coordinates in the current release? If so, what are they?
My Personal Edition of FreeDrive (see Sig), can accept the coords via a sendmsg.
recommended command string
GPS||SENDMSG;FreeDrive;gotoco:Lat:Lon"
ie
GPS||SENDMSG;FreeDrive;gotoco:51.3456:-0.1234"
|
|
|
12-18-2008, 05:55 PM
|
#327
|
|
Variable Bitrate
Join Date: Nov 2004
Location: San Diego
Posts: 427
|
Thanks for looking.
use to work fine but im guessing since you cant buy tickets now thats killed the formating.
didnt know if i would be easy to look for the buy tag and just skip it if it wasnt there. if-else statement.
not really bugged by it at the moment to reinvent the wheel.
ill just wait it out a bit longer and hope grossmont starts offering tickets again. They just sold to another company so that might be the prob.
thanks for the great app anyways.
__________________
Core duo
1tb harddrive
256 ddr
8 lilliput
bu-353
still installing...
|
|
|
12-18-2008, 06:35 PM
|
#328
|
|
The Last Good Gremlin
Join Date: Nov 2004
Location: St Louis
Posts: 1,934
|
Quote: Originally Posted by Enforcer 
My Personal Edition of FreeDrive (see Sig), can accept the coords via a sendmsg.
recommended command string
GPS||SENDMSG;FreeDrive;gotoco:Lat:Lon"
ie
GPS||SENDMSG;FreeDrive;gotoco:51.3456:-0.1234"
I remember that, but how do I get the selected theatre's GPS coords from the movietimes plugin?
__________________
HARDWARE: Fujitsu Stylistic ST5031w/WiFi and dock, internal MP3Car 80G HD,, external 1TB HD, Sierra Wireless Aircard 550, DVD-RW, Silabs FM, WinTV USB, XM Commander w/Timetrax USB, Delorme GPS, Saitek X-52 joystick, BluSoleil Bluetooth, TPMS, FB, Elm327
|
|
|
12-18-2008, 07:22 PM
|
#329
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,941
|
Well the plugin doesn't have GPS coords for the theatres, just the ZIPCODE, so you would need a way to convert the ZIPCODE to GPS Coords. (or Sonic could add that to the plugin so it can provide the Lat and Lon labels)
|
|
|
12-19-2008, 09:01 AM
|
#330
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,312
|
the coordinates arent available from the site i pull data from.. so i take the address and use geocaching to get an approximate but its very dependent on the geocaching data being correct and very hit or miss. i asked awhile back if anyone knew if a better geocaching site but noone replied
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:26 PM.
| |