Looking for musicplayer other than vlc that can handle upnp streaming

The mounts in /etc/fstab are mounted by root so the creds in your home directory are not the right place.

Also, that would quite insecure.

1 Like

ok thanks, that explains everything

so i need to install full samba package? cifs-utils are already installed

Kodi would be my choice for such a scenario. :wink:

1 Like

kodi is quite nice, but too extensive :wink:

cifs-utils should be enough.

seem enough.
I did it as you pointed out but when mounting the drive under dolphin it gives me the following error message: bad option uid=username.
i am sure i have chosen the correct username and password

This should be your username in Linux. The creds file gets your username for the share.

this is how my fstab looks

//router_ip/FRITZBox/3xt1/ /mnt/FRITZBox/3xt1/ cifs x-systemd.automount,x-systemd.idle-timeout=1min,rw,uid=username,gid=username,credentials=/etc/samba/private/credfile.cred,iocharset=utf8,vers=2.0 0 0

3xt1 is my external drive on my router

You need to replace username with your actual Linux username.

1 Like

i see. i must have been a little confused. everything works like a charm

Thanks a lot for your support @dalto !

:enos:

5 Likes

This is the way!

2 Likes

The only other music player that supports upnp besides VLC is Rhythmbox.

You have to install a plugin to enable this support, and open a port in firewalld/

The plugin is Grilo. Once installed Grilo must be enabled in the Rhythmbox configuration. Go to TOOLSPlugins and check Grilo.

Go to this post for how to change firewalld

Pudge

2 Likes

thanks @Pudge , but i don’t really like the interface and the whole layout. rhythmbox and grilo is a term i understand.

i know the pinned thread. that’s how i set my firewalld a while ago.

1 Like

that’s how i set it up. i was just a little confused about fstab. luckily everything is working now

2 Likes

You seem so pleased that I might have to look into this when I get some spare time.

Pudge

1 Like

very pleased.cantata and also strwawberry has unrestricted access to the external hard drive on the router.
i just didn’t know which way to go to get to the destination./mnt is really the easiest way. feel free to try this

1 Like

the only thing i have to change at the end of my fstab was vers=2 into vers=1

//router_ip/FRITZBox/3xt1/ /mnt/FRITZBox/3xt1/ cifs x-systemd.automount,x-systemd.idle-timeout=1min,rw,uid=username,gid=username,credentials=/etc/samba/private/credfile.cred,iocharset=utf8,vers=1.0 0 0

EDIT: this has to do with the file permission

1 Like

I have never tried Cantata. I will have to try it locally and see what it offers, and if I like it I will try the above.

Thanks.

Pudge

1 Like

youre welcome.
i like cantata so much. really nice layout, you can easyly search and favourite your radio stations and its a really nice mpd-client.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.