Hello,
I have a brand new install of LibreElec on a RPi3. Movies are downloaded by CouchPotato from Thoradia and processed to my usb-hard-drive/movies folder. Some movies work fine, some don't; because of that, I don't think the problem is on CouchPotato nor the post-processing scripts. Looks like it's somewhere else.
On the example below, see that the movie 2001 works, but Back to the Future doesn't. Can someone help me find out why? The files were downloaded on the same day, by the same programs and postprocessed in the same way (all through CouchPotato). I see no reason to why one movie works, and the other don't.
The error is below and the full logs are here: http://ix.io/1kf6.
Code
		
					
				2019-06-01 18:18:51.405 T:1936875040  NOTICE: VideoPlayer::OpenFile: /var/media/MG-5TB/movies/Back To The Future Part III (1990)/Back.To.The.Future.Part.III.1990.1080p.BluRay.H264.AAC-RARBG.mp4
2019-06-01 18:18:51.406 T:1301107568  NOTICE: Creating InputStream
2019-06-01 18:18:51.433 T:1301107568  NOTICE: Creating Demuxer
2019-06-01 18:18:51.436 T:1301107568   ERROR: Open - Error, could not open file /var/media/MG-5TB/movies/Back To The Future Part III (1990)/Back.To.The.Future.Part.III.1990.1080p.BluRay.H264.AAC-RARBG.mp4
2019-06-01 18:18:51.436 T:1301107568   ERROR: OpenDemuxStream - Error creating demuxer
2019-06-01 18:18:51.436 T:1301107568  NOTICE: CVideoPlayer::OnExit()
2019-06-01 18:18:52.102 T:1658225520   ERROR: EXCEPTION: XBMC is not playing any file
2019-06-01 18:18:52.210 T:1936875040  NOTICE: CVideoPlayer::CloseFile()
2019-06-01 18:18:52.211 T:1936875040  NOTICE: VideoPlayer: waiting for threads to exit
2019-06-01 18:18:52.211 T:1936875040  NOTICE: VideoPlayer: finished waiting
2019-06-01 18:18:56.646 T:1326285680 WARNING: No information found for item '/var/media/MG-5TB/tvshows/Joseph Campbell Mythos/', it won't be added to the library.
2019-06-01 18:18:57.577 T:1326285680  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 01:27
2019-06-01 18:18:57.583 T:1326285680   ERROR: Open - Error, could not open file /var/media/MG-5TB/movies/Back To The Future Part III (1990)/Back.To.The.Future.Part.III.1990.1080p.BluRay.H264.AAC-RARBG.mp4
2019-06-01 18:19:00.379 T:1936875040   ERROR: Previous line repeats 1 times.
2019-06-01 18:19:00.379 T:1936875040  NOTICE: VideoPlayer::OpenFile: /var/media/MG-5TB/movies/2001 A Space Odyssey (1968)/2001.A.Space.Odyssey.1968.1080p.BluRay.x264-HaB.mkv
2019-06-01 18:19:00.381 T:1192932208  NOTICE: Creating InputStream
2019-06-01 18:19:00.384 T:1192932208  NOTICE: Creating Demuxer
2019-06-01 18:19:00.449 T:1192932208  NOTICE: Opening stream: 0 source: 256
2019-06-01 18:19:00.513 T:1192932208  NOTICE: Creating video thread
2019-06-01 18:19:00.513 T:1192932208  NOTICE: Opening stream: 1 source: 256
2019-06-01 18:19:00.514 T:1192932208  NOTICE: Creating audio thread
2019-06-01 18:19:00.514 T:1192932208  NOTICE: Opening stream: 3 source: 256
2019-06-01 18:19:00.714 T:1192932208  NOTICE: OMXClock using audio as reference
2019-06-01 18:25:34.043 T:1936875040  NOTICE: CVideoPlayer::CloseFile()
2019-06-01 18:25:34.049 T:1192932208  NOTICE: CVideoPlayer::OnExit()
2019-06-01 18:25:34.084 T:1936875040  NOTICE: VideoPlayer: waiting for threads to exit
2019-06-01 18:25:34.101 T:1192932208  NOTICE: Closing stream player 1
2019-06-01 18:25:34.105 T:1317892976  NOTICE: thread end: OMXPlayerAudio::OnExit()
2019-06-01 18:25:34.235 T:1192932208  NOTICE: Closing stream player 2
2019-06-01 18:25:34.245 T:1243288432  NOTICE: thread end: video_thread
2019-06-01 18:25:34.304 T:1192932208  NOTICE: Closing stream player 3
2019-06-01 18:25:34.308 T:1936875040  NOTICE: VideoPlayer: finished waiting
2019-06-01 18:25:34.308 T:1936875040  NOTICE: CVideoPlayer::CloseFile()
2019-06-01 18:25:34.309 T:1936875040  NOTICE: VideoPlayer: waiting for threads to exit
2019-06-01 18:25:34.309 T:1936875040  NOTICE: VideoPlayer: finished waiting
	
			Display More