Screensaver won't loop through videos. Stuck to the first video it picked
Opened this issue · 0 comments
c-buisson commented
Hello,
I am using Screensaver on raspberry pi. I have downloaded some videos locally and updated entries.json
to remove the videos I didn't wanted.
When Screensaver starts, it picks a random video to play but after this first video is over Screensaver doesn't pick a different one to use. Instead, it replays the same file over and over again.
Is this problem due the edited entries.json
file, the use of local files or something else?
Thanks for looking into this!
Logs from ~/.kodi/temp/kodi.log
:
2019-08-31 10:08:22.263 T:1937702432 NOTICE: LoadJpeg: unable to load /storage/.kodi/addons/screensaver.atv4/resources/skins/default/media/black.jpg
2019-08-31 10:08:22.883 T:1937702432 NOTICE: VideoPlayer::OpenFile: /storage/backup/b2-2.mov
2019-08-31 10:08:22.884 T:1454355312 NOTICE: Creating InputStream
2019-08-31 10:08:22.896 T:1454355312 NOTICE: Creating Demuxer
2019-08-31 10:08:23.197 T:1454355312 NOTICE: Opening stream: 0 source: 256
2019-08-31 10:08:23.197 T:1454355312 NOTICE: Creating video codec with codec id: 27
2019-08-31 10:08:23.210 T:1454355312 NOTICE: Creating video thread
2019-08-31 10:08:23.210 T:1807721328 NOTICE: running thread: video_thread
2019-08-31 10:08:23.370 T:1454355312 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-08-31 10:15:35.453 T:1454355312 NOTICE: CVideoPlayer::OnExit()
2019-08-31 10:15:35.453 T:1454355312 NOTICE: VideoPlayer: eof, waiting for queues to empty
2019-08-31 10:15:35.453 T:1454355312 NOTICE: Closing stream player 2
2019-08-31 10:15:35.454 T:1454355312 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
2019-08-31 10:15:35.494 T:1454355312 NOTICE: waiting for video thread to exit
2019-08-31 10:15:35.494 T:1807721328 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
2019-08-31 10:15:35.494 T:1807721328 NOTICE: thread end: video_thread
2019-08-31 10:15:35.494 T:1454355312 NOTICE: deleting video codec
2019-08-31 10:15:35.626 T:1937702432 NOTICE: VideoPlayer::OpenFile: /storage/backup/b2-2.mov
2019-08-31 10:15:35.626 T:1435997040 NOTICE: Creating InputStream
2019-08-31 10:15:35.633 T:1435997040 NOTICE: Creating Demuxer
2019-08-31 10:15:36.034 T:1435997040 NOTICE: Opening stream: 0 source: 256
2019-08-31 10:15:36.034 T:1435997040 NOTICE: Creating video codec with codec id: 27
2019-08-31 10:15:36.046 T:1435997040 NOTICE: Creating video thread
2019-08-31 10:15:36.047 T:1427604336 NOTICE: running thread: video_thread
2019-08-31 10:15:36.205 T:1435997040 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
2019-08-31 10:22:48.340 T:1435997040 NOTICE: CVideoPlayer::OnExit()
2019-08-31 10:22:48.340 T:1435997040 NOTICE: VideoPlayer: eof, waiting for queues to empty
2019-08-31 10:22:48.341 T:1435997040 NOTICE: Closing stream player 2
2019-08-31 10:22:48.341 T:1435997040 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
2019-08-31 10:22:48.341 T:1435997040 NOTICE: waiting for video thread to exit
2019-08-31 10:22:48.341 T:1427604336 NOTICE: thread end: video_thread
2019-08-31 10:22:48.341 T:1435997040 NOTICE: deleting video codec
2019-08-31 10:22:48.438 T:1649345392 ERROR: EXCEPTION: XBMC is not playing any media file
2019-08-31 10:22:48.676 T:1937702432 NOTICE: VideoPlayer::OpenFile: /storage/backup/b2-2.mov
2019-08-31 10:22:48.677 T:1454355312 NOTICE: Creating InputStream
2019-08-31 10:22:48.687 T:1454355312 NOTICE: Creating Demuxer
2019-08-31 10:22:49.082 T:1454355312 NOTICE: Opening stream: 0 source: 256
2019-08-31 10:22:49.082 T:1454355312 NOTICE: Creating video codec with codec id: 27
2019-08-31 10:22:49.094 T:1454355312 NOTICE: Creating video thread
2019-08-31 10:22:49.095 T:1445962608 NOTICE: running thread: video_thread
2019-08-31 10:22:49.261 T:1454355312 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED