Results 1 to 7 of 7

Thread: Conky and amaroK

  1. #1
    Join Date
    Apr 2011
    Beans
    4

    Conky and amaroK

    not sure if this is the right place or not

    Hi guys i've been searching all over the web for a tutorial to have amarok display in my conky for the past 3 or 4 hours now and i can't seem to find a simple howto.

    i have amarok 2.2.3.2 and conky 1.8.0 can someone show me a easy howto or explain to me the steps please thank you in advance

  2. #2

    Re: Conky and amaroK

    Moved to Absolute Beginner Talk.
    Ubuntu user #7247 :: Linux user #409907
    inconsolation.wordpress.com

  3. #3
    Join Date
    Apr 2007
    Location
    Coffee corner
    Beans
    405
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Conky and amaroK


  4. #4
    Join Date
    Apr 2011
    Beans
    4

    Re: Conky and amaroK

    Quote Originally Posted by rosencrantz View Post
    yes i have seen that thread but i don't really understand. I mean for my main conky i have the file .conkyrc right? now for amarok would i need another file like that also and where would i put it. Not sure what they were talking about "MySQL" really noobie sorry.

  5. #5
    Join Date
    Apr 2007
    Location
    Coffee corner
    Beans
    405
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Conky and amaroK

    I have never used conky before, so a lot of this is experimental for me.
    MySQL is one of the database management systems Amarok can use to manage your collection, by default it's using SQLite. If you want conky to include statistics, amarok has to run on MySQL for the example code to work.
    This is what I tried:
    Save http://conky.sourceforge.net/conkyrc-ke49 as ~/.conkyrc
    Then create a subdirectory .conky, also in home. Save
    http://conky.sourceforge.net/amarok-ke49 as ~/.conky/amarok and make it executable.
    I tried to get the script to work with some modifications, but it seems to be a) quite specific to someone else's machine and b) dated.
    The script uses dcop calls to communicate with Amarok - dcop has been replaced by DBus since KDE4.
    So this would require a lot of tweaking.
    Do you have any special reason to use conky?
    If you're on KDE, there are a lot of Superkaramba and Plasma system monitor widgets doing pretty much what conky does - and much more up to date.
    kde-look.org has a good selection in the Karamba and Plasmoids sections.
    On gnome, you'll have to look for screenlets or gdesklets.
    Last edited by rosencrantz; April 8th, 2011 at 08:14 PM.

  6. #6
    Join Date
    Apr 2011
    Beans
    4

    Re: Conky and amaroK

    Quote Originally Posted by rosencrantz View Post
    I have never used conky before, so a lot of this is experimental for me.
    MySQL is one of the database management systems Amarok can use to manage your collection, by default it's using SQLite. If you want conky to include statistics, amarok has to run on MySQL for the example code to work.
    This is what I tried:
    Save http://conky.sourceforge.net/conkyrc-ke49 as ~/.conkyrc
    Then create a subdirectory .conky, also in home. Save
    http://conky.sourceforge.net/amarok-ke49 as ~/.conky/amarok and make it executable.
    I tried to get the script to work with some modifications, but it seems to be a) quite specific to someone else's machine and b) dated.
    The script uses dcop calls to communicate with Amarok - dcop has been replaced by DBus since KDE4.
    So this would require a lot of tweaking.
    Do you have any special reason to use conky?
    If you're on KDE, there are a lot of Superkaramba and Plasma system monitor widgets doing pretty much what conky does - and much more up to date.
    kde-look.org has a good selection in the Karamba and Plasmoids sections.
    On gnome, you'll have to look for screenlets or gdesklets.
    i just love what conky can do that's why.. ok i did the following as you requested now what would i do afterwards? is it like my gmail set up in conky? I have a file in ~/.scripts named as gmail.py

  7. #7
    Join Date
    Apr 2007
    Location
    Coffee corner
    Beans
    405
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Conky and amaroK

    I'm not sure where that gmail script is from (did you look at it in a text editor? Nice programmers leave comments), but I'd assume it's not conky. I don't think conky uses python - and shouldn't it be in ~/.conky?
    Run conky from the command line and try to weed out the errors.
    A few hints:
    I assume your Amarok doesn't use MySQL, so remove everything statistics related from the amarok script.
    Try to replace the dcop commands with dbus ones. I haven't found a good amarok dbus tutorial with google, so you're on your own there, sorry.
    Last edited by rosencrantz; April 9th, 2011 at 12:07 AM.

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
  •