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

Adding folder to queue also add cover jpg #54

Open
batric opened this issue Oct 25, 2024 · 5 comments
Open

Adding folder to queue also add cover jpg #54

batric opened this issue Oct 25, 2024 · 5 comments

Comments

@batric
Copy link

batric commented Oct 25, 2024

immagine
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

@mkiol
Copy link
Owner

mkiol commented Oct 25, 2024

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.

@batric
Copy link
Author

batric commented Oct 25, 2024

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
Riccardo

@mkiol
Copy link
Owner

mkiol commented Oct 27, 2024

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.

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.

@batric
Copy link
Author

batric commented Oct 28, 2024

maybe just a "skip track" command after 5s from jupii could be enough.

Regards
Riccardo

@mkiol
Copy link
Owner

mkiol commented Oct 28, 2024

It makes sense. Maybe as an additional option in the settings. Thanks for the idea.

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