schbal
f469f18756
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-18 07:14:26 -04:00
Joshua M. Boniface
e211f821c9
Merge pull request #4 from brianjmurrell/fix-copr
...
Support building jellyfin-web webpack
2019-10-17 09:27:13 -04:00
Brian J. Murrell
145df92265
Support buiding jellyfin-web webpack
...
Needs nodejs >= 8 on EL7
- from https://rpm.nodesource.com/pub_8.x/el/7/x86_64/ on EL7.
Needs yarn
- from yarnpkg.com on EL7
2019-10-17 06:22:35 -04:00
KerryJ
ef3df7baaf
Fix System.NullReferenceException when playing Dvds copied to HDD
2019-10-17 11:31:11 +02:00
Vasily
6b6fede2e0
Address review comments
2019-10-16 16:13:59 +03:00
Vasily
9040ef87dc
Merge pull request #1871 from Bond-009/doc
...
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
2019-10-16 12:40:20 +03:00
Vasily
dd83784da2
Merge pull request #1887 from joshuaboniface/bump-version
...
Bump version to 10.5.0 for next stable release
2019-10-16 12:40:01 +03:00
Anthony Lavado
330395e8b6
Check for the presence of AppDataLocal folder before using it
2019-10-16 03:25:39 -04:00
Anthony Lavado
6f504a246b
Use the registry path for datadir, don't override it here
...
Removes an assumption on directory if the user has a datadir from the previous install, use that
2019-10-16 03:18:34 -04:00
Anthony Lavado
63e0bd1d61
Only create/remove shortcuts on non-service install
...
Should only remove shortcuts if the install type was non-service. On upgrade, check if the install type was non-service, and if so, set the variables correctly and create shortcuts.
2019-10-16 03:14:12 -04:00
Anthony Lavado
5232302532
Adds icons to shortcuts, fixes nsis warning
...
Adds the icon as a resource file in the program folder, and uses it for the shortcuts created.
Removes an extra section from the dialog creator file, so NSIS won't show a warning for unused code.
2019-10-16 02:29:37 -04:00
Anthony Lavado
dc46620a81
Automatically creates shortcuts for non-service installs
...
If the user is not installing as a service, then the installer creates a Start Menu shortcut, and a desktop shortcut. Commented out future shortcuts for a tray app.
2019-10-16 02:01:26 -04:00
Anthony Lavado
f80343bf9d
Fix the Setup Type dialog titles
...
I had put the title and subtitle in the wrong order. This corrects the issue.
2019-10-16 01:43:53 -04:00
Bond_009
5edb8159a7
Fix Json serialization error
2019-10-15 17:49:49 +02:00
Vasily
0ccbc2f374
Merge pull request #1884 from Bond-009/netcore3.0
...
Move to netcore3.0
2019-10-15 15:35:37 +03:00
Anthony Lavado
9ad781324e
Fix up Setup Type dialog, and add logic for basic setup
...
Fix up the Setup Type dialog, by removing an unused function from the page.
Adds logic to the installer to check for a basic or advanced setup choice. Ensures that the service is only installed if the "advanced" method is chosen. Note - it may be possible to remove some defaults from the .onInit, considering they get set through the program now.
2019-10-15 04:24:30 -04:00
Vasily
adccc18298
Revert "yarn build" as it is fixed in master, fix typo
2019-10-14 14:07:12 +03:00
Vasily
3132280b07
* Make sure force_key_frames expression arguments are properly converted to strings
...
* Fore usage of keyframe cuts only in HLS
2019-10-14 13:22:53 +03:00
Vasily
1bd12083c3
Respect non-inversed setting of "enable break on non-keyframes"
2019-10-14 13:22:53 +03:00
Vasily
82f8345aa5
Log to debug all HTTP 500 response urls
2019-10-14 13:22:53 +03:00
Vasily
2f6879e869
Add limiting max keyframe interval when full transcoding
2019-10-14 13:22:53 +03:00
Vasily
986ea5c636
Fix log message - log args were swapped
2019-10-14 13:22:53 +03:00
Vasily
3740228100
Don't start waiting for a segment which doesn't exist if transcoding is not running
2019-10-14 13:22:52 +03:00
Vasily
7aea9266d0
Stop waiting for a segment to become ready if there's no alive transcode
...
Remove extra quotes in logging
Fix typo in comment
2019-10-14 13:22:39 +03:00
Vasily
c1f9107b8b
Add more logging
...
Trying to fix hls muxer plus ffmpeg 4.1+ combo
Try to fix waiting for segment being ready
This is needed because hls muxer in ffmpeg >= 4.1 creates the
playlist only when it finishes transcoding.
Also cleaned up logs a bit.
Lower log level for "StartFfmpeg finished" to debug
2019-10-14 13:22:15 +03:00
Vasily
6746f708f2
Revert "Revert "Fix premature stop when streaming""
...
This reverts commit 575b96d03a
.
2019-10-14 13:16:30 +03:00
schbal
c9851db4c7
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-13 17:14:18 -04:00
Axel Gabriel Calle Granda
aa5cd46b6c
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-10-13 17:14:18 -04:00
Marius Lindvall
510c2d01c7
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-10-13 17:14:18 -04:00
Anthony Lavado
05fb84ba22
Make service setup an optional component, remove setuptype page config for now
2019-10-12 04:39:34 -04:00
Anthony Lavado
04c4ad731e
Begin to add setup type dialog
2019-10-12 03:56:46 -04:00
Anthony Lavado
c8ffa2fb1d
Set service install default to no
2019-10-12 03:03:33 -04:00
Joshua Boniface
fffc5e3a6f
Bump version to 10.5.0 for next stable release
2019-10-11 20:12:52 -04:00
Bond_009
516933aab5
Move to netcore3.0
2019-10-11 18:32:13 +02:00
Bond-009
d64b43286e
Delete Doxyfile ( #1879 )
2019-10-11 00:11:23 -04:00
Narfinger
45f906c556
added a couple more tests
2019-10-11 11:46:51 +09:00
Vasily
79f9887625
Merge pull request #1854 from Bond-009/json
...
Use System.Text.Json api for databases
2019-10-10 18:15:48 +03:00
Vasily
c6cb4b7cf8
Merge pull request #1840 from Bond-009/ruleset
...
Ignore warning CA1308 and SA1108
2019-10-10 16:53:37 +03:00
Vasily
094852ce30
Merge pull request #1861 from joshuaboniface/fix-centos-build
...
Use NVM to install nodejs v8 and yarn for CentOS
2019-10-10 10:35:11 +03:00
schbal
697450a619
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-10 02:14:10 -04:00
Narfinger
8da012c8c5
add tests for Emby.Naming/TV/EpisodePathParser.cs
...
This should in the future help to detect working and non working name matchings
2019-10-10 13:22:42 +09:00
Joshua M. Boniface
b7586335a6
Merge pull request #1872 from thornbill/translate-badge
...
Update translate badge in README
2019-10-09 18:46:10 -04:00
Vasily
1176749f14
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
...
Fix inconsistent BaseUrl behavior
2019-10-09 19:24:41 +03:00
Bill Thornton
5437434339
Update translate badge in README
2019-10-09 11:47:55 -04:00
Bond_009
9d4ce82ab9
Enable TreatWarningsAsErrors
for MediaBrowser.Common and Emby.Photos
...
Adds `#pragma warning disable CS1591` to all files in
MediaBrowser.Common containing undocumented members.
2019-10-09 17:14:15 +02:00
Joshua Boniface
345a14ff55
Use value instead of assigning baseUrl first
2019-10-09 10:52:51 -04:00
Joshua Boniface
b10e06ff45
Fix spacing issues
2019-10-09 10:40:52 -04:00
Bond-009
d8d2e52e3f
Merge pull request #1870 from JustAMan/fix-http-ex1
...
Fix exception when handling error, log errors better
2019-10-09 16:08:50 +02:00
Joshua Boniface
b96079fee6
Make NormalizeUrlPath static
2019-10-09 09:22:55 -04:00
dkanada
8d7ac291bc
Merge pull request #1855 from Bond-009/stylefixes
...
Minor style fixes
2019-10-09 22:21:32 +09:00