celluloid icon indicating copy to clipboard operation
celluloid copied to clipboard

Celluloid refuses to play ONE playlist

Open eobet opened this issue 11 months ago • 3 comments

I had Celluloid running for a week or so via Streamcontroller and it was working fine until one day when it suddenly stopped playing all playlists with a "Playback was terminated abnormally" message.

The computer hadn't been updated or used in any other way, it is exclusively a media playing device.

I found a workaround in re-creating all playlists by opening all files and choosing "save playlist" from the menu for each playlist, but ONE playlist still refuses to work.

Attaching log of an attempt to play that playlist which I can't really understand or see an issue or error in.

log.txt

EDIT: Just to clarify, Celluloid originally managed perfectly fine to play this playlist for the week it was running. This is a new development since yesterday and I do not understand what triggered it.

eobet avatar Apr 03 '25 07:04 eobet

Are you able to play the playlist with mpv?

Attaching log of an attempt to play that playlist which I can't really understand or see an issue or error in. log.txt

It looks like you passed --mpv-msg-level=all to Celluloid instead of --mpv-msg-level=all=trace so the log is incomplete.

gnome-mpv avatar Apr 03 '25 15:04 gnome-mpv

Thanks, I missed that. Here is a log with trace too, although I still don't really see a relevant issue or error in it, but I'm also not sure what to look for:

log-trace.txt

eobet avatar Apr 05 '25 08:04 eobet

It looks like some messages are still missing. You may need to use &> to redirect the messages instead of >. Something like this should work: G_MESSAGES_DEBUG=all celluloid --mpv-msg-level=all=trace &> log.txt

gnome-mpv avatar Apr 07 '25 19:04 gnome-mpv