-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding folder to queue also add cover jpg #54
Comments
This is not a bug but the expected behavior. You can add audio, video or image files to the play queue. For example, adding video or images makes sense for a TV. At the moment, Jupii is not able to detect the capabilities of the rendering device it is connected to, so all media types are allowed. |
that's correct, however I would expect to see a slideshow of pictures and not a still image; in this case putting a picture in the queue stops playing. Maybe a timeout of 5/10 seconds before skipping to the next image/song could be handy. Regards |
This behavior (stopping playback) is caused by the renderer, not by Jupii :/ In my experience, "image playback" is broken on most devices (such as TVs). To overcome this problem, I plan to implement in Jupii an automatic conversion from image to video with a repeating single frame. The video is usually handled correctly on the TV. Video also has the nice property that you can set the duration and thus control how long it plays. |
maybe just a "skip track" command after 5s from jupii could be enough. Regards |
It makes sense. Maybe as an additional option in the settings. Thanks for the idea. |
Hello, adding folders works great, but also add cover.jpg (did not check for other file type actually).
The queue seems to be stuck playing the jpg
Many thanks
Riccardo
The text was updated successfully, but these errors were encountered: