Celluloid refuses to play ONE playlist
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.
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.
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.
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:
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