Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jellyfin/jellyfin-plugin-tvdb


https://github.com/jellyfin/jellyfin-plugin-tvdb

Merge pull request #123 from scampower3/cache-fix

Fixes some cache key clashes and other improvements.

9dd7a7ddc610ae34beda0e2030fe3c1f1ecae570 authored 10 months ago by Tim Eisele <[email protected]>
Reduce code duplication

45eea79bc2dfdeaaa69e681a384f94cda8185dbf authored 10 months ago by LJQ <[email protected]>
-Fixes some cache key clashes

- Trys to return preferred metadata language when using identify

326ed322780e0db6621ff89b0891f63399bbcb78 authored 10 months ago by LJQ <[email protected]>
Merge pull request #122 from scampower3/naming-fixes

Fixes some poorly named variables and label "for" tag fixes

e5f3d4dcce3723f963a19d4db29c941349e0765d authored 10 months ago by Tim Eisele <[email protected]>
woops. Renamed for set

27e7e56833be9400c7e1bea3894687b3b05bb131 authored 10 months ago by LJQ <[email protected]>
Fixes some poorly named variables and label for tag fixes

fe6039f0c47dcf832df9ab2d9995dc2938f13003 authored 10 months ago by LJQ <[email protected]>
Remove required from the input for API key (#121)

308b6b0449e4283eda4c691458270b7897926653 authored 10 months ago by scampower3 <[email protected]>
Merge pull request #120 from scampower3/cache-configurations

2f03b60ce0fedfa674d6ff0eee0cd6346f752aea authored 10 months ago by Cody Robibero <[email protected]>
Add suggested changes

346df57478b2b82b2d7b7f1503bfa013a0c29e9d authored 10 months ago by LJQ <[email protected]>
update secrets

09249e1c6b20609cc8c1ce5d75e52a76649fe0f5 authored 10 months ago by Cody Robibero <[email protected]>
Explicit delcaration of default values for _cacheDurationInHours and _cacheDurationInDays

606f2ecdc265d79fd71b427b27ea291030f1298e authored 10 months ago by LJQ <[email protected]>
fix wrong id

6128f767fc455d639a60b75260d3a349d1784c98 authored 10 months ago by LJQ <[email protected]>
Fix wrong id

7e3593c5fd3740c825e3388c04136a92f062afe2 authored 10 months ago by LJQ <[email protected]>
Set default value to be 1

ba96a993c35581a9da43121bbb640b2c9509f2b8 authored 10 months ago by LJQ <[email protected]>
rename id to be more consistant

a3ec51dbd61ab8529b55580045c652ac8db73316 authored 10 months ago by LJQ <[email protected]>
Merge branch 'jellyfin:master' into cache-configurations

2b6beb61742917d6556ae043ca58c70bf0bc0235 authored 10 months ago by scampower3 <[email protected]>
Merge pull request #118 from scampower3/cache

Add Caching for api calls

947fbe5a5c50e35b2e58c5c20629704c6d5d41b7 authored 10 months ago by Cody Robibero <[email protected]>
Reimplement add a task to purge cache. Plugin now uses its own cache.

55c5c8308901dec03ef56f122b2c31eda164a37a authored 10 months ago by LJQ <[email protected]>
Revert "Adds a task to purge cache"

This reverts commit df4fec4c975a75d52f0e876eaf5aeb14d8801e3c.

50269a43e653618c4c568c066a5277badae603f1 authored 10 months ago by LJQ <[email protected]>
Adds a task to purge cache

df4fec4c975a75d52f0e876eaf5aeb14d8801e3c authored 10 months ago by LJQ <[email protected]>
Fix: Combine original titles for multi episode files (#117)

98856e53c88b4f3dd4c8bba904a8181d9766f411 authored 10 months ago by scampower3 <[email protected]>
Add some configurations for cache

2b14ce8c7849be578b47c12504664ff71a920eaa authored 10 months ago by LJQ <[email protected]>
Don't cache if key is null

3ffbb0b208d58393bc774c15dd14996686aefe79 authored 10 months ago by LJQ <[email protected]>
Minor renames

7df1473f36cfbe56e083e7fcd3b5e700b4a3c6b5 authored 10 months ago by LJQ <[email protected]>
Add cache for api calls

5f4b3970e4304110bde04327b3fd2e05d395aebe authored 10 months ago by LJQ <[email protected]>
Add cache for api calls

727c8320adbc472d2ef7b5b302c9fc636a1590ec authored 10 months ago by LJQ <[email protected]>
Fixes issues retrieving episode metadata (#116)

6862c4d9086893878f04a753f7d19b7af6768492 authored 10 months ago by scampower3 <[email protected]>
Merge pull request #115 from BobSilent/improvements-tvdb-sdk-4.7.9.1

Improvements and fixes tvdb sdk 4.7.9.1 + PR #112

1e7864f57bbd706e40a93722863149e8c434f9ee authored 10 months ago by Tim Eisele <[email protected]>
fix overlap with tvdb sdk 4.7.9.1 merge

500b85564e7e329a19013acfbf782cc51fbdfa6d authored 10 months ago by BobSilent <[email protected]>
centralize ProviderId Handling

69d22ce015965f9a63ebe8384617c0355003dd13 authored 10 months ago by BobSilent <[email protected]>
remove some usage of GetValueOrDefault as it returns 0 for int? which is wrong in some situations

150c9f3a618631a00a054b287a7e88693cf8f90c authored 10 months ago by BobSilent <[email protected]>
Make Tvdb Client usage more resilient and robust (#112)

* catch JsonException

* refactor duplicate code and catch JsonException

dbe545628f3e6124f55ea17bad54d5bb3caf99e4 authored 10 months ago by Andre Mainka <[email protected]>
Update to Tvdb sdk 4.7.9.1 (#113)

a143e0c7014c822625a32cc324eeb6c71f7da5c9 authored 10 months ago by scampower3 <[email protected]>
Fix duplicate entries Missing and not Missing (#106)

* Fix TVDB 4 episode equals season number

* Fix TVDB4 Translation selection

* Fix TVDB4 Ap...

60b30182e635b9465ce76075bbd00f7589d37c60 authored 10 months ago by Andre Mainka <[email protected]>
Merge pull request #110 from BobSilent/fix-tvdb-v4-migration

Fixes for tvdb v4 migration

0fae3719c2fe75182bfe4faa33ba4c0c155eaa36 authored 10 months ago by Tim Eisele <[email protected]>
Fix possible null exception

9265cb8811cb5b754d62857644564ab11bd2e54a authored 10 months ago by BobSilent <[email protected]>
Fix TVDB4 Api filter for season, for episode

d27ba3d5b9311a04003577835a3293420be03ce7 authored 10 months ago by BobSilent <[email protected]>
Fix TVDB4 Translation selection

dc8d8366259c330a54f3010976691b44961ed5ca authored 10 months ago by BobSilent <[email protected]>
Fix TVDB 4 episode equals season number

af5938eb4be06319a953464a3aac0ba87a506389 authored 10 months ago by BobSilent <[email protected]>
Don't require user pin (#108)

6966ecc69ce810b07e1e874ed30b3c200410c21b authored 10 months ago by Cody Robibero <[email protected]>
Merge pull request #107 from jellyfin/api-key

Add the project's api key

5fee4d05f974d65b87e092d02752eebd700d96be authored 10 months ago by Tim Eisele <[email protected]>
Add the project's api key

e8889471ab3e89bc02543533f300b5f3d5dfd53e authored 10 months ago by Cody Robibero <[email protected]>
Tvdb v4 migration (#93)

* Start migration to TVDB v4 api

* Incomplete migration

* Migration P2

* Migration push...

1b6930b661528b7f5b4c12ebda85ac5060b2befc authored 10 months ago by scampower3 <[email protected]>
Merge pull request #103 from methbkts/patch-1

Update link to Jellyfin website

172172594ae92be11f621c6278e4ed80fe6154dc authored about 1 year ago by Odd Stråbø <[email protected]>
Update README.md

Fix the link to the Jellyfin Project

96b0480d088d63fbf7c3ead63e20611b6c83fb03 authored about 1 year ago by Metin Bektas <[email protected]>
Prepare for release v10 (#89)

9d834e5f84c2e5c244a270bc4b4104903b9e8be9 authored over 1 year ago by jellyfin-bot <[email protected]>
Reduce log noise (#85)

The MissingEpisodeProvider creates 1000s of log entries every MediaScan
if you have long-runnin...

b3352e342f2142d51f6b43e9596d4677869d4d23 authored over 1 year ago by Marc Brooks <[email protected]>
Enriched Logging with series name (#84)

fe7c84fe84444cc00a86db18e4197bff64138cf3 authored over 1 year ago by JPVenson <[email protected]>
Combine Title and Overview of combined episodes. (#86)

Create new functions to combine name and overview metadata for TV episodes.

Co-authored-by: H...

d9b250d7539c23acd6dc63b002c9070ef567603c authored over 1 year ago by Hayden Stith <[email protected]>
Merge pull request #68 from jellyfin/prepare-9

Prepare for release v9

04818e7c99dd73f5617840556fe2b155f4c970ae authored almost 2 years ago by Cody Robibero <[email protected]>
Bump version to 9

a53c0a29a1534e4673032af47820051e7f9c75f4 authored almost 2 years ago by jellyfin-bot <[email protected]>
Fix GetAllEpisodes breaking library scan on missing Episode Data (#83)

* Fix GetAllEpisodes breaking library scan on missing Episode Data

* Log warning directly ins...

0da3b7d4ec155d46e3bbef894072d820c5be00a2 authored almost 2 years ago by Markus <[email protected]>
Merge pull request #72 from h1dden-da3m0n/fix/bump-ci

551e3a399087d35ed5d0780f63f3a2dbdaa9d155 authored over 2 years ago by Cody Robibero <[email protected]>
fix: meta ci workflows

ea6e6143606a95b0e8c2cbf947adc1b14e3832c3 authored over 2 years ago by K3rnelPan1c <[email protected]>
Merge pull request #67 from jellyfin/ci

f231b4d3386f7986fb422f7340f18cee672a6caa authored almost 3 years ago by Cody Robibero <[email protected]>
bump version

7c39753a3d3850cefae06b514f65491a22a79af7 authored almost 3 years ago by K3rnelPan1c <[email protected]>
Use meta ci

96f2961f4f328277abda910311402e42312b2efc authored almost 3 years ago by Cody Robibero <[email protected]>
Merge pull request #56 from jellyfin/prepare-8

75ef893a7cb45a46ae59e1e74af65232849a5f79 authored almost 3 years ago by Cody Robibero <[email protected]>
Update build.yaml

19d6f6e86e2e601f01861fdf4ffe3ae3a6e68bf3 authored almost 3 years ago by Cody Robibero <[email protected]>
Bump version to 8

c7adb0909eb1280d5422db3f25c23a3e2e2f3956 authored almost 3 years ago by jellyfin-bot <[email protected]>
Merge pull request #59 from jellyfin/base-item-kind

9a10e0c28e08b3084ee97f73fa69fd08e8f10b24 authored almost 3 years ago by Cody Robibero <[email protected]>
Use BaseItemKind

52e7079560e7b4fbd0454638bbfefbb5275a51ee authored almost 3 years ago by Cody Robibero <[email protected]>
Merge pull request #54 from jellyfin/dependabot/nuget/Microsoft.Extensions.Http-6.0.0

chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0

63410e95e2b3b1f3586503b7eacf968cf0643dd2 authored about 3 years ago by K3rnelPan1c <[email protected]>
chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0

Bumps [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0.
- [Rel...

160d49dd8862a1f69588ca33d25231f7f7004f84 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #55 from jellyfin/ruleset

update ruleset

1451a31f453b3423782e09ec1921483df43b06a5 authored about 3 years ago by K3rnelPan1c <[email protected]>
update ruleset

f5ad1a85a3ffd3ed6947325e9ecb56ee2c06fb78 authored about 3 years ago by Cody Robibero <[email protected]>
Merge pull request #46 from jellyfin/prepare-7

74ebf512a2a4712dcfa315e0843ded65ce9b1b32 authored about 3 years ago by Cody Robibero <[email protected]>
Bump version to 7

9c180ccf1605ed6957667c3c26170b06a5fb83e3 authored about 3 years ago by jellyfin-bot <[email protected]>
Merge pull request #52 from jellyfin/10.8

10.8 support

da9061064302e5ba720e7d806b7c6812d6e5d861 authored about 3 years ago by Claus Vium <[email protected]>
Fix CI build

9dc882af0b13f3d794251d79fd093b87b20b0c0b authored about 3 years ago by Cody Robibero <[email protected]>
10.8 support

a881a19c0559a5e112a37196c59413e2fa44e3dc authored about 3 years ago by Cody Robibero <[email protected]>
Merge pull request #43 from jellyfin/prepare-6

Prepare for release v6

f964ce3b0b660a23341beb9ea57444c0113767f6 authored over 3 years ago by Cody Robibero <[email protected]>
Bump version to 6

b284c655b673cd35a618f582efe46ee9fdef1967 authored over 3 years ago by jellyfin-bot <[email protected]>
Merge pull request #45 from sushilicious/master

Changed NormalizationForm to FormC

36fcbba182278a4169e9eacce21b5afd66c54abc authored over 3 years ago by Cody Robibero <[email protected]>
Changed NormalizationForm to FormC

Makes Korean titles work

c24a57d38e1de5bf268def07df074191122ca902 authored over 3 years ago by sushilicious <*>
Merge pull request #42 from h1dden-da3m0n/update/ci

9b755ca6e8724002de3bb7ba0f141678c0512289 authored over 3 years ago by Cody Robibero <[email protected]>
add label-sync workflow

7b78fbfa2b305d477a53bc51042aa461d5e9c0d2 authored over 3 years ago by h1dden-da3m0n <[email protected]>
update build workflow

3b359106172c28217e2e6ca94e9b206dc42ecf46 authored over 3 years ago by h1dden-da3m0n <[email protected]>
add prepare release PR update to workflow

9b15142916f9d4518667e5114ee3f27c5cd7ab70 authored over 3 years ago by h1dden-da3m0n <[email protected]>
remove useless workflow

72699c219ea2884da9f8681320ef429b4b2a0624 authored over 3 years ago by h1dden-da3m0n <[email protected]>
update to slow down dependabot

3df4539fe6c83de0f611a1b740ccc4c36d4bce26 authored over 3 years ago by h1dden-da3m0n <[email protected]>
Merge pull request #37 from jellyfin/ex

8e8371ed5cb93d9f6c22b20aeb0d9e676fa1c7ae authored over 3 years ago by Cody Robibero <[email protected]>
Bump version

1c7ea827dc7b8984ee28e4ae2b4ea237ca79e053 authored over 3 years ago by crobibero <[email protected]>
Catch TVDB Exception when attempting to get all episodes

8242bf877fffbbc1971245b6e8b345552ff37444 authored over 3 years ago by crobibero <[email protected]>
Merge pull request #34 from h1dden-da3m0n/chore/plugin-images

52f9ccc08709277e48e8b0ff2d0651625b150c23 authored over 3 years ago by Cody Robibero <[email protected]>
add imageUrl to build.yaml

b09410c70e659bef9332bb363dbd74d59c3241ec authored over 3 years ago by h1dden-da3m0n <[email protected]>
update readme

ad9f8114278c286eff38e152f46df9c3fb6c2f65 authored over 3 years ago by h1dden-da3m0n <[email protected]>
change to not run certain workflows in forks

0ef52b46eac81c1854f0068af4684b99fdac5d18 authored over 3 years ago by h1dden-da3m0n <[email protected]>
fix git stage error

staged a change form another branch that leads to JPRM build to fail

20a7129ee3c1b219b86f277c340dcaf1bd33b18b authored over 3 years ago by h1dden-da3m0n <[email protected]>
Merge pull request #29 from h1dden-da3m0n/chore/update-analyzers

chore(build): update analyzers

857508964f64b42ffcddcba1bc4b8eaf55f09805 authored over 3 years ago by Cody Robibero <[email protected]>
update analyzers

fc26bcc17d8beee4bc657134dd77382ef4e2c231 authored over 3 years ago by h1dden-da3m0n <[email protected]>
Merge pull request #28 from jellyfin/add-missing-ep-provider

Add missing episode provider

1050ca9fc875ace23de6a701272c43f0b00dd5f3 authored over 3 years ago by Cody Robibero <[email protected]>
Merge pull request #27 from jellyfin/dependabot/github_actions/release-drafter/release-drafter-v5.15.0

chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0

11749d569503dd08bf0f69e43e59aee628313350 authored over 3 years ago by Cody Robibero <[email protected]>
Add missing episode provider

And minor fixes to caching

74bb1ab8adf97c40eaae13127ed476618fd533e8 authored over 3 years ago by cvium <[email protected]>
chore(deps): bump release-drafter/release-drafter

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from...

d9c83d09642292e86222096ca08f03ab662d6f02 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #25 from jellyfin/v4-prep

Bump version to v4 for next release prep

60271829e2c35c92f747e33818728d5466e97876 authored almost 4 years ago by Cody Robibero <[email protected]>
bump version

f67f908805f1fb332c89aa99051518055a1d6ec1 authored almost 4 years ago by crobibero <[email protected]>
bump version

1445adf525e8ba19ab3f8fc52816d518aa649048 authored almost 4 years ago by crobibero <[email protected]>
Merge pull request #23 from h1dden-da3m0n/chore/ci

chore(ci): builds, releas drafter and more

6aa92346d9424e5e5663f9c1fb1b4361af38c4ee authored almost 4 years ago by Odd Stråbø <[email protected]>
fix incorrect url template

15dc80d7f0e9d1b26b1fa9213aa3090670bf1a34 authored almost 4 years ago by h1dden-da3m0n <[email protected]>