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

Add Ampache Support #125

Open
stonie08 opened this issue Apr 1, 2017 · 2 comments
Open

Add Ampache Support #125

stonie08 opened this issue Apr 1, 2017 · 2 comments

Comments

@stonie08
Copy link

stonie08 commented Apr 1, 2017

Please add support for (self-hosted) Ampache [1] instances.

[1] https://github.com/ampache/ampache


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@carlin-q-scott
Copy link
Owner

I can if you copy the element html for me. To do that, just follow these steps:

  1. Right-click on the button (play, pause, forward, back)
  2. Click "Inspect Element (Q)"
  3. Right click on the blue highlight in the window that opens
  4. Click Copy > Outer HTML
  5. Paste it in your reply
  6. Repeat for each element
    a. You can skip the step 2 by using the element picker in the upper left corner of the inspection toolbar that you opened with step 2.

@stonie08
Copy link
Author

I might be a bit late but here are the 4 HTML elements you requested:

Previous:
<a href="javascript:;" class="jp-previous" tabindex="1">previous</a>

Play:
<a href="javascript:;" class="jp-play" tabindex="1" style="display: block;">play</a>

Pause:
<a href="javascript:;" class="jp-pause" tabindex="1" style="display: block;">pause</a>

Next:
<a href="javascript:;" class="jp-next" tabindex="1">next</a>

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

2 participants