-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added feature to resume last played track and position. Closes #484, closes #565 #576
Conversation
Really nice feature, but the thing is that it doesn't work like it's supposed to for me. It does restore last played track, but it doesn't restore last position. More details:
|
Bummer! That happens when the track progress isn't saved into local storage on exit. I probably need to write a more robust handler for exiting the node process. Thanks for the feedback! |
@edisonchee probably you should use |
…nstead of process.exit.
@Pitros let me know if this works. I removed the handler on process.exit and used the handler in guiConfig.js instead. I only tested it on OSX, as I don't yet have access to Linux and Windows. |
@edisonchee it still doesn't work, and it just can't work. Because in guiConfig.js you can't access
That's really weird, @weblancaster @jakejarrett you're both running OSX (at least you were) can you check if on OSX this somehow works? |
@Pitros Sorry about that; I'm not too sure why it worked on OSX before. I ran my build on a Windows 10 machine and got the same error as you. I've since done a fix and tested on both Windows and OSX. Details:
Let me know if it works for you; I'll squash all the commits into one. |
I will try on Mac and then get back to you guys |
@edisonchee now it seems to be working both track with queue and track time. |
@edisonchee would you fix the merge conflict please.. worked fine here. |
Also.. can you merge your commits into 1? here's how to do it.
|
@weblancaster most conflicts causes |
I did it @Pitros I also removed app.css.map from the repo that way avoiding future conflicts..sorry for not have done this before :/ |
Tried to deal with the merge conflict and ended up with some weirdness. How do I resolve any merge conflicts with the main repo? |
I will do it don't worry about it @edisonchee |
@weblancaster thanks! Great job with the app. |
No description provided.