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

List of features #115

Closed
19 of 90 tasks
heyhippari opened this issue Sep 25, 2020 · 7 comments
Closed
19 of 90 tasks

List of features #115

heyhippari opened this issue Sep 25, 2020 · 7 comments
Labels
meta Issues that track a number of other points

Comments

@heyhippari
Copy link
Contributor

heyhippari commented Sep 25, 2020

This is meant to be a somewhat exhaustive list of features to implement in order to consider this client "production-ready". It aims to match (but rework) the feature set of the current Jellyfin web client.

Feel free to claim a feature by opening an issue or a PR to discuss implementation, UI, UX, and usability.

When re-implementing a feature, please don't blindly copy what is done on Jellyfin web. We would like to take this opportunity to rethink everything, with a particular focus on accessibility, user experience and usability.

Note: claimed features are expected to be implemented (or at least started) by the person claiming them. Do not open a discussion for features you do not intend to work on.


General

Authentication, login and server selection

  • User authentication
  • Login screen
  • Automatic login/Remember me
  • Quick login with visible users
  • Server selection
  • Remember previous servers
  • Server detection (Using a json config file)
  • Server manifest checking
  • Add Quick Connect pin support

Home

  • Continue watching
  • Continue listening
  • Next up
  • Latest
  • Live TV
  • Active recordings
  • My media
  • Pull home section list from the server
  • Provide default sections
  • Provide a skeleton loader for sections

Libraries

  • List libraries for navigation
  • Navigate libraries
  • Navigate folders
  • Provide a skeleton loader for libraries
  • Allow to switch between pagination and infinite scroll
  • Implement a virtual scroller (Add virtual scroller to library view #119)
  • Add sorting
  • Add filters
  • Add view modes (Movies, Collections, Album Artist, Track, etc)

Item details

Playback

  • Provide a mechanism for platform detection
  • Generate a playback profile
  • Add video playback support (Add video playback #74)
  • Add audio playback support
  • Add PDF playback support
  • Add EPUB playback support
  • Add CBZ/CBR playback support
  • Add playback manager (Handle playlists, playing multiple items, etc)
  • Add "Play on" feature
  • Add Chromecast support
  • Add playback session reporting
  • Add playback resume support
  • Add subtitle support
  • Add audio track switching support
  • Add forward/back buttons to video player
  • Add next/previous track to video player
  • Add playback speed control to video player
  • Add SyncPlay support
  • Add Up next dialog

Live TV

  • Add channel listing
  • Add guide
  • Add recordings management

User settings

Metadata editor

  • Add folder list
  • Add metadata editor

Server settings

  • Add dashboard (feat(settings): add settings page #63)
  • Add general settings
  • Add users settings
  • Add libraries
  • Add library display settings
  • Add NFO settings
  • Add transcoding settings
  • Add resume settings
  • Add streaming settings
  • Add activity log
  • Add DLNA settings
  • Add DLNA profile editor
  • Add TV tuner settings
  • Add DVR settings
  • Add networking settings
  • Add API keys management
  • Add logs viewer
  • Add notification settings
  • Add plugins list
  • Add plugin configuration
  • Add plugin installation
  • Add repository management
  • Add scheduled task configuration
@heyhippari heyhippari added the meta Issues that track a number of other points label Sep 25, 2020
@heyhippari heyhippari pinned this issue Sep 25, 2020
@fhyoga
Copy link
Contributor

fhyoga commented Sep 25, 2020

Metadata editor
Add folder list
Add metadata editor

I can do metadata editing, starting from the folder list

@camc314
Copy link
Contributor

camc314 commented Sep 25, 2020

Metadata editor
Add folder list
Add metadata editor

I can do metadata editing, starting from the folder list

I think @MrTimscampi is working on a metadata editor (#68)

@heyhippari
Copy link
Contributor Author

So, there are two metadata editors.

The one in #68 is the single-item editor, in the item menu.

The one in the "metadata editor" section is the one with the folder list and such.

Obviously, there is overlap between the two. The form itself would likely be a shared component.

I can hand over the existing metadata editor PR, if wanted, so that you can work on setting something up @Dec-F. I have enough stuff to work on anyway, and too little time to do it 😋

@heyhippari
Copy link
Contributor Author

heyhippari commented Sep 25, 2020

I also have a lot of concerns about the UI/UX part of the folder-based metadata editor.

I know it's a useful feature and all, but I haven't been able to think of a design that makes sense, is fully responsive and with good UX.

It's probably the part that needs the most re-design work in everything we're bringing over, because the existing one is terrible in all aspects.

@fhyoga
Copy link
Contributor

fhyoga commented Sep 25, 2020

@MrTimscampi You can pass it on to me and I will do the rest. UI/UX issues Next I will open an issue to discuss the details

@heyhippari
Copy link
Contributor Author

Cool, I closed the open one, it's all yours 😃

@heyhippari
Copy link
Contributor Author

Closing this in favor of single issues. More will be created as we go along.

@heyhippari heyhippari unpinned this issue Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues that track a number of other points
Projects
None yet
Development

No branches or pull requests

3 participants