aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium
2019-11-19Merge pull request #1925 from joshuaboniface/integrate-web-build-debuntuJoshua M. Boniface
Integrate web build into Debuntu package build steps
2019-11-18Merge pull request #2016 from joshuaboniface/stalebot-wordingVasily
Update stalebot timings and message
2019-11-18Merge pull request #2019 from Bond-009/baseurlhotfixVasily
Remove leading / from baseurl
2019-11-17Merge pull request #1937 from justinfenn/docker-entrypoint-execJoshua M. Boniface
use exec form for Dockerfile entrypoint
2019-11-17Replace BDInfo plugin with nupkg and UHD/Atmos/DTS:X supportStanislav Ionascu
2019-11-17Merge pull request #1992 from Bond-009/namingtestsJoshua M. Boniface
Fix naming tests
2019-11-17Remove leading / from baseurlBond_009
2019-11-17Update stalebot timings and messageJoshua Boniface
1. Bump up the timings, since the project releases have slowed down a fair bit. 120 days stale with 21 days for a response still gets us the desired effect while loosening the timeline for issue submitters. 2. Revamp the wording to better explain what the author (or others) need to do, and why this bot exists.
2019-11-16Merge pull request #2008 from Bond-009/pathvaluedkanada
Fix GetPathValue function
2019-11-13Fix GetPathValue function for DLNA serviceBond-009
2019-11-13Fix logicBond-009
2019-11-13Fix GetPathValue functionBond-009
2019-11-13Throw InvalidOperationException when attachment extraction exits abnormally ↵Andrew Mahone
or doesn't produce output.
2019-11-13Merge pull request #1864 from Bond-009/installationmanagerdkanada
Improve IInstallationManager interface
2019-11-10Merge pull request #1965 from Bond-009/dbjsondkanada
Deserialize with the correct type (and warning fixes)
2019-11-09Translated using Weblate (Dutch)Sander Lambrechts
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2019-11-09Translated using Weblate (Czech)DJSweder
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2019-11-09Add commentBond_009
2019-11-09Fix typos in docsBond_009
2019-11-08Fix naming testsBond_009
2019-11-07Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-07Remove use of ProcessFactory, as well as arbitrary timeout in ↵Andrew Mahone
AttachmentExtractor.
2019-11-08Merge pull request #1929 from Narfinger/parser-fix4dkanada
[Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting / style Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵Andrew Mahone
media-attachments
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Don't user ILoggerFactory.Andrew Mahone
2019-11-07Simplify AttachmentExtractor instantiation.Andrew Mahone
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.Controller/Library/IMediaSourceManager.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update Emby.Server.Implementations/Library/MediaSourceManager.cs Andrew Mahone
docs Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update Emby.Server.Implementations/Library/MediaSourceManager.cs Andrew Mahone
docs Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update Emby.Server.Implementations/Library/MediaSourceManager.cs Andrew Mahone
docs Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update Emby.Server.Implementations/Data/SqliteItemRepository.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Update MediaBrowser.Api/Attachments/AttachmentService.cs Andrew Mahone
formatting Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07formattingAndrew Mahone
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-11-07Check for attachment file before trying to remove it during cleanup.Andrew Mahone
2019-11-07Check for cancellation between each batch of MediaAttachment inserts.Andrew Mahone
2019-11-07Merge pull request #1970 from Bond-009/natdkanada
Use Mono.Nat Nuget package
2019-11-07Doc improvementsBond-009
2019-11-07Merge branch 'master' into installationmanagerBond-009
2019-11-07Translated using Weblate (Chinese (Simplified))Terrance Siu
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2019-11-07Merge pull request #1973 from EraYaN/docs-warning-fixesdkanada
Fix the last of the docs warnings
2019-11-07removed restriction to 3 digits in episodenumber and 4 in season numbersNarfinger
2019-11-06Use block rather than local using statement.Andrew Mahone
2019-11-06Clean up handling of missing source/attachment in AttachmentExtractor.Andrew Mahone