Results 1 to 3 of 3

Thread: Getting the Most out of Linux: Entertainment

  1. #1
    Join Date
    May 2010
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Getting the Most out of Linux: Entertainment

    I am almost totally green to Ubuntu. Since I got a virus I couldn't repair, I pretty much handed myself a burned cd with the Ubuntu image on it and said "Figure it out". That was about 5 days ago. Unfortunately, where do I begin? I have the adding new programs almost down, and I'm sort of plodding my way through the whole multimedia plugins deal but there are still a lot of questions I have to ask.

    First and foremost, how have you made the most out of Ubuntu? What kinds of programs do you use for entertainment? What, specifically, do they do? Do they have a steep learning curve? Did you do any tweaking that you think has made your experience better?

    Some general questions that are on my mind while I type this are:

    -iPods. How are you getting the functionality of iTunes without iTunes? How do you sync your iPod? I'm currently using Floola but I'm wondering if there is a program out there that is better.

    -Multimedia plugins. How do I get functionality out of a Windows Media Player streaming player?

    -TV. Any of you use any programs that allow you to watch TV from your computer without any special equipment? If I want to watch a live news feed, where would I go?

    -Games. I have a copy of Halo for the PC. Would I be able to play it? If yes, how?

    I greatly appreciate your patience in advance for my stupid questions and lack of understanding (How do you do that stuff, with the thing? Can I do other stuff with the thing?).

  2. #2
    Join Date
    Apr 2010
    Location
    Northeast U.S.
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Getting the Most out of Linux: Entertainment

    Quote Originally Posted by Gelegenheit View Post

    -iPods. How are you getting the functionality of iTunes without iTunes? How do you sync your iPod? I'm currently using Floola but I'm wondering if there is a program out there that is better.
    I don't use an ipod, so..... but I hear Rhythmbox has ipod support.

    Quote Originally Posted by Gelegenheit View Post
    -Multimedia plugins. How do I get functionality out of a Windows Media Player streaming player?
    If you do in terminal:
    Code:
    sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
    this will give you the medibuntu repositories for even more software choices.
    then:
    Code:
    sudo apt-get install non-free-codecs gecko-mediaplayer
    you will then have just about every codec under the sun. And before someone chimes in with "install ubuntu restricted extras", non-free-codecs includes restricted extras plus even more.
    Quote Originally Posted by Gelegenheit View Post
    -TV. Any of you use any programs that allow you to watch TV from your computer without any special equipment? If I want to watch a live news feed, where would I go?
    A lot of websites have streaming feeds. Channelsurfing.net has some broadcast stations and sports.

    Quote Originally Posted by Gelegenheit View Post
    -Games. I have a copy of Halo for the PC. Would I be able to play it? If yes, how?
    I have windows on a separate drive for gaming, so I don't know if halo would work in ubuntu via wine. I'm sure others will fill in the missing pieces.

    Quote Originally Posted by Gelegenheit View Post
    I greatly appreciate your patience in advance for my stupid questions and lack of understanding (How do you do that stuff, with the thing? Can I do other stuff with the thing?).
    No such thing as a stupid question. The only stupid questions are the ones that aren't asked. Remember, we were all newbies at one time.
    Last edited by WinterRain; May 25th, 2010 at 08:49 PM.

  3. #3
    Join Date
    May 2010
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Getting the Most out of Linux: Entertainment

    Thanks a ton for the response. I downloaded the plugins. While I didn't get functionality out of what I had in mind, (I suppose it is on the other side and I have a work-around for it anyway), I am happy that I am now able to open almost anything I want to.

    I haven't quite gotten Rhythmbox quite figured out yet but that is something that shouldn't be too much of a problem.

    Thanks for making my first encounter with the Ubuntu community a great one. I look forward to my time using the OS.

Tags for this Thread

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
  •