| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-12 | Merge pull request #8521 from 1337joe/fix-missing-symlink-scan | Claus Vium | |
| Skip missing symlink instead of breaking out of directory scan | |||
| 2022-10-12 | Merge pull request #8541 from Bond-009/minor | Claus Vium | |
| 2022-10-12 | Merge pull request #8472 from jgriff6/subs | Claus Vium | |
| Fix subtitle selection behaviour | |||
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-11 | Make 'Always' subtitle mode prioritise full tracks | jgriff6 | |
| 2022-10-09 | Skip missing symlink instead of breaking out of directory scan | Joe Rogers | |
| 2022-10-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-07 | Polish smart subtitle selection logic | jgriff6 | |
| 2022-10-07 | Apply review suggestions | Shadowghost | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-09-28 | Fix subtitle selection behaviour | jgriff6 | |
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-23 | Backport pull request #8399 from jellyfin/release-10.8.z | LogicalPhallacy | |
| Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-13 | Add xmldocs | Shadowghost | |
| 2022-09-13 | Prevent MusicArtist creation for artist subfolders | Shadowghost | |
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-08-14 | Merge pull request #7845 from utkuozdemir/fix/photos-lib-dir-with-single-video | Cody Robibero | |
| 2022-08-01 | Backport pull request #8167 from jellyfin/release-10.8.z | Joshua Boniface | |
| Add back library scan from library manager Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: f9dffa767f71f287e384282679a9af5e20bc370e | |||
| 2022-06-30 | fix: single video folder during photos lib scan | Utku Ozdemir | |
| Prevent a directory with a single video file to be detected as a movie directory when the library type is "Photos". Closes jellyfin/jellyfin#7825 Signed-off-by: Utku Ozdemir <uoz@protonmail.com> | |||
| 2022-06-29 | Merge pull request #7946 from cvium/svg | Cody Robibero | |
| (cherry picked from commit 4ebe70cf6a12be4f4eae0b815a269a483ee238bb) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-14 | Merge pull request #7892 from cvium/fix_tv_multi | Cody Robibero | |
| (cherry picked from commit 21afec32258e29687f6c84b08d60d2d325248837) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-14 | Merge pull request #7682 from 1337joe/test-preferred-audio-language | Bond-009 | |
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix | Cody Robibero | |
| (cherry picked from commit 60affd096595d68728506149d0ffce6e84b6b015) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-17 | Fix default audio selection ignoring type | Joe Rogers | |
| 2022-04-07 | Merge pull request #7525 from 1337joe/fix-duplicate-library-media-paths | Cody Robibero | |
| (cherry picked from commit bebe1808ce529cff867b5b0c207542aadc9aedff) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-17 | Fix supportsTranscoding not reflecting user permissions sometimes | jakobkukla | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-20 | Fix #7100 by catching the exception on opening invalid UDF images | Stanislav Ionascu | |
| When an invalid UDF image is opened by the UdfReader, it may throw and exception. This change is to catch and log the exception. | |||
| 2022-02-17 | Remove some dead code | Bond_009 | |
| 2022-02-15 | Fix some warnings | Bond_009 | |
| 2022-02-14 | Fix indentation | Bond_009 | |
| 2022-02-14 | Fix MediaStreamSelector | Bond_009 | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-02-04 | TV extras (#7178) | SenorSmartyPants | |
| 2022-01-28 | Merge pull request #6436 from daullmer/splashscreen | Cody Robibero | |
| 2022-01-28 | Remove some allocations (#7246) | Claus Vium | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-16 | Restore resolver that handles alternate videos | Joe Rogers | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-01-15 | Fix SA1642 warning | Dmitry Lyzo | |
| 2022-01-10 | suggestions from review | Cody Robibero | |
| 2022-01-10 | Fix release build | Cody Robibero | |
| 2022-01-10 | Suggestions from review | Cody Robibero | |
