Git Product home page Git Product logo

Comments (3)

timusus avatar timusus commented on August 15, 2024
  1. MediaSource is something that's covered by #14, #13 and #5.

  2. I'm trying to think of what a 'pluggable' playlist source might look like. I think it pretty much is that way now - you pass a List of Song objects into the MusicService and that's what becomes your playlist.

  3. The MusicService controls audio playback, so a Player Controller just needs to bind to it and call the appropriate methods.. So I guess it's effectively 'pluggable' as well? I suppose this could be done in a more abstract way, and the Mini-Player as well as the Now Playing screen could then implement it.

If you have some suggestions as to how you might go about this, or what you think the Pluggable API should look like, let me know. Feel free to have a crack at it and make a PR.

from shuttle.

Avinash-Bhat avatar Avinash-Bhat commented on August 15, 2024

@timusus the list I mentioned was just a suggestion. Since there is some progress on the plugin infrastructure, I think this issue seems to be a bit redundant.

In point 2, what I wanted to add is something like support for dynamic playlists. For example what soundcloud is doing or playlist.net is doing. effectively this can be customisable from a different app.
Note that this will mean that MusicService use something more dynamic than just a list (ContentProvider?, new Playlist class?) -- maybe this can be detailed in another issue.

In point 3 yes, I was talking about being able to communicate with the MusicService, so that the playback can be controlled from other apps. For example, (assume that) if Shuttle is not going to support Android Wear integration, one can write just the app for this, which will work off the MusicService to achieve the same work. Another example is to make Shuttle work as an MPD so that I can control it from laptop, Raspberry Pi,...

let me know if this issue is too vast for this, and needs to be split up.

from shuttle.

Thaodan avatar Thaodan commented on August 15, 2024

Another example is to make Shuttle work as an MPD so that I can control it from laptop, Raspberry Pi,...

With http-stream support this would be even better as you can use a local/remote mpd instance as your personal streaming service.

from shuttle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.