Page 1 of 6 123 ... LastLast
Results 1 to 10 of 54

Thread: HOWTO: Songbird

  1. #1
    Join Date
    Apr 2005
    Beans
    265

    HOWTO: Songbird

    Really simple guys........

    Download this
    http://developer.songbirdnest.com/ni...ux-i686.tar.gz

    tar -xfzv Songbird*

    run songbird from the directory e.g. ./Songbird or add the path to your menu via alacarte
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	fb.jpg 
Views:	951 
Size:	382.0 KB 
ID:	14446  

  2. #2
    Join Date
    Apr 2006
    Location
    Modesto, CA
    Beans
    106
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Smile Re: HOWTO: Songbird

    Quote Originally Posted by plb View Post
    Really simple guys........

    Download this
    http://developer.songbirdnest.com/ni...ux-i686.tar.gz

    tar -xfzv Songbird*

    run songbird from the directory e.g. ./Songbird or add the path to your menu via alacarte
    Thank you for the submission!

    I was able to easily try this out.

    I'm still working on my sound problems but its cool to know there is a Itunes-like categloger for music and its easy to use.

    Thanks again.

  3. #3
    Join Date
    May 2006
    Beans
    57
    Distro
    Edgy Eft Testing

    Re: HOWTO: Songbird

    crashes every few seconds for me....looks great though, i cant wait for it to go stable

  4. #4
    Join Date
    Oct 2005
    Beans
    55

    Re: HOWTO: Songbird

    yeah crashes randomly for me too, but it looks awesome, can't wait for a stable release to come out

  5. #5
    Join Date
    Jun 2005
    Location
    Australia
    Beans
    247
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Songbird

    I tried Songbird on Klik, because I thought it would be difficult to install. But this version crashes far less often Looks very promising so far!

  6. #6
    Join Date
    Feb 2006
    Location
    U.S.A & Brazil
    Beans
    180
    Distro
    Ubuntu 12.04 Precise Pangolin

    Songbird Media Player

    First I would like to thank ArsGeek for making this so easy to install!!!

    Songbird is a great way to have all your media and web media in one place. Check out the site Songbird.

    Now lets intall it:

    You can go here to download the file:
    http://www.songbirdnest.com/download...orm=linux-i686

    Click here to download Songbird!

    Go to where you downloaded the file and untar it:
    Code:
    tar zxvf ~/Desktop/Song*.tar.gz
    Rename the file:
    Code:
    cd ~/Desktop
    
    mv Songbird_20061003 Songbird
    Move Songbird where you would like to have it. I put it into /opt:
    Code:
    sudo cp -Rv ~/Desktop/Songbird /opt
    Lets make sure we have use of this folder:
    Code:
    sudo chown -Rv username:username /opt/Songbird/
    Time to run Songbird:
    Code:
    /opt/Songbird/Songbird
    Add and icon. You can download it by clicking here:
    Songbird Icon - The Default icon is /Songbird/chrome/icons/default/default.xpm

    More icons here:
    http://www.songbirdnest.com/getsongbird

    Move icon:
    Code:
    sudo cp ~/Desktop/sb.png /usr/share/pixmaps
    Adding it to the Application Menu:
    • Right click on Applications

    • Select Edit Menus

    • In Alacarte Menu Editor - Goto Sound & Video

    • Click on File -> New Entry

    • Entry Editor
      • Name: Songbird
      • Comment: Songbird
      • Command: /opt/Songbird/Songbird

    • Click on No Icon
      • Goto /usr/share/pixmaps/sb.png

      • Click OK


    Now run it:

    Applications -> Sound & Video -> Songbird



    I would like to say thanks again to ArsGeek. If any of you have a chance check out the other Ubuntu Posts. There is a lot of good stuff there!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	sb.png 
Views:	401 
Size:	12.6 KB 
ID:	17030  
    Last edited by handband2; October 7th, 2006 at 05:37 PM.

  7. #7
    Join Date
    May 2006
    Beans
    79

    Re: Songbird Media Player

    Nice How-to! Works great, but I have a problem though... How to play last.fm stream? When I click in a radio it says: last.fm is not a registered protocol.

    Thanks!

  8. #8
    Join Date
    Mar 2005
    Location
    Oregon
    Beans
    1,023
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Songbird Media Player

    I downloaded the file and it installed a folder in some archiver but is doesn't tell you what program it is. Where do i go from there? It looks like it is already extracted. So I don't know if your instructions will work.

  9. #9
    Join Date
    Feb 2006
    Location
    U.S.A & Brazil
    Beans
    180
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Songbird Media Player

    Quote Originally Posted by franestepona View Post
    Nice How-to! Works great, but I have a problem though... How to play last.fm stream? When I click in a radio it says: last.fm is not a registered protocol.

    Thanks!
    I'm glad it worked.

    For last.fm you have to make sure last.fm player is installed. reda_ea has a good howto for the last.fm player:
    http://www.ubuntuforums.org/showthread.php?t=213185

    To install last.fm player:
    Code:
    sudo apt-get install libgconf2-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libgdk-pixbuf-dev libgtk2.0-dev libmono-dev  libgnome2.0-cil mono-mcs mono-gac
    or
    • Open Synaptic Package Manager

    • Install these packages
      • libgconf2-dev

      • libgstreamer0.10-dev

      • libgstreamer-plugins-base0.10-dev

      • libgdk-pixbuf-dev

      • libgtk2.0-dev

      • libmono-dev

      • libgnome2.0-cil

      • mono-mcs

      • mono-gac


    Download the file:
    last-exit_2.0-1ubuntu2_i386.deb.tar.bz2
    Untar or Extract the file:
    Code:
    cd Desktop
    tar -xjvf last-exit_2.0-1ubuntu2_i386.deb.tar.bz2
    or
    • Right Click on last-exit_2.0-1ubuntu2_i386.deb.tar.bz2

    • Goto - Extract Here


    Intall last.fm player:
    Code:
    dpkg -i last-exit_2.0-1ubuntu2_i386.deb
    or
    • Click on last-exit_2.0-1ubuntu2_i386.deb

    • Click on Install Package


    I hope this helps.

  10. #10
    Join Date
    Feb 2006
    Location
    U.S.A & Brazil
    Beans
    180
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Songbird Media Player

    Quote Originally Posted by geovino View Post
    I downloaded the file and it installed a folder in some archiver but is doesn't tell you what program it is. Where do i go from there? It looks like it is already extracted. So I don't know if your instructions will work.
    geovino,
    Try downloading it from here:
    http://www.songbirdnest.com/download

    Make sure you have the Songbird*.tar.gz file downloaded

Page 1 of 6 123 ... 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
  •