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

Nothing playing #7

Open
zakiaziz opened this issue Apr 9, 2015 · 5 comments
Open

Nothing playing #7

zakiaziz opened this issue Apr 9, 2015 · 5 comments

Comments

@zakiaziz
Copy link

zakiaziz commented Apr 9, 2015

When I run this: ./jukebox.sh -g House All I see is this: screenshot
Nothing actually plays. Any idea why?

@llaine
Copy link
Owner

llaine commented Apr 10, 2015

Have you install mplayer ?

brew install mplayer

@zakiaziz
Copy link
Author

Cool that solved that issue! Now I have another one. A songs starts playing a while after I've paused it. Without me unpausing it. Any idea why?

@llaine
Copy link
Owner

llaine commented Apr 12, 2015

In order to have all the song keep coming and playing, I explicitly ask the loop() function to wait during the song's length.
https://github.com/llaine/cmdfm/blob/master/jukebox.sh#L131

I don't know how to pause the waiting, so the song should play a while after you've paused it...

@zakiaziz
Copy link
Author

Ok no worries. It's something I'll look into when I get a few moments.

PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL

On Sun, Apr 12, 2015 at 6:56 AM, Louis Lainé [email protected]
wrote:

In order to have all the song keep coming and playing, I explicitly ask
the loop() function to wait during the song's length.
https://github.com/llaine/cmdfm/blob/master/jukebox.sh#L131

I don't know how to pause the waiting, so the song should play a while
after you've paused it...


Reply to this email directly or view it on GitHub
#7 (comment).

@llaine
Copy link
Owner

llaine commented Apr 23, 2015

Have you install curl?
brew install curl

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

No branches or pull requests

2 participants