Skip to content
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

Not working with grouped versions. #1

Open
hoptional opened this issue Oct 24, 2023 · 0 comments
Open

Not working with grouped versions. #1

hoptional opened this issue Oct 24, 2023 · 0 comments

Comments

@hoptional
Copy link

Hi,

thanks for creating this plugin! Unfortunately it does not work reliably for me because it gets confused with items that have multiple grouped versions (e.g. a 1080p x264 version and a 4K HEVC version). The reason seems to be that e.Session.FullNowPlayingItem.GetMediaSources(false, false, new LibraryOptions()) does not include all media sources of the item.

I believe this can be fixed by changing the first argument to true: e.Session.FullNowPlayingItem.GetMediaSources(true, false, new LibraryOptions()), so that it includes the alternate media sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant