Releases: OwenRay/Remote-MediaServer
Releases · OwenRay/Remote-MediaServer
v0.5.0
Beta Release v0.4.0
- 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
Beta Release v0.3.2
- 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
Beta Release v0.3.1
- 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.
Alpha Release v0.2.0
- 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
Alpha Release 0.1.3
- 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
Alpha Release v0.1.2
- 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
Alpha Release v0.1.1
- Added a media grouping toggle
- Fixed issues for items with the "Unspecified" type
- Stability and performance improvements
Alpha Release v0.1.0
- 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
Alpha Release v0.0.3
- audio and video channel selection
- Ported frontend to React
- fixed some minor issues