Skip to content

Releases: streamaserver/streama

v1.2.3_beta - Batch Add Files

06 Sep 20:26
Compare
Choose a tag to compare
Pre-release

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

sep-02-2017 01-24-34

adding single matched file

sep-02-2017 01-24-12

adding files in bulk

sep-02-2017 01-24-26

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

18 Aug 21:57
Compare
Choose a tag to compare
v1.2.1_beta Pre-release
Pre-release
  • feature: add close-on-select checkbox & functionality to fileModal (#403)
  • feature: make fileModal remember the last active Tab via LocalStorage (#403)
  • bugfix: check existence of localFiles directory including current sub-directories (#404)

v1.2 BETA

18 Aug 20:29
Compare
Choose a tag to compare
v1.2 BETA Pre-release
Pre-release
  • Issue #353: Enable anonymous access (thanks to @cferbar)
  • fix public invite redirect bug, killing the browser

v1.1

12 May 13:25
Compare
Choose a tag to compare

v1.0.21

26 Mar 21:09
Compare
Choose a tag to compare
  • Fixed: Error playing file #349
  • Fixed: Unable to delete files #330
  • Fixed: Doesn't allow recursive file searching #348

v1.0.20

25 Mar 20:27
Compare
Choose a tag to compare
v1.0.20 Pre-release
Pre-release
  • 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

v1.0.19

24 Mar 22:10
Compare
Choose a tag to compare
dropdown menu #322

v1.0.18

04 Mar 10:37
Compare
Choose a tag to compare

Changelog

  • hotfix for streama logo: set default Value

v1.0.17

04 Mar 08:04
Compare
Choose a tag to compare

Changelog v1.0.17

  • attempted fix: Base URL validation seems to be broken for some cases #317
  • external links no working #321
  • Version-Number not displayed in .16 #320
  • Admins are now able to upload custom streama logo as suggested in #320 #278

v1.0.16

01 Mar 21:33
Compare
Choose a tag to compare

Changelog v1.0.16

  • another attempt to fix #311