mcborzu Wrote:I, Robot
I love you, man
Plain, Trans and Automobiles
All played fine - Night 1.5 and XBMC GIT:20110620-cc13f97 (Windows 7)
I, Robot is definitely a favorite, just like your skin, Night. I use it to show off my DVD collection.
I looked at it more closely last night, the problem only occurs when playing the trailer, here is my debug log:
15:29:31 T:6480 M:4294967295 DEBUG: CApplication::ExecuteXBMCAction : Translating XBMC.PlayMedia($INFO[ListItem.Trailer],1,noresume)
15:29:31 T:6480 M:4294967295 DEBUG: CApplication::ExecuteXBMCAction : To XBMC.PlayMedia(smb://tower/Disc Collection/DVDs/I, Robot (2004)/I, Robot (2004) [DVD]-trailer.flv,1,noresume)
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers(smb://tower/Disc Collection/DVDs/I)
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
15:29:31 T:6480 M:4294967295 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
15:29:31 T:6480 M:4294967295 NOTICE: DVDPlayer: Opening: smb://tower/Disc Collection/DVDs/I
15:29:31 T:6480 M:4294967295 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:29:31 T:3960 M:4294967295 DEBUG: thread start, auto delete: 0
15:29:31 T:3960 M:4294967295 NOTICE: Creating InputStream
15:29:31 T:3960 M:4294967295 ERROR: CDVDPlayer::OpenInputStream - error opening [smb://tower/Disc Collection/DVDs/I]
15:29:31 T:3960 M:4294967295 NOTICE: CDVDPlayer::OnExit()
15:29:31 T:3960 M:4294967295 NOTICE: CDVDPlayer::OnExit() deleting input stream
15:29:31 T:3960 M:4294967295 DEBUG: Thread 3960 terminating
15:29:31 T:6480 M:4294967295 DEBUG: CAnnouncementManager - Announcement: PlaybackStopped from xbmc
15:29:31 T:6480 M:4294967295 ERROR: XBMC.PlayMedia could not play media: smb://tower/Disc Collection/DVDs/I
15:29:31 T:6480 M:4294967295 NOTICE: CDVDPlayer::CloseFile()
15:29:31 T:6480 M:4294967295 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
15:29:31 T:6480 M:4294967295 NOTICE: DVDPlayer: waiting for threads to exit
15:29:31 T:6480 M:4294967295 NOTICE: DVDPlayer: finished waiting
I have Night version 1.5.0, but I only use Dharma 10.1 (no XBMC git). So I guess I have to wait for the XBMC stable release?
I was thinking because the trailer path was not in quotes in the XBMC.PlayMedia command was the problem.