Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play songs natively from SMB or WebDAV locations #6252

Open
mixxxbot opened this issue Aug 22, 2022 · 7 comments
Open

Play songs natively from SMB or WebDAV locations #6252

mixxxbot opened this issue Aug 22, 2022 · 7 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2012-01-18T14:36:57Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp918222
Tags: cloud, library


Wishlist:

It would be nice if Mixxx could handle URI locations natively.
On Linux, Mixxx can only handle those location when mounted into the local file system.

We should consider to store the track location as URI in the Mixxx database like many other players.

When running on a Gnome desktop the access to Samba, WebDAV and other popular protocols can achieved by GIO and GVfs.
I am sure there are appropriate solutions for the other platforms as well.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2019-08-19T18:49:15Z


gvfs does it flawlessly. To solve this we need to combine Glib calls with Qt calls.
This is a bit chalanging, but can be a fun project. Pacmanfm-qt includes many of the required tricks.
https://github.com/lxqt/pcmanfm-qt

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2019-08-19T19:59:22Z


We need to consider the performance issue as well:
https://bugs.launchpad.net/mixxx/+bug/1488046

At least I can use the "Computer" feature to browse to:
/run/user/1000/gvfs/smb-share:server=wohnzimmer,share=volume/Musik
And play tracks.

Also adding this folder as library works.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@f4iey
Copy link

f4iey commented Feb 11, 2024

Hi,
Is this issue still investigated?
Is there also a workaround for webdavs ?

@daschuer
Copy link
Member

There is nothing in progress unfortunately. On which OS are you? The workaround is to mount the location into the file system.

@f4iey
Copy link

f4iey commented Feb 11, 2024

I use Arch Linux with KDE Plasma

For now I tried to add the library using the webdavs url.

I have no idea how to mount it directly on my filesystem.

@daschuer
Copy link
Member

It looks like you may use: https://wiki.archlinux.org/title/Davfs2

@f4iey
Copy link

f4iey commented Feb 11, 2024

It looks like you may use: https://wiki.archlinux.org/title/Davfs2

Thanks, I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants