Joshua Boniface
d57ee0b2b8
Remove spec version bump
...
This will be taken care of with the 10.4.1 bump in stable.
5 years ago
Bond-009
fdb0c3a1df
Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlay
...
Fix System.NullReferenceException when playing Dvds copied to HDD
5 years ago
Andrew Rabert
4ace99ad76
Fix Docker ffmpeg
5 years ago
Andrew Rabert
64eca9e1c7
Update Docker containers to dotnet 3.0
5 years ago
Andrew Rabert
cd3c14961f
Default to jellyfin-web master
5 years ago
schbal
e3f1f62a8b
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Marius Lindvall
3f16e6d947
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
5 years ago
schbal
f469f18756
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Joshua M. Boniface
e211f821c9
Merge pull request #4 from brianjmurrell/fix-copr
...
Support building jellyfin-web webpack
5 years ago
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
5 years ago
KerryJ
ef3df7baaf
Fix System.NullReferenceException when playing Dvds copied to HDD
5 years ago
Vasily
6b6fede2e0
Address review comments
5 years ago
Vasily
9040ef87dc
Merge pull request #1871 from Bond-009/doc
...
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
5 years ago
Vasily
dd83784da2
Merge pull request #1887 from joshuaboniface/bump-version
...
Bump version to 10.5.0 for next stable release
5 years ago
Anthony Lavado
330395e8b6
Check for the presence of AppDataLocal folder before using it
5 years ago
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
5 years ago
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.
5 years ago
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.
5 years ago
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.
5 years ago
Anthony Lavado
f80343bf9d
Fix the Setup Type dialog titles
...
I had put the title and subtitle in the wrong order. This corrects the issue.
5 years ago
Bond_009
5edb8159a7
Fix Json serialization error
5 years ago
Vasily
0ccbc2f374
Merge pull request #1884 from Bond-009/netcore3.0
...
Move to netcore3.0
5 years ago
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.
5 years ago
Vasily
adccc18298
Revert "yarn build" as it is fixed in master, fix typo
5 years ago
Vasily
3132280b07
* Make sure force_key_frames expression arguments are properly converted to strings
...
* Fore usage of keyframe cuts only in HLS
5 years ago
Vasily
1bd12083c3
Respect non-inversed setting of "enable break on non-keyframes"
5 years ago
Vasily
82f8345aa5
Log to debug all HTTP 500 response urls
5 years ago
Vasily
2f6879e869
Add limiting max keyframe interval when full transcoding
5 years ago
Vasily
986ea5c636
Fix log message - log args were swapped
5 years ago
Vasily
3740228100
Don't start waiting for a segment which doesn't exist if transcoding is not running
5 years ago
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
5 years ago
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
5 years ago
Vasily
6746f708f2
Revert "Revert "Fix premature stop when streaming""
...
This reverts commit 575b96d03a
.
5 years ago
schbal
c9851db4c7
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Axel Gabriel Calle Granda
aa5cd46b6c
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
5 years ago
Marius Lindvall
510c2d01c7
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
5 years ago
Anthony Lavado
05fb84ba22
Make service setup an optional component, remove setuptype page config for now
5 years ago
Anthony Lavado
04c4ad731e
Begin to add setup type dialog
5 years ago
Anthony Lavado
c8ffa2fb1d
Set service install default to no
5 years ago
Joshua Boniface
fffc5e3a6f
Bump version to 10.5.0 for next stable release
5 years ago
Bond_009
516933aab5
Move to netcore3.0
5 years ago
Bond-009
d64b43286e
Delete Doxyfile ( #1879 )
5 years ago
Narfinger
45f906c556
added a couple more tests
5 years ago
Vasily
79f9887625
Merge pull request #1854 from Bond-009/json
...
Use System.Text.Json api for databases
5 years ago
Vasily
c6cb4b7cf8
Merge pull request #1840 from Bond-009/ruleset
...
Ignore warning CA1308 and SA1108
5 years ago
Vasily
094852ce30
Merge pull request #1861 from joshuaboniface/fix-centos-build
...
Use NVM to install nodejs v8 and yarn for CentOS
5 years ago
schbal
697450a619
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
5 years ago
Narfinger
8da012c8c5
add tests for Emby.Naming/TV/EpisodePathParser.cs
...
This should in the future help to detect working and non working name matchings
5 years ago
Joshua M. Boniface
b7586335a6
Merge pull request #1872 from thornbill/translate-badge
...
Update translate badge in README
5 years ago
Vasily
1176749f14
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
...
Fix inconsistent BaseUrl behavior
5 years ago