streama

Self hosted streaming media server. https://docs.streama-project.com/

MIT License

Stars
9.6K

Bot releases are hidden (Show)

streama - v1.2.3_beta - Batch Add Files

Published by dularion about 7 years ago

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}).*

streama - v1.2.1_beta

Published by dularion about 7 years ago

  • 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)
streama - v1.2 BETA

Published by dularion about 7 years ago

  • Issue #353: Enable anonymous access (thanks to @cferbar)
  • fix public invite redirect bug, killing the browser
streama - v1.1

Published by dularion over 7 years ago

  • 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
streama - v1.0.21

Published by dularion over 7 years ago

  • Fixed: Error playing file #349
  • Fixed: Unable to delete files #330
  • Fixed: Doesn't allow recursive file searching #348
streama - v1.0.20

Published by dularion over 7 years ago

  • 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
streama - v1.0.19

Published by dularion over 7 years ago

streama - v1.0.18

Published by dularion over 7 years ago

Changelog

  • hotfix for streama logo: set default Value
streama - v1.0.17

Published by dularion over 7 years ago

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
streama - v1.0.16

Published by dularion over 7 years ago

Changelog v1.0.16

  • another attempt to fix #311
streama - v1.0.15

Published by dularion over 7 years ago

Changelog v1.0.15

  • attempting to fix #311 and #314 again
streama - v1.0.14

Published by dularion over 7 years ago

Changelog v1.0.14

Features

  • add rememberMe cookie
  • randomize highlight order

Bugfixes

  • reduce log-level severity for missing FullTvShowMeta
  • fix error in movie/show.gson for missing subtitles (cannot render null)
  • fix nullpointer for broken as JSON call
  • fix missing genre startup error #314 #311
  • fixed fullscreen on video exit
  • fix dashboard search
  • fixed highlight slider text width
streama - v1.0.13

Published by dularion over 7 years ago

Changelog

  • fixed video playback issues
  • File manager not working #302
  • Invite layout broken #295
  • more redirect handlings for not-logged in
  • add streama header to login page
  • Favorite genre not working - 1.0.11 #290
  • Section in Dashboard "Recommended for you" #53
streama - v1.0.12

Published by dularion over 7 years ago

Changelog v1.0.12

  • added validation for base URL by @ddannewitz
  • changed font color in dropdown menu to black by @ddannewitz
  • Fixed issue with IOS not playing video by @lclc98
streama - v1.0.11

Published by dularion over 7 years ago

Changelog v1.0.11

  • Refresh the page after uploading a video - Feature Request #263
  • Added portuguese translation by pedrofracassi
  • add functionality to have more than 1 additional directory
streama - v1.0.10

Published by dularion almost 8 years ago

Changelog v1.0.10

Bugfixes

  • hotfix: fetch episodes button was not displaying due to faulty variable reference
streama - v1.0.9

Published by dularion almost 8 years ago

Changelog v1.0.9

  • refined German language by bastilimbach
  • add korean language by imkimchi
  • local files: improve sort and add search for current directory
  • Removed the dependency on TheMovieDb and made it optional #257 by lclc98
streama - v1.0.8

Published by dularion almost 8 years ago

Changelog v1.0.8

Updated to grails v3.1.14

Features

  • war file now simply executable
  • added German Language thanks @ManuGithubSteam and @bastilimbach
  • added Spanish Language thanks @Rsilnav
  • Fetch more than one season at once #236 thanks @Elsensee
  • Use checkboxes instead of a list for user roles #234 thanks @Elsensee
  • Added functionality to delete multiple files at once #178 thanks @ddannewitz
  • added notifications modal to the notifications page issue: #179 thanks @b-lack

Note: use the sample application.yml to deploy the app with custom connections.

streama -

Published by dularion almost 8 years ago

Changelog v1.0.7

Bugfixes

  • Dashboard Highlights Fix
  • Showing admin button on every user
  • Search does not work
streama - v1.0.6.BETA Critical Bugfixes

Published by dularion about 8 years ago

Bugfixes

  • Movie admin page did not correctly display added files, was visually stuck on "no video files added".
  • Movies can now be played in the streama player
  • Fixed Button for Next-Episode for TV shows
  • Repair "continue watching" functionality