-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Play using" missing from the context menu #692
Comments
Works fine for me if enabled. If you think it doesn't then provide a debug log. Edit: It won't work for Favourits AFAIK. Are you sure it worked before? You would need to raise a Kodi feature request or bug report for that. |
What should be enabled? In advanced settings I enabled
It worked inside folders, when you favorite the whole youtube channel. I guess it's just Kodi issue. |
What are you trying to do? Without a debug log can't see what you have actually done and don't feel like playing 20 questions to investigate further. I am not exactly sure how There may be an issue with |
Well, "Play using" option was always there for youtube videos, I could select internal player or external (mpv) to play it. |
Here is log when I pressed ContextMenu is triggered by
YT video can be played by 2 players, internal one and mpv, but such menu doesn't appear:
and then some errors in context menu:
@MoojMidge maybe that's the issue: -- |
I'm not sure what you want me to do. I have asked for a log twice previously. It's fine if you don't understand the log, I can look at it, but posting bits and pieces of it won't won't achieve anything. As I said before the "Play with..." option may not work as expected if you just have an external player configured. "Play using" is core Kodi functionality and I don't recall it working with plugins. Not sure how you have things setup, but not going to waste time by trying to guess. |
Post a debug log playing a video using mpv by default |
ok, I will post it tomorrow |
I pasted debug log in the linked issue |
Give https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v7.0.6%2Bbeta.1 ago and see how the "Play with" menu item works for you |
I installed YT addon v7.0.6+beta.1 on Kodi flatpak 21. MPV is set as default player. I tried all possible combinations in
Maybe I should set internal player as default to see it?
thanks, that delay was annoying, now playback starts a lot faster. UPDATE: After I set
UPDATE2: now I see "Play with" menu when <rules action="append>`, maybe Kodi restart helped, not sure. So here is my use-case: I have MPV set as default player for youtube videos and in case MPV couldn't play a video (for various reasons) I want a quick method to fallback to internal player. This is how "Play using" global option worked for me before. |
|
when I use Is there a way to show player selection menu before the playback starts? |
also to be clear when only |
Yes, and that is what the setting does. It uses website urls for your default player to use. The internal player cannot use website urls though.
Kodi also cannot stop an external player, so using
For technical reasons, no. So your best option would be to keep the internal player as default, then using |
I have better experience with mpv for youtube videos, so it makes sense to set it as default player. Imagine pressing context menu and select |
The way you were using it, you never used any functionality of mpv, specific to playing YouTube videos. The plugin was doing everything it would normally do, but instead of Kodi actually putting pixels on your screen, mpv was doing it instead. Doesn't really make sense why you would want to do that, but if you insist on doing so, then you can keep doing so either as default, without |
Is it basically the same thing as copy and pasting youtube url link from the browser in mpv?
mpv has many options (customizable 3rd party UI, shortcuts, etc) , especially you can configure cache. |
As I said:
So it makes no sense that you had a better experience using mpv. mpv wasn't doing anything except.displaying the video on your screen Now it will basically do this, and everything will be up to mpv.
|
Nice! |
I will be changing the settings display to make it clearer.
Enabling In order to enable |
One more thing I noticed when testing all these addon settings, you need to restart Kodi to make sure options are applied. |
Context menu items are generated when the video data is retrieved and are stored along with all those details in the data cache If you change the options then you need to refresh the video data or video listing, as the data and listitems are cached in various ways. You don't need to restart Kodi to do that, but you can if you want. |
"Play using" option missing from the context menu.
It's missing for videos inside addon, and YT videos added to kodi favorites too.
Expected Behavior
"Play using" option should be available for all videos
Current Behavior
What is the current behavior?
"Play using" option missing from the context menu.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: