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

Added option to group only within libraries. #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

hoptional
Copy link

I added an option to limit the grouping to items that belong to the same library. This can be configured in the settings and the default is still the old behaviour, so it shouldn't interfere. Switching between the two modes should work just fine with the changes being applied after manually running the grouping task.

I do not have any experience with emby plugins (or C#) and I couldn't find a way to access an item's library id from the item itself (item.getParent() returns the the parent directory instead of the library), so I went the extra step to change _itemsList to accept tuples that include the library id. There's probably a much better way to do this, but it works just fine.

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

Successfully merging this pull request may close these issues.

None yet

1 participant