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

v3-channels: use MPD supplied song data instead of reading it manually #343

Open
wants to merge 1 commit into
base: v3-channels
Choose a base branch
from
Open

v3-channels: use MPD supplied song data instead of reading it manually #343

wants to merge 1 commit into from

Conversation

archseer
Copy link

There's no reason really not to reuse the MPD::Song objects which already contain the data, which was pre-read and stored by MPD.

For filepaths, a new method is introduced which fetches a MPD::Song object for the specified path, and constructs a Song instance.

There's no reason really not to reuse the MPD::Song objects which
already contain the data, which was pre-read and stored by MPD.

For filepaths, a new method is introduced which fetches a MPD::Song
object for the specified path, and constructs a Song instance.
@archseer archseer mentioned this pull request Sep 24, 2013
@maddox
Copy link
Member

maddox commented Sep 24, 2013

Though I like it, this is a bit heavy to toss into the v3-channels branch. It doesn't really have anything to do with channels so it's a little off topic for the v3-channels pull request.

Maybe just wait until v3-channels is merged and open this against v3?

@archseer
Copy link
Author

I agree, but the changes were made on top of v3-channels. So yeah, I guess this should be merged once v3-channels is in master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants