RhythmBox connecting to Windows share

Asked by DAWGLB

I am unable to seemingly access or play MP3 files on another machine on my network (Windows).
I have mounted a drive, press play and the MP3 plays via Movie Player.
I tried playing by right clicking and selecting Rhythmbox and no dice.
I have tried importing and I am not sure if has imported or not and how to then access and play??

Question information

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

open a Terminal (applications--->Accesories--->terminal)
copy, paste and press ENTER

sudo apt-get update ; sudo apt-get install samba

Revision history for this message
DAWGLB (86browns) said :
#2

Hello
I am not sure what this was supposed to do, I tried it and cannot import mp3 from the Windows computer share on the network. I can connect to the share via the mounted drive, but cannot import the music. I am getting import errors in rythym box music player 0.11.6.
import error smb://buckeyes;mark@haus/music/......mp3

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Can you access using Nautilus to that address without any issue...?
Can you put the entire mp3 address... ?
RythmBox give this error on the firts song you try to import ?

Thank you

Revision history for this message
DAWGLB (86browns) said :
#4

Error - Could not open resource on the first and any mp3 file I try to import from a windows share on the network.

I can mount drive to share and play single files as Totem Movie Player seems to be my default music player.

The full address is simply

i did find a bug report via google search

Revision history for this message
DAWGLB (86browns) said :
#5

Error - Could not open resource on the first and any mp3 file I try to
import from a windows share on the network.

I can mount drive to share and play single files as Totem Movie Player seems
to be my default music player.

The full address is simply

i did find a bug report via google search

On Sat, Feb 7, 2009 at 8:04 PM, marcobra <
<email address hidden>> wrote:

> Your question #59398 on rhythmbox in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/rhythmbox/+question/59398
>
> Status: Open => Needs information
>
> marcobra requested for more information:
> Can you access using Nautilus to that address without any issue...?
> Can you put the entire mp3 address... ?
> RythmBox give this error on the firts song you try to import ?
>
> Thank you
>
> --
> 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/rhythmbox/+question/59398
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Seems this bug https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/273294
Into bug report there are some workaround.

Hope this helps

Revision history for this message
DAWGLB (86browns) said :
#7

I think the bug is slightly different than what I am experiencing. All of my searches turn up feedback that it's a problem with smb. It's kind of bothersome that it's been a reported problem for a while and no fix.

Guess I'll try importing via CD....

Thanks.

Revision history for this message
jmf (jmfoottit) said :
#8

try:

mkdir /<win_mount_point>

mount -t cifs //<server>/<share> -o username=<username>,password=<password> /<win_mount_point>

then browsing to /<win_mount_point> to play your mp3's/flac etc...

J

Revision history for this message
detj (debjeet12) said :
#9

the cifs trick works!! :)