Releases: streamaserver/streama
Releases · streamaserver/streama
v1.2.3_beta - Batch Add Files
1. Batch Add Files
This MR addresses the issue "Batch Add Files #241".
Note: the TV-Show does not have to be present in order for this to work. Everything will be created by the backend.
Running matcher & previewing result
adding single matched file
adding files in bulk
Customizing the Matcher
Just like in Emby or Kodi, the matcher-regex can be altered. The two defaults are
Movie: /^(?<Name>.*)[_.]\(\d{4}\).*/
TvShow/Episode: /^(?<Name>.+)[._]S(?<Season>\d{2})E(?<Episode>\d{2,3}).*/
In order to customize the regex, just add the regex in the bottom of the application.yml like so:
streama:
regex:
movies: ^(?<Name>.*)[_.]\(\d{4}\).*
shows: ^(?<Name>.+)[._]S(?<Season>\d{2})E(?<Episode>\d{2,3}).*
v1.2.1_beta
v1.2 BETA
v1.1
- add support for Multiple Subtitles streams #377 (thanks to @DerHerrHerr)
- add "simlilar movies" (Thanks to @DerHerrHerr)
- add detail info & trailer to similar movies (thanks to @DerHerrHerr)
- add new languages: Italian, Japanese, Danish (thanks @Anderzenn, @DragonShura)
- Save Subtitle-info between movies/shows
v1.0.21
v1.0.20
- file browser should remember the last folder
- sort drop down A-Z by default
- Add custom Favicon
- TV shows can't read number of episodes in Manage Content area: deleted files need to be filtered out
- Error when Logging in as anyone other than admin
- Added functionality to search for shows on Manage Content #310. Thanks @danbamboo