Ignore:
Timestamp:
08/26/12 14:38:18 (12 years ago)
Author:
Nicholas Riley
Message:

tunes.py: Static terminology for iTunes to work around 'gdte' bug in
iTunes 10.6.3, from <https://github.com/abarnert/itunesterms>.

StreamVision.py: Use above static terminology.

More information at <http://www.leancrew.com/all-this/2012/06/the-first-nail-in-the-coffin-of-python-appscript/>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r647 r649  
    1313import scrape
    1414import HotKey
     15import tunes # <https://github.com/abarnert/itunesterms>
    1516
    1617GROWL_APP_NAME = 'StreamVision'
     
    7778    return name
    7879
    79 def iTunesApp(): return app(id='com.apple.iTunes')
     80def iTunesApp(): return app(id='com.apple.iTunes', terms=tunes)
    8081def XTensionApp(): return app(creator='SHEx')
    8182def AmuaApp(): return app('Amua.app')
Note: See TracChangeset for help on using the changeset viewer.