Search:

Type: Posts; User: iuz; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    2,002

    Re: wine & quickpar & nautilus

    #!/usr/bin/python
    import os;
    import sys;

    if len(sys.argv) != 2:
    print "Usage: " + sys.argv[0] + " <absolute-path>"
    sys.exit(-1);

    os.system("cd \"" + os.path.split(sys.argv[1])[0] + "\";...
  2. [ubuntu] Re: [HOWTO] Install Last.FM / Scrobbler plugin in Audacious2 on Lucid Lynx

    A prerequisite is having the audacious-dev package installed.

    After installing the scrobbler plugin is added to the General plugins tab in the Audacious preferences. I can confirm that it works...
Results 1 to 2 of 2