Page 41 of 70 FirstFirst ... 31394041424351 ... LastLast
Results 401 to 410 of 699

Thread: Howto: Music album covers in Thunar Nautilus and everywhere!

  1. #401
    Join Date
    May 2007
    Beans
    45
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by Yuzem View Post
    I think it is all fixed now.
    Again, I attached a deb for testing.
    Everything seems to be fixed as far as making the avatars through the gui (tested -name 1 as well). Though I still can't get an action to add an avatar to the playlist. It now outputs

    Code:
    jayde6@jayde6-desktop:~/Music/Adult Alternative/Meredith Brooks$ avatar-factory -al --launcher mpd-add "Blurring the Edges.desktop"
    cat: Blurring the Edges.desktop: No such file or directory
    jayde6@jayde6-desktop:~/Music/Adult Alternative/Meredith Brooks$ /usr/local/bin/avatar-factory: line 44: eval: --: invalid option
    eval: usage: eval [arg ...]
    ~ I studied silence to learn the music ~
    ~ I joined the sinful to regain innocence ~
    ~ Nightwish - Dead to the World ~

  2. #402
    Join Date
    Sep 2006
    Beans
    1,116
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    That fixed things for me. I can confirm jayde6's problem, although it works if you supply the full path.

  3. #403
    Join Date
    May 2007
    Beans
    45
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by aidanr View Post
    That fixed things for me. I can confirm jayde6's problem, although it works if you supply the full path.
    Awesome, that works great. Thanks
    ~ I studied silence to learn the music ~
    ~ I joined the sinful to regain innocence ~
    ~ Nightwish - Dead to the World ~

  4. #404
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Ok, I will leave the full path problem for the next version.
    aidanr and jayde6, thanks both for the feedback.

  5. #405
    Join Date
    Dec 2007
    Beans
    6

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    How to use widgets? When i'm trying to run "avatar-factory --widget" nothin happens :/

  6. #406
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    The --widget option is to automatically show/hide the music widget.
    The widget is created when you make click on a music avatar if it is configured to act as a launcher.

    Then for example if you have totem configured as your music player for music avatars you can run "avatar-factory --widget" and the widget will hide if totem is not running and it will be shown if it is running.

  7. #407
    Join Date
    Dec 2007
    Beans
    6

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    My config:
    ----------------------
    music="mpd"
    music_widget=yes
    mpd_port=6600
    mpd_host=127.0.0.1
    ----------------------
    And when i'm clicking launcher-type avatar music starts, but nothing else happends.

  8. #408
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by direk_ View Post
    And when i'm clicking launcher-type avatar music starts, but nothing else happends.
    You config seems ok, I am not sure if I understand correctly. My english is not very good.
    You say that when you click on a music avatar the music start playing and no widget appears. Is that correct?

    If it is, the problem could be the name of your desktop folder.
    Go to your user folder:
    Code:
    nautilus $HOME
    If your desktop folder name is not Desktop then that must be the cause.
    I don't know how to get the Desktop folder name from bash.

    To fix it you can do this from the terminal:
    Code:
     ln -s ~/DesktopName ~/Desktop
    Replace "DesktopName" with the name of your Desktop folder.

  9. #409
    Join Date
    Dec 2007
    Beans
    6

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Yeah, it was a problem. My desktop dir is "Pulpit" (polish version of ubuntu). But I found a file:
    ~/.config/user-dirs.dirs
    There's defined desktop folder name:
    XDG_DESKTOP_DIR="$HOME/Pulpit"

    I think you can use it


    Please tell me one more thing. How to create launcher-type avatars, that will ADD songs to mpd playlist, not overwrite it?
    Last edited by direk_; March 14th, 2008 at 08:41 PM.

  10. #410
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

    Re: Howto: Music album covers in Thunar Nautilus and everywhere!

    Quote Originally Posted by direk_ View Post
    Yeah, it was a problem. My desktop dir is "Pulpit" (polish version of ubuntu). But I found a file:
    ~/.config/user-dirs.dirs
    There's defined desktop folder name:
    XDG_DESKTOP_DIR="$HOME/Pulpit"

    I think you can use it
    Great, I will, thanks.

    Quote Originally Posted by direk_ View Post
    Please tell me one more thing. How to create launcher-type avatars, that will ADD songs to mpd playlist, not overwrite it?
    Add the following to the configuration file or overwrite the existing key:
    Code:
    music=mpd-add
    Also, you can add albums to the playlist by dragging and dropping a music avatar to the widget. It will work better if you resize the widget to it maximum size.
    Last edited by Yuzem; March 14th, 2008 at 08:53 PM.

Page 41 of 70 FirstFirst ... 31394041424351 ... LastLast

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
  •