Announcement

Collapse
No announcement yet.

Movie Showtimes Discussion

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Works like a champ.....but :-)

    How can I get the device to show when it was last changed? It has stayed the same date since the day I installed it and the movielisting script.
    .

    Comment


      #17
      Last Change update

      The attached file should fix the last change status of the movie listing.

      If you want to make the change yourself simply add one line at the end of the script like so:

      Code:
       
      .....
      
        strTemp = replace(strTemp, "|sp", " ")
        hs.SetDeviceLastChange strItem, now                  <------ add this line here
        hs.SetDeviceString strItem, strTemp
      end sub

      Comment


        #18
        Did I mention the attached file that I forgot to attach?
        Attached Files

        Comment


          #19
          Getting that Invalid procedure call....

          I can't exactly say when this started happening, but its been a while. I am trying to remove all RED messages on my log by either removing the offender or fixing it. Used to really like this script and would like to fix it. Does anyone have a working version?

          HTML Code:
          8/19/2013 10:52:19 AM  - Error - Running script, script run or compile error in file: MovieListing.txt5:Invalid procedure call or argument: 'mid' in line 117 More info: Invalid procedure call or argument: 'mid'
          .

          Comment

          Working...
          X