Anthony Lavado
a278b380b6
Fix syntax errors, move order of upgrade checks, enhance folder check, fix shortcuts
...
Fixes a syntax error with the NoServiceUninstall section. Moves the detection of an existing Service and datadir further up, so it happens before we decide how the installation will happen. Removed a newline from a comment, and enhanced the existing directory check. Adds an existing folder check, as well as a prompt if the user wants to continue with it or not. Also adds the datadir property to shortcuts.
5 years ago
Narfinger
4a20260a27
add another parser case and allow parsing of seasonless
...
Add another parser case and we now allow parsing of seasonless series which hopefully should cover more cases of directory structure
5 years ago
Thomas Büttner
59995c20f1
Fix buildscript failure, remove unnecessary yarn repo for Fedora build
5 years ago
Vasily
3743137c31
Address Bond-009 review comments
5 years ago
Vasily
ae2b95024f
Update MediaBrowser.Api/Playback/BaseStreamingService.cs
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
91600b1c81
Merge pull request #1898 from Bond-009/jsonfix
...
Fix Json serialization error
5 years ago
Bond_009
fef35d0505
Add clearer exceptions, warnings and docs
5 years ago
Joshua Boniface
17c1de7bf2
Clean up ubuntu-armhf build steps
...
Installs the nodejs package via NodeSource, since the Bionic npm
package is heckin' broken.
5 years ago
Joshua Boniface
44e2d91b2f
Clean up ubuntu-arm64 build steps
...
Installs the nodejs package via NodeSource, since the Bionic npm
package is heckin' broken.
5 years ago
Joshua Boniface
f02ab9818a
Clean up ubuntu-x64 build steps
...
Installs the nodejs package via NodeSource, since the Bionic npm
package is heckin' broken.
5 years ago
Joshua Boniface
9a48486838
Clean up debian-armhf build steps
5 years ago
Joshua Boniface
d9f6c6f289
Clean up debian-arm64 build steps
5 years ago
Joshua Boniface
07d45e82f0
Move web-build into Debian build rules
...
This removes the convoluted steps in docker-build.sh in favour of
integrating the web-build sequence into the Debian rules file
explicitly. This will allow the web-build to work properly outside of
the boutique Docker container we build, thus allowing it to be build
properly directly on a target system with dpkg-buildpackage.
5 years ago
Joshua Boniface
c30866fc93
Remove web frontend build from docker-build.sh
...
This is now handled in the RPM spec.
5 years ago
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
Bond_009
bbc0875387
Don't shuffle some types by default
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