Media stubs not playing.
#1
Hi there,
I got a problem with my xbmc setup: After I setup my movie library with my external dvds they are not played.
When I select a dvd I get an infobox asking me if I would eject the disc drive or play the disc (the last option only shows up when I insert a dvd movie disc). So when I select play nothing happenes but after a few seconds I get a infobox again telling me that the playback is not possible and that I should check my logfile.
The log is this one:
Quote:13:48:52 T:3792 NOTICE: Default DVD Player: dvdplayer
13:48:52 T:3792 NOTICE: Default Video Player: dvdplayer
13:48:52 T:3792 NOTICE: Default Audio Player: paplayer
13:48:52 T:3792 NOTICE: Disabled debug logging due to GUI setting. Level 0.
13:48:52 T:3792 NOTICE: Log level changed to 0
13:48:52 T:3792 NOTICE: Loading media sources from special://masterprofile/sources.xml
13:48:52 T:3792 NOTICE: Enabled Joystick: Logitech Dual Action
13:48:52 T:3792 NOTICE: Details: Total Axis: 4 Total Hats: 1 Total Buttons: 12
13:48:53 T:3792 ERROR: Keymapping error: no such action 'language' defined
13:48:53 T:3792 NOTICE: initializing playlistplayer
13:48:53 T:3792 NOTICE: DONE initializing playlistplayer
13:48:53 T:2072 ERROR: CRemoteControl::Connect - failed to connect
13:48:54 T:3792 ERROR: unable to load:C:\Users\Grinsekatze\AppData\Roaming\XBMC\addons\skin.aeon.nox\720p\DialogExtendedProgressBar.xml, Line 0
Failed to open file
13:48:54 T:3792 NOTICE: EPG::CEpgContainer::Start - EPG thread started
13:48:54 T:3792 NOTICE: initialize done
13:48:54 T:3792 NOTICE: Running the application...
13:48:54 T:3728 NOTICE: -->Python Interpreter Initialized<--
13:48:54 T:3792 NOTICE: ES: Starting event server
13:48:54 T:4892 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
13:48:54 T:4892 NOTICE: UDP: Listening on port 9777
13:48:54 T:3792 ERROR: unable to load:C:\Users\Grinsekatze\AppData\Roaming\XBMC\addons\skin.aeon.nox\720p\DialogExtendedProgressBar.xml, Line 0
Failed to open file
13:48:54 T:3728 NOTICE: StorageServer Module loaded RUN
13:48:54 T:3728 NOTICE: StorageClient-0.8 Starting server
13:48:55 T:4968 NOTICE: -->Python Interpreter Initialized<--
13:49:03 T:5444 ERROR: CDVDDemuxFFmpeg::Open - error probing input format, C:\Users\Grinsekatze\Videos\test\matrix.dvd.disc
13:49:08 T:3792 ERROR: Playlist Player: skipping unplayable item: 0, path [C:\Users\Grinsekatze\Videos\test\matrix.dvd.disc]
13:49:08 T:5444 ERROR: CDVDDemuxFFmpeg::Open - error probing input format, C:\Users\Grinsekatze\Videos\test\matrix.dvd.disc
13:49:29 T:3792 NOTICE: Storing total System Uptime
13:49:29 T:3792 NOTICE: Saving settings
13:49:29 T:3792 NOTICE: stop all
13:49:29 T:3792 NOTICE: ES: Stopping event server
13:49:29 T:3792 NOTICE: stopping zeroconf publishing
13:49:30 T:4892 NOTICE: ES: UDP Event server stopped
13:49:30 T:3792 NOTICE: stop sap announcement listener
13:49:30 T:3792 NOTICE: clean cached files!
13:49:30 T:3792 NOTICE: unload skin
13:49:30 T:3792 NOTICE: stop python
13:49:30 T:3792 NOTICE: stopped
13:49:30 T:3792 NOTICE: destroy
13:49:30 T:3792 NOTICE: closing down remote control service
13:49:30 T:3792 NOTICE: unload sections
13:49:30 T:3792 NOTICE: destroy
13:49:30 T:3792 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10020 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
13:49:30 T:3792 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
13:49:30 T:3792 NOTICE: closing down remote control service
13:49:30 T:3792 NOTICE: unload sections
13:49:30 T:3792 NOTICE: application stopped...

I do belive the corresponding lines are these ones:
Code:
13:49:03 T:5444   ERROR: CDVDDemuxFFmpeg::Open - error probing input format, C:\Users\Grinsekatze\Videos\test\matrix.dvd.disc
13:49:08 T:3792   ERROR: Playlist Player: skipping unplayable item: 0, path [C:\Users\Grinsekatze\Videos\test\matrix.dvd.disc]

My system specs:
Windows 7 x64,
xbmc Pre Eden with PVR support,
AnyDVD HD 6.8.7.0,
I made a file called matrix.dvd.disc with no content and scraped it to the movie library to represent my Movie The Matrix from 1999.

I can play the disc by pressing the CD/DVD main menu entry but not from the movie library via the Media Stubs solution (http://wiki.xbmc.org/index.php?title=Media_stubs).

Maybe someone knows why?
Grinsekatze
Reply
#2
probably your codebase doesn't have some of the latest changes pulled in master (on Dec. 25).

https://github.com/xbmc/xbmc/commit/8913...0696bc1f41

the above commit fixes various dvd resume issues as well as an issue with the Application that caused stubs to play the stub file instead of a "disc".
Reply
#3
Hi Voyager-xbmc,
that might be the reason. I checked now the latest w32 build. But unfortunately it's from the 24th of december. The latest nightly build is older (from 10.12.). So seems as if I have to wait for a newer version.

But anyway, thanks for the hint!
Reply
#4
Are you still having this problem? I think I'm having a similar problem if not the same one. When I go Movies and select a stub the little box pops up like normal asking me to insert the disc. But I can't select play. and selecting eject/load doesn't do anything Sad Is anyone else having this problem?
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
#5
Hi LupinSansei,
yes I'm still having the problem but I haven't tried a newer version yet because there's none for windows and I don't want to compile it from the source by my own.
My problem is like yours but when I hit eject the small dialog box disapeares. Are yoiu also using the Eden beta 1 for Windwows from the 24th of december?

Edit:
Ok I noticed there's a Beta 2 aviable now. After I updated to that version everythink works like a charm.
Reply
#6
I'm using beta 2 now. I was having the problem with beta 1 but seems I'm having it with beta 2 as well Sad I have two DVD roms one is a burner. I also have Deamon tools could that cause this?
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
#7
Make sure you use the drive with the first driveletter (ex if you have d:, e: and g: use the drive attached to dSmile. i somehow read once that xbmc always looks for discs in the first drive.
Reply
#8
Grinsekatze Wrote:Make sure you use the drive with the first driveletter (ex if you have d:, e: and g: use the drive attached to dSmile. i somehow read once that xbmc always looks for discs in the first drive.

Thanks I'll give that a try! My Deamon Tools drive was set first so I'm guessing that was the problem though I haven't tried yet I disabled Deamon Tools.
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply

Logout Mark Read Team Forum Stats Members Help
Media stubs not playing.0