Remote MediaServer Versions Save

A NodeJS based media server: Manage, watch and share your movies and tv series.

v0.5.0

1 year ago
  • implemented better resume play when idle for a long time
  • Small ui upgrades
  • improved p2p sharing
  • bug fixes & security updates

v0.4.0

4 years ago
  • No longer uses external dependency (guessit) for file parsing, this is much faster and works without an internet connection!
  • Faster file processing through parallelization.
  • Some minor bug fixes
  • A number of security fixes

v0.3.2

4 years ago
  • Arm support (Raspberry PI)
  • Support for chrome cast ultra (4k HDR)
  • Added device profiles, it’s now a lot easier to support new devices
  • Fixed a number of chromecast issues
  • Revamped player with a playqueue and a miniplayer
  • Added swap file for database to prevent data lose
  • Fixed node 12 issues

v0.3.1

5 years ago
  • SSL support with letsencrypt
  • Offline support: Download your videos to watch later. (Only chrome support for now)
  • Progressive Web Apps implementation: Install and run RMS just as a native application.
  • A number of other bug fixes and small improvements including faster encoding and a notification system.

v0.2.0

5 years ago
  • Now modular (so feel free to write your own modules)
  • Added API documentation
  • Added shortcuts (press ? for help)
  • Fixes some sharing issues
  • Some improvements in matching less populair tv shows
  • Scanner now picks up file size changes
  • A bunch of other bug fixes and improvements

0.1.3

5 years ago
  • Featuring a great new homescreen from where you can quickly jump in and start watching movies / series.
  • Fixed a number of issues with search / filters
  • Fixed a redraw bug in the library view

v0.1.2

5 years ago
  • Greatly Improved memory consumption and other resource use.
  • Streaming shared items should be much more reliable now. (seeking is still a little slow though)
  • Fixed a crash in the TMDB library

v0.1.1

5 years ago
  • Added a media grouping toggle
  • Fixed issues for items with the "Unspecified" type
  • Stability and performance improvements

v0.1.0

5 years ago
  • Chromecast subtitle support
  • webvtt support
  • database improvements
  • more search filters
  • more and better organized settings
  • End-to-end encrypted peer-to-peer sharing feature (still very experimental)

install using npm:

npm install -g https://s3-eu-west-1.amazonaws.com/remote-mediaserver/dev/remote-mediaserver-0.0.3.tgz

Or use one of the attached release builds above

v0.0.3

6 years ago
  • audio and video channel selection
  • Ported frontend to React
  • fixed some minor issues