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

feat: add simple mode for less menus #287

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

SethFalco
Copy link
Contributor

@SethFalco SethFalco commented Jun 4, 2023

Introduces a new setting called Interface Mode. I wasn't sure where the best place to keep it was, so I put it under InterfaceInteraction.

When the Interface Mode is set to Simple, it reduces the number of menus the user sees, closely resembling the web app and Jellyfin Media Player.

When a user launches Jellyfin, they're taken straight to their libraries, and when a user accessing a library, they see all media in the library with no intermediate menus.

The only exceptions are:

  • homevideos
  • livetv

I do not use these myself, but reviewing the contents of these menus, these submenus might be considered valuable. Especially in the case of livetv, skipping the intermediate menu may impede usage?

Criticism is welcome. 👍

Related

@TrueTechy TrueTechy added the enhancement New feature or request label Aug 20, 2023
Copy link
Contributor

@TrueTechy TrueTechy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested in Kodi 19.4, simple menu functions as expected

@TrueTechy TrueTechy merged commit ad7fbeb into jellyfin:master Aug 20, 2023
@SethFalco SethFalco deleted the simple-mode branch December 11, 2023 22:55
@DanOnline2023
Copy link

Very nice enhancement. Thank you.

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

Successfully merging this pull request may close these issues.

feat: Simple mode that only shows libraries and media
3 participants