Commit Graph

297 Commits

Author SHA1 Message Date
Joshua M. Boniface 7bd77a5ce1 Merge pull request #128 from ploughpuff/ffmpeg
Always show FFmpeg path in Transcoding page
2019-03-10 01:53:32 -05:00
Claus Vium 6565ec4009 Update src/scripts/encodingsettings.js
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-03-08 09:25:45 +00:00
Claus Vium 36a0df3c7d Update src/scripts/encodingsettings.js
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-03-08 09:15:19 +00:00
Claus Vium b9d21084f0 Update src/scripts/encodingsettings.js
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-03-08 09:15:12 +00:00
Vasily 62bb9f8721 Update src/scripts/encodingsettings.js
Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-03-07 21:19:21 +00:00
Bond-009 44e16c77a8 Merge pull request #166 from jellyfin/release-10.2.z
Better progressive playback controls of bottom pages (#164)
2019-03-05 20:29:13 +01:00
xlinbsd 89be94fff3 Better progressive playback controls of bottom pages (#164)
* Allow volume change on shrinker width screenview
* Tiny better width compromise in width control fluidity
* Better progressive music control panel
* Delay hiding of album image displayed
* Wider volume slider
2019-03-05 13:09:32 +01:00
Anthony Lavado 36ab9764ac Merge pull request #163 from jellyfin/release-10.2.z
Backmerge for 10.2.2
2019-03-04 01:19:09 -05:00
PloughPuff 037059f59d Use EncoderAppPathDisplay to populate encoder path field 2019-02-28 22:10:49 +00:00
PloughPuff ba2c777772 Always show FFmpeg path in Transcoding page
Removed the 'hide' and 'required' settings from the html to always show the FFmpeg path to user and also allow user to remove a custom path and return to using whatever is available from system $PATH.
2019-02-28 22:08:37 +00:00
Vasily bb118a5ae8 add suggested changes from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-02-26 21:12:58 +00:00
dkanada 32a8e89420 use normal method for getAvailablePlugins 2019-02-27 06:11:42 +09:00
dkanada 3f7ca1d915 clean up plugin catalog page 2019-02-26 03:15:12 +09:00
dkanada 2dd44178fa remove plugin configuration block for android devices 2019-02-26 02:56:18 +09:00
dkanada fa8eb4f34d method deminification 2019-02-26 02:39:58 +09:00
Joshua M. Boniface a3b4774242 Merge pull request #152 from redSpoutnik/nowplaying-media-stop
Go back on Media stop
2019-02-24 22:25:16 -05:00
redSpoutnik ae9c0a77f7 Go back on Media stop 2019-02-24 12:44:36 +01:00
Sparky 134bbbf6c0 Fix volume slider not working on nowplayingbar
Turns out, by wrapping the code in a function it takes the necessary bits out of scope, causing the nowplayingbar to become non-functional when it comes to adjusting volume.

Fixes https://github.com/jellyfin/jellyfin/issues/988
2019-02-23 21:16:10 -05:00
Sparky 802bb3a757 Make types more consistent
There is no instance I can find where these values are ever *actually* strings. Changing them to boolean improves consistency.
2019-02-23 10:29:42 -05:00
Joshua M. Boniface fe28f88a99 Merge pull request #141 from jellyfin/exit_fullscreen_automatically
Exit fullscreen automatically after video playback ends
2019-02-18 15:13:26 -05:00
Joshua M. Boniface fca63ceb86 Merge branch 'release-10.2.z' into readd_opensubtitles 2019-02-18 14:57:15 -05:00
Claus Vium 9a7ede5536 Add fullscreen check to avoid errors in Chrome 2019-02-17 23:29:31 +01:00
Claus Vium 53fbc24ac5 Exit fullscreen automatically when video playback stops 2019-02-17 23:13:42 +01:00
Joshua Boniface 1692206298 Remove obsolete strings 2019-02-17 15:51:19 -05:00
Joshua M. Boniface 058b3c8ab0 Merge branch 'master' into release-10.2.z 2019-02-17 13:10:55 -05:00
Vasily 29e100c476 Merge pull request #137 from grafixeyehero/dev
Replace HeaderEmbyServer with HeaderJellyfinServer on plugincatalog
2019-02-17 16:19:15 +03:00
Joshua M. Boniface f7e5946c79 Merge pull request #130 from jellyfin/translations
Import Translations
2019-02-15 20:47:48 -05:00
WWWesten ff6554ac2a Translated using Weblate (Russian)
Currently translated at 99.5% (2256 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2019-02-15 19:35:36 -05:00
WWWesten c311c50093 Translated using Weblate (Kazakh)
Currently translated at 97.6% (2213 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/kk/
2019-02-15 19:35:36 -05:00
Mickaël Bernardini 9755657527 Translated using Weblate (French)
Currently translated at 99.9% (2264 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2019-02-15 19:35:36 -05:00
Claus Vium 36c5842cca Remove left-over JS for Customize Home Screen 2019-02-15 21:15:15 +01:00
grafixeyehero 172cf4d0aa Change wiki links to ones in the web archive 2019-02-15 21:08:58 +03:00
grafixeyehero 821a062efb Replace HeaderEmbyServer with HeaderJellyfinServer on plugincatalog 2019-02-15 19:56:23 +03:00
Claus Vium 7df3a87230 Replace Register with ButtonRegister translation key 2019-02-15 12:11:58 +01:00
Claus Vium 3e313972bc Add ButtonRegister string 2019-02-15 12:11:16 +01:00
Hadrien Miche aaa018c346 Translated using Weblate (French)
Currently translated at 99.9% (2264 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2019-02-15 04:22:41 -05:00
Mickaël Bernardini 218f88dbc8 Translated using Weblate (French)
Currently translated at 99.9% (2264 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/fr/
2019-02-15 04:22:37 -05:00
Mathé Grievink 02b344f4fd Translated using Weblate (Dutch)
Currently translated at 91.9% (2083 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2019-02-14 18:45:33 -05:00
Claus Vium ec57b8c493 Removed some newlines and manual deuglification 2019-02-14 19:05:09 +01:00
Claus Vium fbb793e445 Hardcode Register string since ButtonRegister has been removed from strings 2019-02-14 19:02:43 +01:00
Claus Vium 76d3fcfbb6 Re-add configuration page for OpenSubtitles 2019-02-14 18:59:52 +01:00
WWWesten 57c1ff9074 Translated using Weblate (Kazakh)
Currently translated at 97.6% (2213 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/kk/
2019-02-14 08:52:44 -05:00
Vasily c6116c2766 Make sure fallback culture is always available
Fixes #134
2019-02-13 21:26:26 +01:00
grafixeyehero c7ce1ac8ec removing from strings 2019-02-13 16:42:28 +01:00
grafixeyehero e5bd76b09a remove more "Customize Home Screen" Bar at Bottom of web ui 2019-02-13 16:42:28 +01:00
grafixeyehero 533b7fe50a remove "Customize Home Screen" Bar at Bottom of web ui 2019-02-13 16:42:28 +01:00
WWWesten 570fbd0479 Translated using Weblate (Kazakh)
Currently translated at 97.7% (2214 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/kk/
2019-02-13 01:30:45 -05:00
WWWesten 63539660ec Translated using Weblate (Kazakh)
Currently translated at 98.2% (2226 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/kk/
2019-02-13 01:15:08 -05:00
Polydeukes 52fb216616 Translated using Weblate (Spanish)
Currently translated at 96.0% (2177 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es/
2019-02-13 00:35:19 -05:00
WWWesten c604ee584e Translated using Weblate (Russian)
Currently translated at 99.5% (2256 of 2266 strings)

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2019-02-13 00:35:19 -05:00