Page 9 of 70 FirstFirst ... 78910111959 ... LastLast
Results 81 to 90 of 699

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

  1. #81
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Just found how to do audacious support : same as banshee. I ve just replaced banshee command with audacious one (same options after) and ... it works, yay
    here's the modified code :
    Code:
    banshee_support ()
    {
    eval audacious --play --enqueue  $(find "$1" -maxdepth 1 -type f -iname '*.mp3' -or -iname '*.aac' -or -iname '*.m4a' -or -iname '*.ogg' | sed -e 's/^/"/' -e 's/$/"/' | tr '\n' ' ')
    }
    Looks like it need some factorisation, ie a player_support function that take args like player command/options ...

  2. #82
    Join Date
    Apr 2007
    Location
    Texas, USA
    Beans
    809
    Distro
    Kubuntu 12.10 Quantal Quetzal

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

    Hey yuzem, you forgot the "sort" function in the line to launch Banshee.
    Last edited by isaacj87; September 1st, 2007 at 10:35 PM.

  3. #83
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

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

    Ok, I will add audacious support in the next version and I will set the banshee function as the default behavior for unknown players.
    Today I had an idea about avatar-factory and youtube. I am working on that right now and if everything goes well it will be on the next version too.

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

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

    Quote Originally Posted by isaacj87 View Post
    Hey yuzem, you forgot the "sort" function in the line to launch Banshee.
    Ops... I was in another computer so I downloaded and fixed the sort problem but I forgot to update that on my computer.

    Now it is fixed. (again)

  5. #85
    Join Date
    Apr 2007
    Location
    Texas, USA
    Beans
    809
    Distro
    Kubuntu 12.10 Quantal Quetzal

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

    Quote Originally Posted by Yuzem View Post
    Ops... I was in another computer so I downloaded and fixed the sort problem but I forgot to update that on my computer.

    Now it is fixed. (again)
    Thank you

    I'm interested about this youtube idea...can't wait!

  6. #86
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by Yuzem View Post
    Ok, I will add audacious support in the next version and I will set the banshee function as the default behavior for unknown players.
    )
    I guess there is a bit more work to do for a real audacious support than what i said before, I've just seen for exemple that the music widget seems to not work with my "simple tweak"
    btw, any answer from mod to your ask about a project subforum ?

  7. #87
    Join Date
    Jun 2005
    Location
    Malta
    Beans
    4,187
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    This is incredibly cool..

  8. #88
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by Lord Illidan View Post
    This is incredibly cool..
    yes indeed

  9. #89
    Join Date
    Oct 2006
    Location
    Argentina
    Beans
    584
    Distro
    Ubuntu

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

    Quote Originally Posted by ayoli View Post
    I guess there is a bit more work to do for a real audacious support than what i said before, I've just seen for exemple that the music widget seems to not work with my "simple tweak"
    btw, any answer from mod to your ask about a project subforum ?
    Yes, they send me this link:
    http://ubuntuforums.org/showthread.php?t=393914

    Having read that I saw that it isn't about a different category for the topic but an entire forum for it and I don't believe that that is necessary. A topic is good enough for now.
    I wouldn't know what to do with an entire forum.
    Maybe in the future if avatar-factory becomes more popular...

  10. #90
    Join Date
    Jun 2006
    Location
    Millau, France
    Beans
    1,492
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by Yuzem View Post
    Yes, they send me this link:
    http://ubuntuforums.org/showthread.php?t=393914

    Having read that I saw that it isn't about a different category for the topic but an entire forum for it and I don't believe that that is necessary. A topic is good enough for now.
    I wouldn't know what to do with an entire forum.
    Maybe in the future if avatar-factory becomes more popular...
    It's already popular
    Look at third party project forums there is not many thread but it still better than having one thread with 80 pages /800 replies (as it goes for the mac menu bar).
    That is perhaps not an emergency (lol) but could be interesting in the future.

Page 9 of 70 FirstFirst ... 78910111959 ... 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
  •