Celeb Glow
general | March 24, 2026

Music player that can access/catalog music on network drive

I have all of my music on a network drive hooked up to an Ubuntu server. I can access the music from my Ubuntu laptop. The problem is that I can't find a program that will use my samba connection to access the music directly. Any suggestions?

3 Answers

I would suggest you use a streaming server application.

There is ampache (amarok, andriod client, ..), which is a PHP + Mysql webstreaming application.

and there is the Firefly Mediaserver
Firefly has also the support to stream to iTunes and lots of other applications including Rhythmbox.

I would suggest the Firefly because it is a little bit easier to setup.

3

I add a Bookmark to the Samba share and then add Music Collection via /home//.gvfs//

Only issue is that you need to open the connection to the share first.

Or as Oli put you could go down the route of adding to Fstab.

If your connection to the network mount is always there, you could write an /etc/fstab entry for it.

MountWindowsSharesPermanently - Community Help Wiki

Alternatively, there's NFS but both will struggle and splutter when you're away from the network.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy