You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of ~v0.3.5, Wholphin uses server-side user profile settings to determine what is displayed on the home page & navigate drawer.
This comes from Profile->Home:
Library Order -> the order Wholphin shows nav drawer items
"Display in home screen sections" toggles -> whether or not to show nav drawer item
"Automatically group content" toggles
Then within Wholphin, there is a setting "Customize navigation drawer items" which 1) move un-toggled items to the "More" nav drawer section and 2) hides un-toggled items from home page
The remaining nav drawer items are then "converted" into home page rows (eg Movies Library->"Recently added in Movies").
End goal
Separate Wholphin from the Web UI settings
Start with a decent default display
Configure everything from within the app instead of a combination of server & app settings
Choose which libraries & built-in sections to display
Choose order of libraries & built-in sections
Ability to add custom rows
A collection or filtered/sorted library like "Recently Released Movies"
Description
Current state
As of ~
v0.3.5, Wholphin uses server-side user profile settings to determine what is displayed on the home page & navigate drawer.This comes from Profile->Home:
Then within Wholphin, there is a setting "Customize navigation drawer items" which 1) move un-toggled items to the "More" nav drawer section and 2) hides un-toggled items from home page
The remaining nav drawer items are then "converted" into home page rows (eg Movies Library->"Recently added in Movies").
End goal