Page 11 of 24 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 232

Thread: Conky Exaile Python Script

  1. #101
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Exaile Python Script

    Quote Originally Posted by Judgegeo View Post
    Any help would be appreciated

    Code:
    ERROR: Error loading template file: [Errno 2] No such file or directory: 'usr/share/conkyexaile/example/conkyExaile.template'
    Traceback (most recent call last):
      File "/usr/share/conkyexaile/conkyExaile.py", line 445, in <module>
        main()
      File "/usr/share/conkyexaile/conkyExaile.py", line 442, in main
        exaileinfo.writeOutput()
      File "/usr/share/conkyexaile/conkyExaile.py", line 395, in writeOutput
        print output.encode("utf-8")
    UnboundLocalError: local variable 'output' referenced before assignment
    The answer really is in the error message, the example template you are pointing to with the command line options isn't there...

  2. #102
    Join Date
    Sep 2007
    Location
    England
    Beans
    37

    Re: Conky Exaile Python Script

    Quote Originally Posted by kaivalagi View Post
    The answer really is in the error message, the example template you are pointing to with the command line options isn't there...
    Thats the thing that confuses me, it IS there. I've checked and double checked, deleted the file, made a new one, still I get the same error.

  3. #103
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Exaile Python Script

    Quote Originally Posted by Judgegeo View Post
    Thats the thing that confuses me, it IS there. I've checked and double checked, deleted the file, made a new one, still I get the same error.
    Missing "/" at the start of the path?

    "usr/share/conkyexaile/example/conkyExaile.template" should be "/usr/share/conkyexaile/example/conkyExaile.template" otherwise the script may try loading the file from a usr sub-folder somewhere...

  4. #104
    Join Date
    Sep 2007
    Location
    England
    Beans
    37

    Re: Conky Exaile Python Script

    Quote Originally Posted by kaivalagi View Post
    Missing "/" at the start of the path?

    "usr/share/conkyexaile/example/conkyExaile.template" should be "/usr/share/conkyexaile/example/conkyExaile.template" otherwise the script may try loading the file from a usr sub-folder somewhere...
    You sir, are a gentleman and a squire. I never once picked up on that! Even though the other 3 scripts of yours I run have the "/", haha.

    THANK YOU :3.

  5. #105
    Join Date
    Dec 2008
    Location
    RIGHT BEHIND YOU
    Beans
    294
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Conky Exaile Python Script

    Can this script produce a progress bar? I don't see it in the template or options but it's mentioned once in this thread, so it's possible I'm being totally dense...?

  6. #106
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Exaile Python Script

    Quote Originally Posted by Sarai the Geek View Post
    Can this script produce a progress bar? I don't see it in the template or options but it's mentioned once in this thread, so it's possible I'm being totally dense...?
    The script can produce a percentage value for progress, which can be used along with the execibar function, e.g.:

    ${execibar 1 conkyExaile --datatype=PC}

    Take a look at the conky documentation pages for more info on it if you get stuck, it should be simple enough though

    Cheers

  7. #107
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Exaile Python Script

    UPDATE

    I have added cover art support to the script, now cover art image filepaths can be found by using the --datatype=CA option. This option will be useful to anyone using the $image function now available with conky v1.7.1+

    Package changes can be seen here: https://launchpad.net/~m-buck/+archive/conky/+files/conkyexaile_2.05_source.changes

    The apt packages should be available shortly, the first post has the new packages attached also

    Chimo

    Edit: I forgot to update the README and the help output to detail the CA datatype availability...this will be updated in the next release whenever that is...
    Last edited by kaivalagi; July 26th, 2009 at 01:16 PM.

  8. #108
    Join Date
    Aug 2006
    Beans
    92
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Conky Exaile Python Script

    awesome. kaivalagi, thanks for all your hard work! =D>

  9. #109
    Join Date
    Sep 2008
    Location
    Sweden
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Conky Exaile Python Script

    does this work with the dev version of exaile? i cant get any info out of it!?

  10. #110
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Conky Exaile Python Script

    Quote Originally Posted by maximalistic View Post
    does this work with the dev version of exaile? i cant get any info out of it!?
    I'm running version 0.2.14 of Exaile and have it working, I am using this repo:

    Code:
    deb http://ppa.launchpad.net/exaile-devel/ppa/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/exaile-devel/ppa/ubuntu jaunty main

Page 11 of 24 FirstFirst ... 91011121321 ... LastLast

Tags for this Thread

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
  •