Playing a bit torrent music file?

Asked by Timothy Marshall

I downloaded a bit-torrent file of music from Jamendo free music and don't know how to p repair it to play in the Rythm box or place it into the Audacity program. Please help.
             Thanks, Timothy.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu transmission Edit question
Assignee:
No assignee Edit question
Solved by:
mycae
Solved:
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

Depends on the format you dowloaded it in. Jamendo offers both Ogg and MP3 formats. MP3 formats are proprietary, and are not royalty free to implement decoders. Thus MP3 playback cannot be incldued by default in ubuntu. You can, assuming you have the rights to do so, install MP3 playback capacity by installing the ubuntu-restricted-extras package

http://psychocats.net/ubuntu/mp3

Revision history for this message
Timothy Marshall (marshallaw1260) said :
#2

Mycae,
Apparently the file was installed as an Ogg file. So can I use this as background music in an Audacity project? And how do I get it in there?
       Thanks, Timothy.

> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #142711]: Playing a bit torrent music file?
> Date: Mon, 24 Jan 2011 20:18:35 +0000
>
> Your question #142711 on transmission in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/transmission/+question/142711
>
> Status: Open => Answered
>
> mycae proposed the following answer:
> Depends on the format you dowloaded it in. Jamendo offers both Ogg and
> MP3 formats. MP3 formats are proprietary, and are not royalty free to
> implement decoders. Thus MP3 playback cannot be incldued by default in
> ubuntu. You can, assuming you have the rights to do so, install MP3
> playback capacity by installing the ubuntu-restricted-extras package
>
> http://psychocats.net/ubuntu/mp3
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+source/transmission/+question/142711/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/transmission/+question/142711
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you give the output of:

cd ~/Downloads/name; ls

change ~/Downloads/name to the actual folder name the audio is downloaded to.

'ls' is a lowercase 'LS' and will list the folder contents, we can now see the format

Thanks

Revision history for this message
Timothy Marshall (marshallaw1260) said :
#4

Sorry, "actionparsnip",
I am not familiar with this, can you explain how I can find this to make the change you suggest.
              Thanks, Timothy.

> To: <email address hidden>
> From: <email address hidden>
> Subject: RE: [Question #142711]: Playing a bit torrent music file?
> Date: Mon, 24 Jan 2011 21:11:53 +0000
>
> Your question #142711 on transmission in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/transmission/+question/142711
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> cd ~/Downloads/name; ls
>
> change ~/Downloads/name to the actual folder name the audio is
> downloaded to.
>
> 'ls' is a lowercase 'LS' and will list the folder contents, we can now
> see the format
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/transmission/+question/142711
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Best mycae (mycae) said :
#5

Hi Timothy,

To enter the command that Actionparsnip suggests, you need to use the terminal. To open a terminal, you can either use the keyboard shortcut Ctrl+Alt+T, or you can select this from the applications menu.

The change that Actionparsnip is suggesting is to substitute where he has written "name" with the actual folder that you have placed the audio file in, if you sort your downloads.

However, it is a little confusing -- Ogg should be supported by audacity out-of-the box -- you should be able to drag and drop the file into the audacity window, or import it from the file menu.

If the command Actionparsnip suggests does not make sense to you, an alternative is to simply look over your entire downloads directory using the "find" command, also entered in at the terminal.

find ~/Downloads -name \*ogg

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

find works too, slower but easier for the user.

Revision history for this message
Timothy Marshall (marshallaw1260) said :
#7

Thanks mycae, that solved my question.