Git Product home page Git Product logo

media-server's People

Contributors

dependabot[bot] avatar lint-action avatar manorit2001 avatar mohiitaa avatar parth-07 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

media-server's Issues

Proposition to change content location from root route to something specific

Proposition to change content location from root route to something specific to avoid polluting global routes namespace

All content location (media and directories list view) should start from some specific base route, for example /content .
This will be beneficial in the following ways .

  • As the app grows , there may be need for different pages and get requests to be served . Wildchar route to all get requests as we are currently using will cause issues and extra overheads in building and maintaing code those pages and routes.

  • Since main purpose of the app is ease of use , and directory listing in root route provide significant ease , we can redirect all get requests to root route to /content route which will serve all media contents and directory list view . Thus users will only need to open website root only , just like before . Thus there should not be much overhead to make the change .

seek to video percentage

if numpad keys are clicked in remote, seek to percentage respective to numpad keys similar to youtube

Sorting issue

Describe the bug
Sorting is not proper in some filenames

Screenshots
image

allowing common webpages in browser and tv

As we know that surfing in TV is hard. How about allowing the user to navigate to the website to their specific website using laptop and see the results in TV.

Few things that'll make it similar to screen casting but not exactly similar.

  • This will be available on browser webpage allowing more supported devices as screen casting support is not good in many tv's
  • The sessions can be exactly the same in laptop as well as tv(that means, not just redirecting to the webpage)
  • The browser session can be something based on selenium which might allow the headless browser sessions in laptop so that the laptop is free to use for other work even with the casting going on and can be toggled as per need.

Go to homepage in 404 pages

Is your feature request related to a problem? Please describe.
TV history usually has stale urls for the media-server due to previous media-location and leads to 404 error response. Manually changing url in the TV to go the the home directory is not very user friendly and a very tedious task.

Describe the solution you'd like
A go to homepage button in 404 pages so that navigating to home directory due to these issues is easy.

Improve display for images

Image display can have these improvements .

  • swipe functionality to move between adjacent images
  • slideshow feature
  • smoother transition
  • uniform size

Forward and Rewind feature in TV remotes

intuitive feature of forward and rewind in TVs using tv remote , for example , clicking forward key 1 time will continuously keep increasing the video at 2x speed ,clicking it again will continuously keep increasing the video at 4x , then 8x , and so on , rewind button will reduce the speed by factor of 2x, until speed is 1x again .

session variable not persisting in admin portal

on listening the server just on localhost , session variable is not persisting(session variable containing information of location ,port etc ) . On removing localhost restriction session variable are getting saved properly .

content not found

content not found when changing location and restarting the user-server without restarting admin-server.

bootstrap throw error

Describe the bug
It's the second time I opened the executable and it does this and exit.

Expected behavior
Expected to open a Dashboard in the browser.

Screenshots
Capture

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Navigation in TV

Is your feature request related to a problem? Please describe.
Navigation in the website is kinda tough using arrow keys considering that the mouse pointer on tv's doesn't move to the focusable elements automatically

Describe the solution you'd like
Navigation to focusable elements similar to that in

  • Start Page of smart TVs
  • TV apps

Proposal to change /static to /assets

In both admin and user(as of now) code bases , we have used base-url/static for assets folder , so , to access the assets we use address like , base-url/static/js/someScript.js . It will be much more intuitive to use assets instead of static to access the assets contents(js, css, images etc) .

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.