Git Product home page Git Product logo

jellyfin-nmt's People

Contributors

senorsmartypants avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jellyfin-nmt's Issues

Different targets for HOME-button

The HOME-button always takes you to index.php. In my YAMJ (AEON)-implementation I was able to alter that behaviour.
e.g. when you're looking at a season of a TV show pressing HOME takes you to the season list. From there HOME led to "all TV shows".
Yes, you can use the BACK-button. But on my Remote the BACK-button is very liitle and not easy to find in the dark...

In YAMJ it was a simple "href="../". In JF-NMT it's more difficult ๐Ÿ˜’

btw Can I change the label for a request?

Display Episode extras in tv season page

Check ItemDetails on how to retrieve extras?

Should I display them in the episode list after the first part?

Doctor Who 21x12 for example. Need to change special to Extra

Display Episode Additional Parts in tv season page

Check ItemDetails on how to retrieve AdditionalParts, and number (or use name, but then they must be edited currently).

Should I display them in the episode list after the first part?

Or use playlist?

Doctor Who 21x12 for example.

If JF crashes during, session looses additionalUsers

If logged into JF with a primary and additional users, and JF crashes. JF-NMT will re-login but will only have primary user in session. This is very noticeable when playing a video as the secondary user will now longer have play position updated, and video won't be marked as watched.

Add itemdetails page

Create itemdetails page modeled on one in JF-web.

Data from http://localhost:8096/emby/Users/<userID>/Items/<ItemID> displays here.

Use media info from MediaSources/MediaStreams

Index Page Performance Testing

Testing what takes time to display on NMT A-100. Display times can be much greater compared to chrome.

Gutted = Only one image for posters. No filter menu. No PC menu. Not really usable since images are repeated.
Basic = Fully functional, but no extras. No filter menu. No PC menu.
PCMENU = Basic + PCMENU = true.
SpeedDial = Basic + SMS speeddial.
Filter = Basic + filter menu.
F+SD = Basic + filter menu + SMS speeddial.
Static Filter = Saved filter JS to a file and link that.
No Push = Array population. Don't ar.Push. Use ar = ["elem1","elem2", etc]
Short URL = No Push plus baseurl + shorted url
JS Array = Short URL + More JS array optimization.
No Tags = Short URL + Don't output tags. My tv library has 400+ tags currently.

Pages timed with phone stop watch. 3 loads averaged together (don't count first load).

Page Gutted Basic PCMENU SpeedDial Filter F+SD Static Filter No Push Short URL JS Array No Tags
Next Up 2.68 3.60 3.64 11.31 Same 6.57 6.17 6.24 4.67
Latest Shows
Latest Movies
TV Library ~6.5 6.21 6.22 4.66
Movie Library 2.88 3.99 3.94 6.79 Same 5.84 5.61 5.70 5.44
Collections
Playlists
Music Videos
Categories 6.95

Playlists

Playlist generation is now possible. But it is not hooked up into the UI.

Possible locations to create playlists.

  • Browsing library - playlist with all displayed items
  • TV Season - all episodes
  • Playlist category! - This would be covered by the library browsing too.

Correct URL?

(Initially tested on PC)
Just to clarify that I got it right:
My URL to start Jellyfin NMT is
192.168.2.89/nmt/login.php?id=e8379f2693c44382a21906ba4f6d6a88
In the previous version I didn't need to add the user ID - http://Server-IP/nmt/ was enough.
When I try http://server-IP/nmt/index.php I'm being redirected to login.php and Boom :-(
image

That also happens on PCH...

On top of that my Poppy gets logged out after some time. After watching an episode the same login page appears.

Tag based skip and trim for playback reporting

Create tags to modify playback reporting behavior

skip to jump forward in position reported to JF server when starting to play from beginning (not resuming)
trim to remove length from total length of video reported to JF.

Tags will be supported in the format of following regular expression:

nmt-(trim|skip)-(\d{1,2}m)?(\d{1,2}s)?

Examples
nmt-skip-2m30s = NMT will report starting video at 2:30 instead of 0:00
nmt-trim-5m = 60 minute show will be reported as 55 minutes in length when played from NMT

Shift all personal variables to secrets.php

At the top of utils.php there are two important variables

//NMT player path
$NMT_path = "/home/pi/Netzwerk/"; //server based path to share to NMT
$NMT_playerpath = "file:///opt/sybhttpd/localhost.drives/HARD_DISK/Netzwerk/";  //NMT path to the share

I'm wondering could secrets.php a better place? This way all personal variables would be in one place and new versions (which are coming woohoo) can easier be tested.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.