~conky-companions/+junk/conkybanshee

« back to all changes in this revision

Viewing changes to conkyBanshee

  • Committer: Mark
  • Date: 2010-10-25 11:54:03 UTC
  • Revision ID: mark@towerpc1-20101025115403-a7h1eibk2y7mnoaz
Updated main binary script to use Python2 rather than Python as Python3 is here or approaching. Updated to provide a copy of coverart files in a custom path to avoid file naming issues - the file where coverart gets copied to when using the --datatype=CA option is determined by the -c/--coverartpath option, note that if this option is set to an empty string i.e '' the original file path is provided for the coverart path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
cd /usr/share/conkybanshee/
3
 
/usr/bin/python /usr/share/conkybanshee/conkyBanshee.py "$@"
 
3
/usr/bin/python2 /usr/share/conkybanshee/conkyBanshee.py "$@"