-
Notifications
You must be signed in to change notification settings - Fork 13
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
Integration of GNOME Music & ownCloud Music #204
Comments
Both @sumansai14 and I tested the patch at owncloud/core#9914 now and it’s just a matter of the tests running through so we can merge and backport it to ownCloud 7.0.1. :) |
The owncloud ampache api exposes a control method to play songs which doesn't have any metadata information like the duration (the time tag in xml is always 0) and we wont be able to cache it (it would be useful for the recent tab we are going to implement in music). where as exposing the data method for the songs url would be really helpful for integration with music. |
@MorrisJobke can we add that to ownCloud Music? |
Linking all the issues together:
|
Yes, we can add this. |
As we already discussed on IRC, just opening a more persistent issue about this. :)
It would be very cool to be able to access songs which are stored on ownCloud Music through GNOME Online Accounts so they can be listened to with GNOME Music.
ownCloud Music (developed by @MorrisJobke) exposes an Ampache connection – which is broken atm but will be fixed in 7.0.1 with this pull request: owncloud/core#9914
cc @vrutkovs @sumansai14
The text was updated successfully, but these errors were encountered: